summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-10-07 16:11:50 +0000
committerTorsten Veller <tove@gentoo.org>2012-10-07 16:11:50 +0000
commit2194cc2c30c90cd14dea53d2f1ccbc83f10b3150 (patch)
treef70e25779548eb076f34aff10977dff38435369c /dev-perl/File-chdir
parentDrop alpha keywords (diff)
downloadgentoo-2-2194cc2c30c90cd14dea53d2f1ccbc83f10b3150.tar.gz
gentoo-2-2194cc2c30c90cd14dea53d2f1ccbc83f10b3150.tar.bz2
gentoo-2-2194cc2c30c90cd14dea53d2f1ccbc83f10b3150.zip
[bump] dev-perl/File-chdir-0.100.700
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-chdir')
-rw-r--r--dev-perl/File-chdir/ChangeLog7
-rw-r--r--dev-perl/File-chdir/File-chdir-0.100.700.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/File-chdir/ChangeLog b/dev-perl/File-chdir/ChangeLog
index d4213af9d1ae..ab8b7f23fce0 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.34 2012/06/24 13:00:35 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.35 2012/10/07 16:11:50 tove Exp $
+
+*File-chdir-0.100.700 (07 Oct 2012)
+
+ 07 Oct 2012; Torsten Veller <tove@gentoo.org> +File-chdir-0.100.700.ebuild:
+ Version bump
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/File-chdir/File-chdir-0.100.700.ebuild b/dev-perl/File-chdir/File-chdir-0.100.700.ebuild
new file mode 100644
index 000000000000..8f41b221b1d3
--- /dev/null
+++ b/dev-perl/File-chdir/File-chdir-0.100.700.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 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.700.ebuild,v 1.1 2012/10/07 16:11:50 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.1007
+inherit perl-module
+
+DESCRIPTION="An alternative to File::Spec and CWD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+IUSE=""
+
+RDEPEND=">=virtual/perl-File-Spec-3.27"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"