diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-30 07:17:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-30 07:17:03 +0000 |
commit | 55e10cc32e69246e363f00a8362a7c0ab06bc234 (patch) | |
tree | 84635f0b967d8e6064d5dd769de4ff955fe54e05 /dev-perl | |
parent | Update HOMEPAGE. (diff) | |
download | gentoo-2-55e10cc32e69246e363f00a8362a7c0ab06bc234.tar.gz gentoo-2-55e10cc32e69246e363f00a8362a7c0ab06bc234.tar.bz2 gentoo-2-55e10cc32e69246e363f00a8362a7c0ab06bc234.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-chdir/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/File-chdir/File-chdir-0.1003.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/File-chdir/ChangeLog b/dev-perl/File-chdir/ChangeLog index 4c4778538c70..9fb6bb09fff6 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.22 2010/01/09 21:12:08 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.23 2010/04/30 07:17:03 tove Exp $ + +*File-chdir-0.1003 (30 Apr 2010) + + 30 Apr 2010; Torsten Veller <tove@gentoo.org> +File-chdir-0.1003.ebuild: + Version bump 09 Jan 2010; Fabian Groffen <grobian@gentoo.org> File-chdir-0.1002.ebuild: Transfer Prefix keywords diff --git a/dev-perl/File-chdir/File-chdir-0.1003.ebuild b/dev-perl/File-chdir/File-chdir-0.1003.ebuild new file mode 100644 index 000000000000..83c8fc9ee55c --- /dev/null +++ b/dev-perl/File-chdir/File-chdir-0.1003.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 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.1003.ebuild,v 1.1 2010/04/30 07:17:03 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=DAGOLDEN +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} + virtual/perl-Module-Build" + +SRC_TEST="do" |