diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-06-09 11:15:40 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-06-09 11:15:40 +0000 |
commit | cd52e46d9a2f7f365dc85e7f931d194fe77e418f (patch) | |
tree | 3e2ad0497399118c329076b27936f0f292ccef7a /dev-perl/AppConfig/AppConfig-1.65.ebuild | |
parent | Remove old versions. (diff) | |
download | gentoo-2-cd52e46d9a2f7f365dc85e7f931d194fe77e418f.tar.gz gentoo-2-cd52e46d9a2f7f365dc85e7f931d194fe77e418f.tar.bz2 gentoo-2-cd52e46d9a2f7f365dc85e7f931d194fe77e418f.zip |
Version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-perl/AppConfig/AppConfig-1.65.ebuild')
-rw-r--r-- | dev-perl/AppConfig/AppConfig-1.65.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/AppConfig/AppConfig-1.65.ebuild b/dev-perl/AppConfig/AppConfig-1.65.ebuild new file mode 100644 index 000000000000..6bbaee604a0c --- /dev/null +++ b/dev-perl/AppConfig/AppConfig-1.65.ebuild @@ -0,0 +1,22 @@ +# 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.65.ebuild,v 1.1 2007/06/09 11:15:40 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/" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +#KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +PATCHES="${FILESDIR}/blockdiffs.patch" + +SRC_TEST="do" + +DEPEND=">=dev-perl/File-HomeDir-0.57 + virtual/perl-Test-Simple + dev-lang/perl" |