summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-31 10:21:45 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-31 10:21:45 +0000
commit7912539e83bb65cd893865f1e67f274adc6b740f (patch)
treec60d04b575ac436a293f5f335ffaaca895c4330e /dev-perl/File-Copy-Recursive
parentRevision bump. Add dependency on external xolox-misc scripts. (diff)
downloadhistorical-7912539e83bb65cd893865f1e67f274adc6b740f.tar.gz
historical-7912539e83bb65cd893865f1e67f274adc6b740f.tar.bz2
historical-7912539e83bb65cd893865f1e67f274adc6b740f.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/File-Copy-Recursive')
-rw-r--r--dev-perl/File-Copy-Recursive/ChangeLog10
-rw-r--r--dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0.ebuild16
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/File-Copy-Recursive/ChangeLog b/dev-perl/File-Copy-Recursive/ChangeLog
index 4892b6653c34..990a97254674 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.26 2010/01/09 20:02:00 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.27 2011/08/31 10:09:02 tove Exp $
+
+*File-Copy-Recursive-0.380.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +File-Copy-Recursive-0.380.0.ebuild:
+ Change version scheme
09 Jan 2010; Fabian Groffen <grobian@gentoo.org>
File-Copy-Recursive-0.38.ebuild:
diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0.ebuild
new file mode 100644
index 000000000000..f2d77a462e35
--- /dev/null
+++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.380.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2011 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.380.0.ebuild,v 1.1 2011/08/31 10:09:02 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=DMUEY
+MODULE_VERSION=0.38
+inherit perl-module
+
+DESCRIPTION="uses File::Copy to recursively copy dirs"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+SRC_TEST="do"