summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/AppConfig/AppConfig-1.56-r1.ebuild9
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
}
-