diff options
author | 2004-04-08 23:01:40 +0000 | |
---|---|---|
committer | 2004-04-08 23:01:40 +0000 | |
commit | 81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca (patch) | |
tree | ce1e8d5cd3f24ff3f7abcc462541cd14ac8492a7 /app-text/pep | |
parent | Change XVendorString to be compatible with upstream so people can strstr for ... (diff) | |
download | historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.tar.gz historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.tar.bz2 historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.zip |
add inherit eutils
Diffstat (limited to 'app-text/pep')
-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 |