summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/File-Copy-Recursive/ChangeLog8
-rw-r--r--dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.37.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/File-Copy-Recursive/ChangeLog b/dev-perl/File-Copy-Recursive/ChangeLog
index 79bbe89aef00..81c2f8c94258 100644
--- a/dev-perl/File-Copy-Recursive/ChangeLog
+++ b/dev-perl/File-Copy-Recursive/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/File-Copy-Recursive
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.17 2008/09/30 12:50:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.18 2008/10/20 20:07:24 tove Exp $
+
+*File-Copy-Recursive-0.37 (20 Oct 2008)
+
+ 20 Oct 2008; Torsten Veller <tove@gentoo.org>
+ +File-Copy-Recursive-0.37.ebuild:
+ Version bump
30 Sep 2008; Torsten Veller <tove@gentoo.org>
-File-Copy-Recursive-0.30.ebuild, -File-Copy-Recursive-0.31.ebuild,
diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.37.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.37.ebuild
new file mode 100644
index 000000000000..d8e0dac33606
--- /dev/null
+++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.37.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.37.ebuild,v 1.1 2008/10/20 20:07:24 tove Exp $
+
+MODULE_AUTHOR=DMUEY
+inherit perl-module
+
+DESCRIPTION="uses File::Copy to recursively copy dirs"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+SRC_TEST="do"
+
+DEPEND="dev-lang/perl"