summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Yaari <yuval@gentoo.org>2008-04-29 04:58:22 +0000
committerYuval Yaari <yuval@gentoo.org>2008-04-29 04:58:22 +0000
commite802202583fa692fce0929a252c1ac2ebb4e7ee8 (patch)
tree94c7d4f258e51089d6f8790cf0009df2bb9ec00c /dev-perl/File-chdir
parentVersion bump (diff)
downloadgentoo-2-e802202583fa692fce0929a252c1ac2ebb4e7ee8.tar.gz
gentoo-2-e802202583fa692fce0929a252c1ac2ebb4e7ee8.tar.bz2
gentoo-2-e802202583fa692fce0929a252c1ac2ebb4e7ee8.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/File-chdir')
-rw-r--r--dev-perl/File-chdir/ChangeLog9
-rw-r--r--dev-perl/File-chdir/File-chdir-0.1002.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/File-chdir/ChangeLog b/dev-perl/File-chdir/ChangeLog
index 405ad71d4034..91ef741a079e 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-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.14 2007/11/10 13:08:30 drac Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/ChangeLog,v 1.15 2008/04/29 04:58:22 yuval Exp $
+
+*File-chdir-0.1002 (29 Apr 2008)
+
+ 29 Apr 2008; Yuval Yaari <yuval@gentoo.org> +File-chdir-0.1002.ebuild:
+ Version bump
10 Nov 2007; Samuli Suominen <drac@gentoo.org> File-chdir-0.08.ebuild:
amd64 stable
diff --git a/dev-perl/File-chdir/File-chdir-0.1002.ebuild b/dev-perl/File-chdir/File-chdir-0.1002.ebuild
new file mode 100644
index 000000000000..798083f8bf63
--- /dev/null
+++ b/dev-perl/File-chdir/File-chdir-0.1002.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 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.1002.ebuild,v 1.1 2008/04/29 04:58:22 yuval Exp $
+
+inherit perl-module
+
+DESCRIPTION="An alternative to File::Spec and CWD"
+HOMEPAGE="http://search.cpan.org/~dagolden/"
+SRC_URI="mirror://cpan/authors/id/D/DA/DAGOLDEN/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND=">=virtual/perl-File-Spec-3.27
+dev-lang/perl"