summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-12-08 14:54:39 +0000
committerTorsten Veller <tove@gentoo.org>2012-12-08 14:54:39 +0000
commitfe2a618714796b61bc1e5ad8e41b3fc3d220f382 (patch)
treede7b622450b36581486313210c0ace144fd3b3af /dev-perl/File-chdir
parent[bump] dev-perl/Coro-6.230.0 (diff)
downloadgentoo-2-fe2a618714796b61bc1e5ad8e41b3fc3d220f382.tar.gz
gentoo-2-fe2a618714796b61bc1e5ad8e41b3fc3d220f382.tar.bz2
gentoo-2-fe2a618714796b61bc1e5ad8e41b3fc3d220f382.zip
[bump] dev-perl/File-chdir-0.100.800
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
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.800.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/File-chdir/ChangeLog b/dev-perl/File-chdir/ChangeLog
index ab8b7f23fce0..df21fbc88fe6 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.35 2012/10/07 16:11:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.36 2012/12/08 14:54:39 tove Exp $
+
+*File-chdir-0.100.800 (08 Dec 2012)
+
+ 08 Dec 2012; Torsten Veller <tove@gentoo.org> +File-chdir-0.100.800.ebuild:
+ Version bump
*File-chdir-0.100.700 (07 Oct 2012)
diff --git a/dev-perl/File-chdir/File-chdir-0.100.800.ebuild b/dev-perl/File-chdir/File-chdir-0.100.800.ebuild
new file mode 100644
index 000000000000..173e2b1497b9
--- /dev/null
+++ b/dev-perl/File-chdir/File-chdir-0.100.800.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.800.ebuild,v 1.1 2012/12/08 14:54:39 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.1008
+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"