summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-09-03 08:43:09 +0000
committerTorsten Veller <tove@gentoo.org>2012-09-03 08:43:09 +0000
commit3da66d7147c1e1bce4ea4cdad8ad26db53c5a165 (patch)
tree9c21fea418eef161b0cb6cc9350573731f8a784c /dev-perl/File-DirWalk
parent[bump] dev-perl/DateManip-6.330.0 (diff)
downloadhistorical-3da66d7147c1e1bce4ea4cdad8ad26db53c5a165.tar.gz
historical-3da66d7147c1e1bce4ea4cdad8ad26db53c5a165.tar.bz2
historical-3da66d7147c1e1bce4ea4cdad8ad26db53c5a165.zip
[bump] dev-perl/File-DirWalk-0.400.0
Package-Manager: portage-2.2.0_alpha123-r1/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/File-DirWalk')
-rw-r--r--dev-perl/File-DirWalk/ChangeLog7
-rw-r--r--dev-perl/File-DirWalk/File-DirWalk-0.400.0.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/File-DirWalk/ChangeLog b/dev-perl/File-DirWalk/ChangeLog
index 979510100533..bc4f33fab938 100644
--- a/dev-perl/File-DirWalk/ChangeLog
+++ b/dev-perl/File-DirWalk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/File-DirWalk
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DirWalk/ChangeLog,v 1.20 2012/06/24 12:59:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DirWalk/ChangeLog,v 1.21 2012/09/03 08:43:09 tove Exp $
+
+*File-DirWalk-0.400.0 (03 Sep 2012)
+
+ 03 Sep 2012; Torsten Veller <tove@gentoo.org> +File-DirWalk-0.400.0.ebuild:
+ Version bump
24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Update CPAN upstream info
diff --git a/dev-perl/File-DirWalk/File-DirWalk-0.400.0.ebuild b/dev-perl/File-DirWalk/File-DirWalk-0.400.0.ebuild
new file mode 100644
index 000000000000..9b9d0aacfece
--- /dev/null
+++ b/dev-perl/File-DirWalk/File-DirWalk-0.400.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-DirWalk/File-DirWalk-0.400.0.ebuild,v 1.1 2012/09/03 08:43:09 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=JENSL
+MODULE_VERSION=0.4
+inherit perl-module
+
+DESCRIPTION="File::DirWalk - walk through a directory tree and run own code."
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"