diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 15:41:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 15:41:04 +0000 |
commit | 05554055fef72aa90b009568a2082f6e55b7c10e (patch) | |
tree | 168c5ec2e07bb7721bd80b5446f565e9dd5ba577 /dev-perl/AppConfig/AppConfig-1.56-r1.ebuild | |
parent | Upstream requested minor changes (Manifest recommit) (diff) | |
download | gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.tar.gz gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.tar.bz2 gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.zip |
you fools need to learn how to inherit eutils for epatch
Diffstat (limited to 'dev-perl/AppConfig/AppConfig-1.56-r1.ebuild')
-rw-r--r-- | dev-perl/AppConfig/AppConfig-1.56-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-perl/AppConfig/AppConfig-1.56-r1.ebuild b/dev-perl/AppConfig/AppConfig-1.56-r1.ebuild index 3e4894ef84e5..cffed0e55713 100644 --- a/dev-perl/AppConfig/AppConfig-1.56-r1.ebuild +++ b/dev-perl/AppConfig/AppConfig-1.56-r1.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.56-r1.ebuild,v 1.1 2004/05/27 00:10:59 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.56-r1.ebuild,v 1.2 2004/05/28 15:41:00 vapier Exp $ -inherit perl-module +inherit perl-module eutils DESCRIPTION="Application config (from ARGV, file, ...)" -SRC_URI="http://www.cpan.org/authors/id/ABW/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/author/ABW/AppConfig-1.55/" +SRC_URI="http://www.cpan.org/authors/id/ABW/${P}.tar.gz" -SLOT="0" LICENSE="Artistic | GPL-2" +SLOT="0" KEYWORDS="x86 amd64 sparc alpha ~ppc" DEPEND="dev-perl/Test-Simple" @@ -19,4 +19,3 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/blockwhitespace.patch } - |