diff options
author | Yuval Yaari <yuval@gentoo.org> | 2008-04-29 04:25:00 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2008-04-29 04:25:00 +0000 |
commit | 11fb4d23a248146e16ca82df7865d8371bccc4d5 (patch) | |
tree | 1ac38a5324096e733057b89ad38b09645a66a47d /dev-perl/File-Copy-Recursive | |
parent | Remove older, broken version. (bug #150662) (diff) | |
download | gentoo-2-11fb4d23a248146e16ca82df7865d8371bccc4d5.tar.gz gentoo-2-11fb4d23a248146e16ca82df7865d8371bccc4d5.tar.bz2 gentoo-2-11fb4d23a248146e16ca82df7865d8371bccc4d5.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/File-Copy-Recursive')
-rw-r--r-- | dev-perl/File-Copy-Recursive/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.36.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-perl/File-Copy-Recursive/ChangeLog b/dev-perl/File-Copy-Recursive/ChangeLog index a6439fa28649..533738fe99f1 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.14 2008/03/19 03:18:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.15 2008/04/29 04:25:00 yuval Exp $ + +*File-Copy-Recursive-0.36 (29 Apr 2008) + + 29 Apr 2008; Yuval Yaari <yuval@gentoo.org> + +File-Copy-Recursive-0.36.ebuild: + Version bump 19 Mar 2008; Jeroen Roovers <jer@gentoo.org> File-Copy-Recursive-0.33.ebuild: diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.36.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.36.ebuild new file mode 100644 index 000000000000..415e9a2c244a --- /dev/null +++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.36.ebuild @@ -0,0 +1,17 @@ +# 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.36.ebuild,v 1.1 2008/04/29 04:25:00 yuval 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" |