diff options
author | Torsten Veller <tove@gentoo.org> | 2011-11-05 10:07:18 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-11-05 10:07:18 +0000 |
commit | ab1fef3e03ab249317bff56f6b9172215b8ad89b (patch) | |
tree | efbb234c0c1a8030e106bd6c68a66215935014b4 /dev-perl/File-chdir | |
parent | Stable on amd64 wrt bug #389567 (diff) | |
download | gentoo-2-ab1fef3e03ab249317bff56f6b9172215b8ad89b.tar.gz gentoo-2-ab1fef3e03ab249317bff56f6b9172215b8ad89b.tar.bz2 gentoo-2-ab1fef3e03ab249317bff56f6b9172215b8ad89b.zip |
[bump] dev-perl/File-chdir-0.100.600
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/File-chdir')
-rw-r--r-- | dev-perl/File-chdir/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-chdir/File-chdir-0.100.600.ebuild | 20 |
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" |