diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 15:41:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 15:41:00 +0000 |
commit | ac60547d824ff0e8f9c5241dbe1f51f2b1bbc4a8 (patch) | |
tree | efa916f8a5c37b5ef5f17f896d5ef31d620136a3 /dev-perl/AppConfig | |
parent | you fools need to learn how to inherit eutils for epatch (diff) | |
download | historical-ac60547d824ff0e8f9c5241dbe1f51f2b1bbc4a8.tar.gz historical-ac60547d824ff0e8f9c5241dbe1f51f2b1bbc4a8.tar.bz2 historical-ac60547d824ff0e8f9c5241dbe1f51f2b1bbc4a8.zip |
you fools need to learn how to inherit eutils for epatch
Diffstat (limited to 'dev-perl/AppConfig')
-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 } - |