diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-14 22:16:24 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-14 22:16:24 +0000 |
commit | 8a1d641fc0333007226dae2f412f07d75f1e144a (patch) | |
tree | f99f80b27b439b214ff400fbf6475fa5e5cad0a5 /dev-perl/AppConfig/AppConfig-1.56-r2.ebuild | |
parent | version bump with new devices and use flags (diff) | |
download | gentoo-2-8a1d641fc0333007226dae2f412f07d75f1e144a.tar.gz gentoo-2-8a1d641fc0333007226dae2f412f07d75f1e144a.tar.bz2 gentoo-2-8a1d641fc0333007226dae2f412f07d75f1e144a.zip |
Marking amd64 stable
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/AppConfig/AppConfig-1.56-r2.ebuild')
-rw-r--r-- | dev-perl/AppConfig/AppConfig-1.56-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild b/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild index 925468ebfed9..8b7b4c89219c 100644 --- a/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild +++ b/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild,v 1.18 2006/08/04 22:21:11 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/AppConfig/AppConfig-1.56-r2.ebuild,v 1.19 2007/01/14 22:16:24 mcummings Exp $ inherit perl-module eutils DESCRIPTION="Perl5 module for reading configuration files and parsing command line arguments." SRC_URI="mirror://cpan/authors/id/A/AB/ABW/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~abw/${P}/" +HOMEPAGE="http://search.cpan.org/~abw/" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" @@ -17,7 +17,6 @@ SRC_TEST="do" DEPEND="virtual/perl-Test-Simple dev-lang/perl" -RDEPEND="${DEPEND}" src_unpack() { unpack ${A} |