diff options
author | 2009-05-07 10:37:36 +0000 | |
---|---|---|
committer | 2009-05-07 10:37:36 +0000 | |
commit | 4e7055177416fd93ceebded900eab180eec700fc (patch) | |
tree | edbcd827187c73555db90a97d9afef7e99b7a2de | |
parent | Cleanup (diff) | |
download | gentoo-2-4e7055177416fd93ceebded900eab180eec700fc.tar.gz gentoo-2-4e7055177416fd93ceebded900eab180eec700fc.tar.bz2 gentoo-2-4e7055177416fd93ceebded900eab180eec700fc.zip |
Cleanup
(Portage version: 2.2_rc33/cvs/Linux i686)
4 files changed, 6 insertions, 50 deletions
diff --git a/dev-perl/File-Copy-Recursive/ChangeLog b/dev-perl/File-Copy-Recursive/ChangeLog index d19016985fd0..e009412e00f3 100644 --- a/dev-perl/File-Copy-Recursive/ChangeLog +++ b/dev-perl/File-Copy-Recursive/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/File-Copy-Recursive # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.24 2009/05/06 19:11:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.25 2009/05/07 10:37:36 tove Exp $ + + 07 May 2009; Torsten Veller <tove@gentoo.org> + -File-Copy-Recursive-0.33.ebuild, -File-Copy-Recursive-0.36.ebuild, + -File-Copy-Recursive-0.37.ebuild: + Cleanup 06 May 2009; Jeroen Roovers <jer@gentoo.org> File-Copy-Recursive-0.38.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 deleted file mode 100644 index 94413e79f4bd..000000000000 --- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.33.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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.33.ebuild,v 1.6 2008/03/19 03:18:21 jer 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/File-Copy-Recursive-0.36.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.36.ebuild deleted file mode 100644 index e8148fe4047f..000000000000 --- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.36.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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.3 2008/09/30 12:50:42 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" 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 deleted file mode 100644 index d8e0dac33606..000000000000 --- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.37.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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" |