summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-11-05 10:07:18 +0000
committerTorsten Veller <tove@gentoo.org>2011-11-05 10:07:18 +0000
commit64f0e011bc4d6832517e0fe7f55f6160cd8d27dd (patch)
treea341813381166fa5a624d160ccd809b3ada980f1
parentStable on amd64 wrt bug #389567 (diff)
downloadhistorical-64f0e011bc4d6832517e0fe7f55f6160cd8d27dd.tar.gz
historical-64f0e011bc4d6832517e0fe7f55f6160cd8d27dd.tar.bz2
historical-64f0e011bc4d6832517e0fe7f55f6160cd8d27dd.zip
[bump] dev-perl/File-chdir-0.100.600
Package-Manager: portage-2.2.0_alpha72/cvs/Linux x86_64
-rw-r--r--dev-perl/File-chdir/ChangeLog7
-rw-r--r--dev-perl/File-chdir/File-chdir-0.100.600.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/File-chdir/ChangeLog b/dev-perl/File-chdir/ChangeLog
index 011fa92c4734..b906ec0b36eb 100644
--- a/dev-perl/File-chdir/ChangeLog
+++ b/dev-perl/File-chdir/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/File-chdir
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.24 2011/02/26 09:12:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.25 2011/11/05 10:07:18 tove Exp $
+
+*File-chdir-0.100.600 (05 Nov 2011)
+
+ 05 Nov 2011; Torsten Veller <tove@gentoo.org> +File-chdir-0.100.600.ebuild:
+ Version bump
*File-chdir-0.100.300 (26 Feb 2011)
*File-chdir-0.100.200 (26 Feb 2011)
diff --git a/dev-perl/File-chdir/File-chdir-0.100.600.ebuild b/dev-perl/File-chdir/File-chdir-0.100.600.ebuild
new file mode 100644
index 000000000000..646e578b7642
--- /dev/null
+++ b/dev-perl/File-chdir/File-chdir-0.100.600.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.600.ebuild,v 1.1 2011/11/05 10:07:18 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.1006
+inherit perl-module
+
+DESCRIPTION="An alternative to File::Spec and CWD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+RDEPEND=">=virtual/perl-File-Spec-3.27"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"