diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 00:00:10 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-05-12 00:00:10 +0000 |
commit | f92dd053b97835dda5aa3b5ab244a2f0f9861e84 (patch) | |
tree | 8999f7c58d082022810533865d131a44bd7d201d /dev-perl/File-Copy-Recursive | |
parent | Version bump (diff) | |
download | gentoo-2-f92dd053b97835dda5aa3b5ab244a2f0f9861e84.tar.gz gentoo-2-f92dd053b97835dda5aa3b5ab244a2f0f9861e84.tar.bz2 gentoo-2-f92dd053b97835dda5aa3b5ab244a2f0f9861e84.zip |
Version bump
(Portage version: 2.1.2.3)
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 16457cfb980f..a6fc5699803c 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.8 2007/05/05 17:18:59 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.9 2007/05/12 00:00:10 mcummings Exp $ + +*File-Copy-Recursive-0.33 (11 May 2007) + + 11 May 2007; Michael Cummings <mcummings@gentoo.org> + +File-Copy-Recursive-0.33.ebuild: + Version bump 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> File-Copy-Recursive-0.31.ebuild: diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.33.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.33.ebuild new file mode 100644 index 000000000000..9288dc5ee982 --- /dev/null +++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.33.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.33.ebuild,v 1.1 2007/05/12 00:00:10 mcummings 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.33 b/dev-perl/File-Copy-Recursive/files/digest-File-Copy-Recursive-0.33 new file mode 100644 index 000000000000..608e54c601c3 --- /dev/null +++ b/dev-perl/File-Copy-Recursive/files/digest-File-Copy-Recursive-0.33 @@ -0,0 +1,3 @@ +MD5 172af9928a65e91ae0bc1439daabe6b9 File-Copy-Recursive-0.33.tar.gz 9945 +RMD160 d0911f65e5e419605cd2ceb24cffdeaa7a4b62a0 File-Copy-Recursive-0.33.tar.gz 9945 +SHA256 e0b5f74ca82d60d72ce143668a0ba45cab2688df9a65f945e6e012eb78e26540 File-Copy-Recursive-0.33.tar.gz 9945 |