diff options
author | Torsten Veller <tove@gentoo.org> | 2008-10-20 20:07:24 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-10-20 20:07:24 +0000 |
commit | 06cff6a8a6806faf6733a148ec04551bfc5177c7 (patch) | |
tree | d051ef15bf38dc3ef6a93d204eda5a697d22b92a | |
parent | Backport fixes from upstream svn, see bug #242722 comment 4 for details. (diff) | |
download | gentoo-2-06cff6a8a6806faf6733a148ec04551bfc5177c7.tar.gz gentoo-2-06cff6a8a6806faf6733a148ec04551bfc5177c7.tar.bz2 gentoo-2-06cff6a8a6806faf6733a148ec04551bfc5177c7.zip |
Version bump
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
-rw-r--r-- | dev-perl/File-Copy-Recursive/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.37.ebuild | 16 |
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" |