diff options
author | Christian Hartmann <ian@gentoo.org> | 2007-02-28 18:51:22 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2007-02-28 18:51:22 +0000 |
commit | 726de7fdf748154d7864b4170ce3e6b906aac4c7 (patch) | |
tree | beadeb977c62ac1853203cdc4252536edb7bf1d5 /dev-perl/File-Copy-Recursive | |
parent | Version bump. (diff) | |
download | gentoo-2-726de7fdf748154d7864b4170ce3e6b906aac4c7.tar.gz gentoo-2-726de7fdf748154d7864b4170ce3e6b906aac4c7.tar.bz2 gentoo-2-726de7fdf748154d7864b4170ce3e6b906aac4c7.zip |
Version bump
(Portage version: 2.1.2-r12)
Diffstat (limited to 'dev-perl/File-Copy-Recursive')
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/File-Copy-Recursive/ChangeLog b/dev-perl/File-Copy-Recursive/ChangeLog index 1d52eff96204..069deddfeea8 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.4 2007/01/23 13:51:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.5 2007/02/28 18:51:22 ian Exp $ + +*File-Copy-Recursive-0.31 (28 Feb 2007) + + 28 Feb 2007; Christian Hartmann <ian@gentoo.org> + +File-Copy-Recursive-0.31.ebuild: + Version bump 23 Jan 2007; Jeroen Roovers <jer@gentoo.org> File-Copy-Recursive-0.30.ebuild: diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.31.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.31.ebuild new file mode 100644 index 000000000000..649c560572f9 --- /dev/null +++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.31.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 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.31.ebuild,v 1.1 2007/02/28 18:51:22 ian Exp $ + +inherit perl-module + +DESCRIPTION="uses File::Copy to recursively copy dirs" +HOMEPAGE="http://search.cpan.org/~dmuey/" +SRC_URI="mirror://cpan/authors/id/D/DM/DMUEY/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" +SRC_TEST="do" + +DEPEND="dev-lang/perl" diff --git a/dev-perl/File-Copy-Recursive/files/digest-File-Copy-Recursive-0.31 b/dev-perl/File-Copy-Recursive/files/digest-File-Copy-Recursive-0.31 new file mode 100644 index 000000000000..b712643c497b --- /dev/null +++ b/dev-perl/File-Copy-Recursive/files/digest-File-Copy-Recursive-0.31 @@ -0,0 +1,3 @@ +MD5 889cc6620f3e159807954668ff59a50c File-Copy-Recursive-0.31.tar.gz 9849 +RMD160 00b36b7a320f42b812bb3b3dcbbef307c168ce04 File-Copy-Recursive-0.31.tar.gz 9849 +SHA256 ec1105dbaaa7ddec10b7a34818c17d44e9b19dc6410620affab1320b0110e370 File-Copy-Recursive-0.31.tar.gz 9849 |