diff options
author | 2012-02-16 15:04:01 +0000 | |
---|---|---|
committer | 2012-02-16 15:04:01 +0000 | |
commit | 945d9ebf86d47cddb56be569a656d46cb259a852 (patch) | |
tree | 09353670320a7581810748ce760a58a52466ff68 /dev-perl/Path-Class/Path-Class-0.250.0.ebuild | |
parent | [bump] dev-perl/Sys-Virt-0.9.10 (diff) | |
download | historical-945d9ebf86d47cddb56be569a656d46cb259a852.tar.gz historical-945d9ebf86d47cddb56be569a656d46cb259a852.tar.bz2 historical-945d9ebf86d47cddb56be569a656d46cb259a852.zip |
[bump] dev-perl/Path-Class-0.250.0
Package-Manager: portage-2.2.0_alpha86/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Path-Class/Path-Class-0.250.0.ebuild')
-rw-r--r-- | dev-perl/Path-Class/Path-Class-0.250.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Path-Class/Path-Class-0.250.0.ebuild b/dev-perl/Path-Class/Path-Class-0.250.0.ebuild new file mode 100644 index 000000000000..12bd74e35f19 --- /dev/null +++ b/dev-perl/Path-Class/Path-Class-0.250.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/Path-Class-0.250.0.ebuild,v 1.1 2012/02/16 15:04:01 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=KWILLIAMS +MODULE_VERSION=0.25 +inherit perl-module + +DESCRIPTION="Cross-platform path specification manipulation" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="test" + +RDEPEND=">=virtual/perl-File-Spec-0.87" +DEPEND="${RDEPEND} + virtual/perl-Module-Build + test? ( virtual/perl-Test-Simple )" + +SRC_TEST="do" |