diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-30 12:50:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-30 12:50:42 +0000 |
commit | a00355017a1394f473c51d5ac9a9335850a8e623 (patch) | |
tree | 43b87c9c3716bb042e2b509963a09360947b3334 /dev-perl/File-Copy-Recursive | |
parent | Cleanup (diff) | |
download | gentoo-2-a00355017a1394f473c51d5ac9a9335850a8e623.tar.gz gentoo-2-a00355017a1394f473c51d5ac9a9335850a8e623.tar.bz2 gentoo-2-a00355017a1394f473c51d5ac9a9335850a8e623.zip |
Cleanup
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/File-Copy-Recursive')
4 files changed, 9 insertions, 40 deletions
diff --git a/dev-perl/File-Copy-Recursive/ChangeLog b/dev-perl/File-Copy-Recursive/ChangeLog index df12d5299030..79bbe89aef00 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.16 2008/07/15 19:24:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Copy-Recursive/ChangeLog,v 1.17 2008/09/30 12:50:42 tove Exp $ + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> + -File-Copy-Recursive-0.30.ebuild, -File-Copy-Recursive-0.31.ebuild, + File-Copy-Recursive-0.36.ebuild: + Cleanup 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> File-Copy-Recursive-0.36.ebuild: diff --git a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild deleted file mode 100644 index eb4496eb011d..000000000000 --- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.30.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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.30.ebuild,v 1.4 2007/01/23 13:51:41 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="" - -DEPEND="dev-lang/perl" - -SRC_TEST="do" 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 deleted file mode 100644 index bfe57f7ff7ee..000000000000 --- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.31.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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.4 2007/05/05 17:18:59 dertobi123 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 index 16466dff484b..e8148fe4047f 100644 --- a/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.36.ebuild +++ b/dev-perl/File-Copy-Recursive/File-Copy-Recursive-0.36.ebuild @@ -1,14 +1,13 @@ # 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.2 2008/07/15 19:24:57 armin76 Exp $ +# $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" -HOMEPAGE="http://search.cpan.org/~dmuey/" -SRC_URI="mirror://cpan/authors/id/D/DM/DMUEY/${P}.tar.gz" -LICENSE="Artistic" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ~ppc sparc x86" IUSE="" |