diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-08 22:56:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-08 22:56:33 +0000 |
commit | 596b576430fcc73a6b68bbedb8231673f47cf255 (patch) | |
tree | b13907cbb0b1011208572a96a33b604a1c1feb3c /app-text/pep/pep-2.8.ebuild | |
parent | small fix to conf.d entry (Manifest recommit) (diff) | |
download | gentoo-2-596b576430fcc73a6b68bbedb8231673f47cf255.tar.gz gentoo-2-596b576430fcc73a6b68bbedb8231673f47cf255.tar.bz2 gentoo-2-596b576430fcc73a6b68bbedb8231673f47cf255.zip |
add inherit eutils
Diffstat (limited to 'app-text/pep/pep-2.8.ebuild')
-rw-r--r-- | app-text/pep/pep-2.8.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app-text/pep/pep-2.8.ebuild b/app-text/pep/pep-2.8.ebuild index e7de0b69be1d..49e5da076093 100644 --- a/app-text/pep/pep-2.8.ebuild +++ b/app-text/pep/pep-2.8.ebuild @@ -1,15 +1,18 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pep/pep-2.8.ebuild,v 1.2 2004/03/15 15:37:06 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pep/pep-2.8.ebuild,v 1.3 2004/04/08 22:55:45 vapier Exp $ + +inherit eutils DESCRIPTION="Pep is a general purpose filter and file cleaning program" HOMEPAGE="http://folk.uio.no/gisle/enjoy/pep.html" SRC_URI="http://folk.uio.no/gisle/enjoy/${PN}${PV//./}.zip" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" + DEPEND="app-arch/unzip virtual/glibc" RDEPEND="virtual/glibc" @@ -18,7 +21,6 @@ S=${WORKDIR} src_unpack() { unpack ${A} - # pep does not come with autconf so here's a patch to configure # Makefile with the correct path epatch ${FILESDIR}/${P}-gentoo.patch || die "epatch failed" @@ -31,7 +33,7 @@ src_compile() { } src_install() { - dobin pep + dobin pep || die doman Doc/pep.1 insinto /usr/share/pep |