summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-06-16 06:22:47 +0000
committerTorsten Veller <tove@gentoo.org>2009-06-16 06:22:47 +0000
commit554f902fa2e4e1acd720cc43d48e58c97a0ed062 (patch)
tree0f836c6f96cfee256f179efd3c893133033b7fca /dev-perl/Path-Class
parentStable for HPPA (bug #274202). (diff)
downloadhistorical-554f902fa2e4e1acd720cc43d48e58c97a0ed062.tar.gz
historical-554f902fa2e4e1acd720cc43d48e58c97a0ed062.tar.bz2
historical-554f902fa2e4e1acd720cc43d48e58c97a0ed062.zip
Version bump
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'dev-perl/Path-Class')
-rw-r--r--dev-perl/Path-Class/ChangeLog9
-rw-r--r--dev-perl/Path-Class/Path-Class-0.17.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Path-Class/ChangeLog b/dev-perl/Path-Class/ChangeLog
index d5df030303ac..98d9bb737910 100644
--- a/dev-perl/Path-Class/ChangeLog
+++ b/dev-perl/Path-Class/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Path-Class
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/ChangeLog,v 1.10 2008/11/22 11:47:45 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Path-Class/ChangeLog,v 1.11 2009/06/16 06:18:49 tove Exp $
+
+*Path-Class-0.17 (16 Jun 2009)
+
+ 16 Jun 2009; Torsten Veller <tove@gentoo.org> +Path-Class-0.17.ebuild:
+ Version bump
22 Nov 2008; Torsten Veller <tove@gentoo.org> Path-Class-0.16.ebuild:
Remove Module-Build from RDEPEND. Fix LICENSE.
diff --git a/dev-perl/Path-Class/Path-Class-0.17.ebuild b/dev-perl/Path-Class/Path-Class-0.17.ebuild
new file mode 100644
index 000000000000..2c14dfffe536
--- /dev/null
+++ b/dev-perl/Path-Class/Path-Class-0.17.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 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.17.ebuild,v 1.1 2009/06/16 06:18:49 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=KWILLIAMS
+inherit perl-module
+
+DESCRIPTION="Cross-platform path specification manipulation"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="dev-lang/perl
+ >=virtual/perl-File-Spec-0.87"
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build
+ test? ( virtual/perl-Test-Simple )"
+
+SRC_TEST="do"