diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-13 20:42:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-13 20:42:03 +0000 |
commit | c57c0bf3f086324d3f11a0d4312dd9ed8ae0bd3f (patch) | |
tree | c73c2ef94de48f35c2568037e5666d97c3479483 /perl-core | |
parent | Version bump that fixes bug 261888. (diff) | |
download | historical-c57c0bf3f086324d3f11a0d4312dd9ed8ae0bd3f.tar.gz historical-c57c0bf3f086324d3f11a0d4312dd9ed8ae0bd3f.tar.bz2 historical-c57c0bf3f086324d3f11a0d4312dd9ed8ae0bd3f.zip |
Cleanup
Package-Manager: portage-2.2_rc24/cvs/Linux i686
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Digest-MD5/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/Digest-MD5/Digest-MD5-2.33.ebuild | 19 | ||||
-rw-r--r-- | perl-core/File-Spec/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/File-Spec/File-Spec-3.12.ebuild | 23 | ||||
-rw-r--r-- | perl-core/File-Spec/File-Spec-3.15.ebuild | 23 | ||||
-rw-r--r-- | perl-core/File-Spec/File-Spec-3.24.ebuild | 25 | ||||
-rw-r--r-- | perl-core/File-Temp/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/File-Temp/File-Temp-0.16.ebuild | 17 | ||||
-rw-r--r-- | perl-core/File-Temp/File-Temp-0.17.ebuild | 17 |
9 files changed, 16 insertions, 129 deletions
diff --git a/perl-core/Digest-MD5/ChangeLog b/perl-core/Digest-MD5/ChangeLog index 6f846fdf0be1..825f7f262cde 100644 --- a/perl-core/Digest-MD5/ChangeLog +++ b/perl-core/Digest-MD5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Digest-MD5 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.19 2008/12/14 14:54:04 aballier Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.20 2009/03/13 20:35:07 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -Digest-MD5-2.33.ebuild: + Cleanup 14 Dec 2008; Alexis Ballier <aballier@gentoo.org> Digest-MD5-2.38.ebuild: keyword ~sparc-fbsd diff --git a/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild deleted file mode 100644 index c9a92aa2d814..000000000000 --- a/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.33.ebuild,v 1.5 2007/01/19 17:56:01 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="MD5 message digest algorithm" -HOMEPAGE="http://search.cpan.org/~gaas/" -SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64" -IUSE="" - -DEPEND="dev-lang/perl - virtual/perl-digest-base" - -mydoc="rfc*.txt" diff --git a/perl-core/File-Spec/ChangeLog b/perl-core/File-Spec/ChangeLog index b194f186ee6d..716a43160e08 100644 --- a/perl-core/File-Spec/ChangeLog +++ b/perl-core/File-Spec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/File-Spec -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Spec/ChangeLog,v 1.55 2008/11/18 14:18:11 tove Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Spec/ChangeLog,v 1.56 2009/03/13 20:38:49 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -File-Spec-3.12.ebuild, + -File-Spec-3.15.ebuild, -File-Spec-3.24.ebuild: + Cleanup 18 Nov 2008; Torsten Veller <tove@gentoo.org> File-Spec-3.12.ebuild, File-Spec-3.15.ebuild, File-Spec-3.24.ebuild, File-Spec-3.25.ebuild, diff --git a/perl-core/File-Spec/File-Spec-3.12.ebuild b/perl-core/File-Spec/File-Spec-3.12.ebuild deleted file mode 100644 index 40baad453bc3..000000000000 --- a/perl-core/File-Spec/File-Spec-3.12.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Spec/File-Spec-3.12.ebuild,v 1.13 2008/11/18 14:18:11 tove Exp $ - -inherit perl-module - -MY_P="PathTools-${PV}" -S=${WORKDIR}/${MY_P} - -myconf='INSTALLDIRS=vendor' - -DESCRIPTION="Handling files and directories portably" -HOMEPAGE="http://www.cpan.org/modules/by-authors/id/K/KW/KWILLIAMS/File-Spec-3.12.readme" -SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="dev-lang/perl - virtual/perl-Module-Build - virtual/perl-ExtUtils-CBuilder" diff --git a/perl-core/File-Spec/File-Spec-3.15.ebuild b/perl-core/File-Spec/File-Spec-3.15.ebuild deleted file mode 100644 index 02d2dbb44686..000000000000 --- a/perl-core/File-Spec/File-Spec-3.15.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Spec/File-Spec-3.15.ebuild,v 1.14 2008/11/18 14:18:11 tove Exp $ - -inherit perl-module - -MY_P="PathTools-${PV}" -S=${WORKDIR}/${MY_P} - -myconf='INSTALLDIRS=vendor' - -DESCRIPTION="Handling files and directories portably" -HOMEPAGE="http://search.cpan.org/~kwilliams/" -SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc64 s390 sh sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="dev-lang/perl - virtual/perl-Module-Build - virtual/perl-ExtUtils-CBuilder" diff --git a/perl-core/File-Spec/File-Spec-3.24.ebuild b/perl-core/File-Spec/File-Spec-3.24.ebuild deleted file mode 100644 index 1a34cc89ccc8..000000000000 --- a/perl-core/File-Spec/File-Spec-3.24.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Spec/File-Spec-3.24.ebuild,v 1.11 2008/11/18 14:18:11 tove Exp $ - -inherit perl-module - -MY_P="PathTools-${PV}" - -DESCRIPTION="Handling files and directories portably" -HOMEPAGE="http://search.cpan.org/~kwilliams/" -SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="dev-lang/perl - virtual/perl-ExtUtils-CBuilder" -DEPEND="${RDEPEND} - virtual/perl-Module-Build" - -S=${WORKDIR}/${MY_P} - -myconf='INSTALLDIRS=vendor' diff --git a/perl-core/File-Temp/ChangeLog b/perl-core/File-Temp/ChangeLog index 52c31615c4fe..5ae84ca123d9 100644 --- a/perl-core/File-Temp/ChangeLog +++ b/perl-core/File-Temp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/File-Temp # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Temp/ChangeLog,v 1.39 2009/01/01 19:40:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Temp/ChangeLog,v 1.40 2009/03/13 20:42:03 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -File-Temp-0.16.ebuild, + -File-Temp-0.17.ebuild: + Cleanup 01 Jan 2009; Raúl Porcel <armin76@gentoo.org> File-Temp-0.21.ebuild: Add ~s390 diff --git a/perl-core/File-Temp/File-Temp-0.16.ebuild b/perl-core/File-Temp/File-Temp-0.16.ebuild deleted file mode 100644 index c8db5cdd1912..000000000000 --- a/perl-core/File-Temp/File-Temp-0.16.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Temp/File-Temp-0.16.ebuild,v 1.14 2006/10/13 17:10:22 mcummings Exp $ - -inherit perl-module - -DESCRIPTION="File::Temp can be used to create and open temporary files in a safe way." -HOMEPAGE="http://search.cpan.org/~tjenness/${P}/" -SRC_URI="mirror://cpan/authors/id/T/TJ/TJENNESS/${P}.tar.gz" -SRC_TEST="do" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="dev-lang/perl" diff --git a/perl-core/File-Temp/File-Temp-0.17.ebuild b/perl-core/File-Temp/File-Temp-0.17.ebuild deleted file mode 100644 index 87c76fbba27c..000000000000 --- a/perl-core/File-Temp/File-Temp-0.17.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/perl-core/File-Temp/File-Temp-0.17.ebuild,v 1.11 2007/04/15 21:04:51 corsair Exp $ - -inherit perl-module - -DESCRIPTION="File::Temp can be used to create and open temporary files in a safe way." -HOMEPAGE="http://search.cpan.org/~tjenness/${P}/" -SRC_URI="mirror://cpan/authors/id/T/TJ/TJENNESS/${P}.tar.gz" -SRC_TEST="do" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="" - -DEPEND="dev-lang/perl" |