diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-02 07:33:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-02 07:33:21 +0000 |
commit | a72217c86ad3eeb21ae6bfa1b36356833c986e4d (patch) | |
tree | b761c703346442ae19874adf40129c6eae513324 /perl-core | |
parent | Cleanup ebuild and add ppc64 love for KDE 4. (diff) | |
download | historical-a72217c86ad3eeb21ae6bfa1b36356833c986e4d.tar.gz historical-a72217c86ad3eeb21ae6bfa1b36356833c986e4d.tar.bz2 historical-a72217c86ad3eeb21ae6bfa1b36356833c986e4d.zip |
dev-perl => perl-core migration
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'perl-core')
96 files changed, 4735 insertions, 0 deletions
diff --git a/perl-core/Archive-Tar/Archive-Tar-1.32.ebuild b/perl-core/Archive-Tar/Archive-Tar-1.32.ebuild new file mode 100644 index 000000000000..d608d7e072af --- /dev/null +++ b/perl-core/Archive-Tar/Archive-Tar-1.32.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.32.ebuild,v 1.1 2008/11/02 07:15:54 tove Exp $ + +inherit perl-module + +DESCRIPTION="A Perl module for creation and manipulation of tar files" +HOMEPAGE="http://search.cpan.org/~kane/Archive-Tar/" +SRC_URI="mirror://cpan/authors/id/K/KA/KANE/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +DEPEND="virtual/perl-IO-Zlib + dev-perl/IO-String + dev-lang/perl" + +SRC_TEST="do" diff --git a/perl-core/Archive-Tar/Archive-Tar-1.38.ebuild b/perl-core/Archive-Tar/Archive-Tar-1.38.ebuild new file mode 100644 index 000000000000..761e681bcb3f --- /dev/null +++ b/perl-core/Archive-Tar/Archive-Tar-1.38.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.38.ebuild,v 1.1 2008/11/02 07:15:54 tove Exp $ + +inherit perl-module + +DESCRIPTION="A Perl module for creation and manipulation of tar files" +HOMEPAGE="http://search.cpan.org/~kane/Archive-Tar/" +SRC_URI="mirror://cpan/authors/id/K/KA/KANE/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +DEPEND="virtual/perl-IO-Zlib + dev-perl/IO-String + dev-lang/perl" + +SRC_TEST="do" diff --git a/perl-core/Archive-Tar/Archive-Tar-1.40.ebuild b/perl-core/Archive-Tar/Archive-Tar-1.40.ebuild new file mode 100644 index 000000000000..04bb7717785a --- /dev/null +++ b/perl-core/Archive-Tar/Archive-Tar-1.40.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/Archive-Tar-1.40.ebuild,v 1.1 2008/11/02 07:15:54 tove Exp $ + +MODULE_AUTHOR=KANE +inherit perl-module + +DESCRIPTION="A Perl module for creation and manipulation of tar files" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +IUSE="bzip2" + +DEPEND=">=virtual/perl-IO-Zlib-1.01 + >=virtual/perl-Compress-Zlib-2.012 + bzip2? ( >=dev-perl/IO-Compress-Bzip2-2.012 ) + dev-perl/IO-String + perl-core/Package-Constants + dev-lang/perl" + +SRC_TEST="do" + +use bzip2 || myconf="-n" diff --git a/perl-core/Archive-Tar/ChangeLog b/perl-core/Archive-Tar/ChangeLog new file mode 100644 index 000000000000..f63ba04d37e0 --- /dev/null +++ b/perl-core/Archive-Tar/ChangeLog @@ -0,0 +1,403 @@ +# ChangeLog for perl-core/Archive-Tar +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Archive-Tar/ChangeLog,v 1.1 2008/11/02 07:15:54 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Archive-Tar-1.32.ebuild, +Archive-Tar-1.38.ebuild, + +Archive-Tar-1.40.ebuild: + dev-perl => perl-core migration + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> Archive-Tar-1.32.ebuild, + Archive-Tar-1.38.ebuild, Archive-Tar-1.40.ebuild: + New virtuals: Compress-Zlib IO-Zlib + + 27 Oct 2008; Alexis Ballier <aballier@gentoo.org> Archive-Tar-1.40.ebuild: + keyword ~x86-fbsd, bug #192989 + + 23 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org> + Archive-Tar-1.40.ebuild: + ppc stable, bug #192989 + + 23 Oct 2008; Raúl Porcel <armin76@gentoo.org> Archive-Tar-1.40.ebuild: + alpha/ia64/x86 stable wrt #192989 + + 22 Oct 2008; Guy Martin <gmsoft@gentoo.org> Archive-Tar-1.40.ebuild: + hppa stable, #192989 + + 21 Oct 2008; Markus Rothe <corsair@gentoo.org> Archive-Tar-1.40.ebuild: + Stable on ppc64; bug #192989 + + 21 Oct 2008; Tobias Heinlein <keytoaster@gentoo.org> + Archive-Tar-1.40.ebuild: + Keyworded and stable for amd64, security bug #192989 + + 20 Oct 2008; Friedrich Oslage <bluebird@gentoo.org> + Archive-Tar-1.40.ebuild: + Keyworded and stable for sparc, security bug #192989 + +*Archive-Tar-1.40 (20 Oct 2008) + + 20 Oct 2008; Torsten Veller <tove@gentoo.org> +Archive-Tar-1.40.ebuild: + Version bump. Fixes #192989 + + 20 Sep 2008; Santiago M. Mola <coldwind@gentoo.org> + Archive-Tar-1.38.ebuild: + amd64 stable + + 15 Sep 2008; Torsten Veller <tove@gentoo.org> -Archive-Tar-1.28.ebuild, + -Archive-Tar-1.29.ebuild, -Archive-Tar-1.30.ebuild, + -Archive-Tar-1.31.ebuild: + Cleanup + + 11 Jul 2008; Jeroen Roovers <jer@gentoo.org> Archive-Tar-1.38.ebuild: + Stable for HPPA too. + + 13 Jun 2008; Raúl Porcel <armin76@gentoo.org> Archive-Tar-1.38.ebuild: + alpha/ia64/sparc/x86 stable + + 09 May 2008; Torsten Veller <tove@gentoo.org> Archive-Tar-1.32.ebuild, + Archive-Tar-1.38.ebuild: + #221083 - Remove >=virtual/perl-Test-Harness-2.26 from DEPEND + + 19 Mar 2008; Jeroen Roovers <jer@gentoo.org> Archive-Tar-1.32.ebuild: + Stable for HPPA too. + +*Archive-Tar-1.38 (29 Feb 2008) + + 29 Feb 2008; Christian Hartmann <ian@gentoo.org> +Archive-Tar-1.38.ebuild: + Version bump + + 29 Dec 2007; <welp@gentoo.org> Archive-Tar-1.32.ebuild: + Keyworded ~sparc-fbsd; bug 203655 + + 10 Nov 2007; Samuli Suominen <drac@gentoo.org> Archive-Tar-1.32.ebuild: + amd64 stable + + 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> + Archive-Tar-1.32.ebuild: + Stable on ppc. + + 01 Aug 2007; Joshua Kinard <kumba@gentoo.org> Archive-Tar-1.32.ebuild: + Stable on mips. + + 22 Jul 2007; Tom Gall <tgall@gentoo.org> Archive-Tar-1.32.ebuild: + stable on ppc64 + + 09 Jul 2007; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.32.ebuild: + Marking sparc stable + + 05 Jul 2007; Raúl Porcel <armin76@gentoo.org> Archive-Tar-1.32.ebuild: + alpha/ia64/x86 stable + + 04 Jul 2007; Tom Gall <tgall@gentoo.org> Archive-Tar-1.31.ebuild: + stable on ppc64 + + 30 Jun 2007; Joshua Kinard <kumba@gentoo.org> Archive-Tar-1.31.ebuild: + Stable on mips. + + 25 Jun 2007; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.31.ebuild: + Marking sparc stable + +*Archive-Tar-1.32 (04 Jun 2007) + + 04 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +Archive-Tar-1.32.ebuild: + Version bump + +*Archive-Tar-1.31 (24 May 2007) + + 24 May 2007; Michael Cummings <mcummings@gentoo.org> + +Archive-Tar-1.31.ebuild: + Version bump + + 12 May 2007; Joshua Kinard <kumba@gentoo.org> Archive-Tar-1.30.ebuild: + Stable on mips. + + 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> + Archive-Tar-1.30.ebuild: + ppc stable + + 15 Apr 2007; Markus Rothe <corsair@gentoo.org> Archive-Tar-1.30.ebuild: + Stable on ppc64 + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Archive-Tar-1.30.ebuild: + Stable on x86, bug #169152. + + 07 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.28.ebuild, Archive-Tar-1.29.ebuild, Archive-Tar-1.30.ebuild: + Marking sparc stable + + 07 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.30.ebuild: + Marking amd64 stable + +*Archive-Tar-1.30 (27 Nov 2006) + + 27 Nov 2006; Michael Cummings <mcummings@gentoo.org> + +Archive-Tar-1.30.ebuild: + Version bump, thanks Michele for catching it + + 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> + Archive-Tar-1.29.ebuild: + ppc stable + + 07 Sep 2006; Michael Cummings <mcummings@gentoo.org> + -Archive-Tar-1.23-r1.ebuild, -Archive-Tar-1.26.ebuild, + Archive-Tar-1.29.ebuild: + Cleaning out old ebuilds; keywording mips stable (tested on o2k) + + 17 Aug 2006; Thomas Cort <tcort@gentoo.org> Archive-Tar-1.29.ebuild: + Stable on alpha. + + 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.29.ebuild: + Marking amd64 stable + + 04 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.23-r1.ebuild, Archive-Tar-1.26.ebuild, + Archive-Tar-1.28.ebuild, Archive-Tar-1.29.ebuild: + Adding perl dep; fixed DEPEND + + 03 Jul 2006; Christian Hartmann <ian@gentoo.org> + Archive-Tar-1.23-r1.ebuild, Archive-Tar-1.26.ebuild, + Archive-Tar-1.28.ebuild, Archive-Tar-1.29.ebuild: + Fixed RDEPEND wrt bug #134781 + + 02 Jul 2006; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.28.ebuild: + Marking stable amd64 + + 29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> + Archive-Tar-1.29.ebuild: + Stable on hppa + + 09 Jun 2006; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.29.ebuild: + Marking stable sparc + + 27 May 2006; Bryan Østergaard <kloeri@gentoo.org> + Archive-Tar-1.28.ebuild: + Stable on alpha. + + 01 May 2006; Diego Pettenò <flameeyes@gentoo.org> + Archive-Tar-1.29.ebuild: + Add ~x86-fbsd keyword. + + 27 Apr 2006; Marien Zwart <marienz@gentoo.org> + files/digest-Archive-Tar-1.23-r1, files/digest-Archive-Tar-1.26, + files/digest-Archive-Tar-1.28, Manifest: + Fixing SHA256 digest, pass four + + 29 Apr 2006; Joshua Kinard <kumba@gentoo.org> Archive-Tar-1.28.ebuild: + Marked stable on mips. + +*Archive-Tar-1.29 (17 Apr 2006) + + 17 Apr 2006; Aaron Kulbe <superlag@gentoo.org> +Archive-Tar-1.29.ebuild: + Version bump. + + 27 Mar 2006; Markus Rothe <corsair@gentoo.org> Archive-Tar-1.28.ebuild: + Stable on ppc64 + + 23 Mar 2006; Michael Hanselmann <hansmi@gentoo.org> + Archive-Tar-1.28.ebuild: + Stable on ppc. + + 23 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> + Archive-Tar-1.28.ebuild: + Stable on hppa + + 22 Mar 2006; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.28.ebuild: + marking stable x86, sparc + + 25 Feb 2006; Joshua Kinard <kumba@gentoo.org> Archive-Tar-1.26.ebuild: + Marked stable on mips. + + 13 Feb 2006; <mcumming@gentoo.org> Archive-Tar-1.23-r1.ebuild, + Archive-Tar-1.26.ebuild, Archive-Tar-1.28.ebuild: + Virtual for perl-core dep + +*Archive-Tar-1.28 (22 Jan 2006) + + 22 Jan 2006; Michael Cummings <mcummings@gentoo.org> + +Archive-Tar-1.28.ebuild: + Version bump upstream + + 16 Nov 2005; Homer Parker <hparker@gentoo.org> Archive-Tar-1.26.ebuild: + Stable on amd64 needed for bug 112063 + + 14 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> + Archive-Tar-1.26.ebuild: + Stable on hppa, ppc. + + 14 Nov 2005; Markus Rothe <corsair@gentoo.org> Archive-Tar-1.26.ebuild: + Stable on ppc64 + + 13 Nov 2005; Mark Loeser <halcy0n@gentoo.org> Archive-Tar-1.26.ebuild: + Stable on x86; bug #112063 + + 13 Nov 2005; Fernando J. Pereda <ferdy@gentoo.org> + Archive-Tar-1.26.ebuild: + stable as per bug #112063 + + 13 Nov 2005; Jason Wever <weeve@gentoo.org> Archive-Tar-1.26.ebuild: + Stable on SPARC. + +*Archive-Tar-1.26 (09 Nov 2005) + + 09 Nov 2005; Chris White <chriswhite@gentoo.org> -Archive-Tar-1.24.ebuild, + +Archive-Tar-1.26.ebuild: + Version bump to 1.26. Removed older ~arch version. Added SRC_TEST='do'. + Helps fix bug #111933. + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.23-r1.ebuild: + dev-perl/Test-Harness => perl-core/Test-Harness migration + + 25 May 2005; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.24.ebuild: + dev-perl/Test-Harness => perl-core/Test-Harness migration + +*Archive-Tar-1.24 (09 May 2005) + + 09 May 2005; Elfyn McBratney <beu@gentoo.org> +Archive-Tar-1.24.ebuild: + Version bump. + + 24 Apr 2005; Michael Cummings <mcummings@gentoo.org> + -Archive-Tar-0.22.ebuild, -Archive-Tar-0.22-r1.ebuild, + -Archive-Tar-1.00.ebuild, -Archive-Tar-1.03.ebuild, + -Archive-Tar-1.05.ebuild, -Archive-Tar-1.09.ebuild, + -Archive-Tar-1.10.ebuild, -Archive-Tar-1.23.ebuild: + cleaning + + 06 Apr 2005; Joseph Jezak <josejx@gentoo.org> Archive-Tar-1.23-r1.ebuild: + Marked ppc stable. + + 18 Mar 2005; Aron Griffis <agriffis@gentoo.org> + Archive-Tar-1.23-r1.ebuild: + Stable on ia64 + + 12 Mar 2005; Markus Rothe <corsair@gentoo.org> Archive-Tar-1.23-r1.ebuild: + Stable on ppc64 + + 06 Feb 2005; Joshua Kinard <kumba@gentoo.org> Archive-Tar-1.23-r1.ebuild: + Marked stable on mips. + +*Archive-Tar-1.23-r1 (25 Jan 2005) + + 25 Jan 2005; Michael Cummings <mcummings@gentoo.org> + +Archive-Tar-1.23-r1.ebuild: + Version bumping to make sure folks get IO-string + + 24 Jan 2005; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.23.ebuild: + Added missing dep for IO-String, bug 73488 + + 22 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> Archive-Tar-1.23.ebuild: + Stable on sparc + + 22 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> + Archive-Tar-1.23.ebuild: + Stable on alpha. + + 21 Jan 2005; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.23.ebuild: + Unmasking for x86 + + 21 Jan 2005; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.23.ebuild: + Unmasking for x86 + + 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : + Change encoding to UTF-8 for GLEP 31 compliance + + 22 Dec 2004; Yuta SATOH <nigoro@gentoo.org> Archive-Tar-1.23.ebuild: + added ~ppc64 + +*Archive-Tar-1.23 (04 Dec 2004) + + 04 Dec 2004; Michael Cummings <mcummings@gentoo.org> + +Archive-Tar-1.23.ebuild: + New version on CPAN + + 21 Nov 2004; Hardave Riar <hardave@gentoo.org> Archive-Tar-1.09.ebuild: + Stable on mips, dep for bug #68570 + + 20 Nov 2004; Daniel Black <dragonheart@gentoo.org> Archive-Tar-1.10.ebuild: + ppc stable to support bug #68570 + +*Archive-Tar-1.10 (30 Jul 2004) + + 30 Jul 2004; Michael Cummings <mcummings@gentoo.org> + +Archive-Tar-1.10.ebuild: + New version on CPAN + + 25 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> Archive-Tar-1.09.ebuild: + Marked stable on amd64. + + 11 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> Archive-Tar-1.09.ebuild: + Stable on sparc + +*Archive-Tar-1.09 (05 Jun 2004) + + 05 Jun 2004; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.09.ebuild: + new version, dep for others + + 24 May 2004; Bryan Østergaard <kloeri@gentoo.org> Archive-Tar-1.05.ebuild: + Stable on alpha. + + 03 Mar 2004; Gustavo Zacarias <gustavoz@gentoo.org> Archive-Tar-1.05.ebuild: + stable on sparc + + 27 Feb 2004; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.05.ebuild: + Unmasking after 185 days + + 19 Jan 2004; Eric Sammer <esammer@gentoo.org> Archive-Tar-0.22-r1.ebuild, + Archive-Tar-0.22.ebuild, Archive-Tar-1.00.ebuild, Archive-Tar-1.05.ebuild: + Fixed copyright headers. Added ~arm, ~hppa, and ~mips to keywords to fix + depend.BAD for new module-build. + + 18 Jan 2004; <gustavoz@gentoo.org> Archive-Tar-1.03.ebuild: + stable on sparc + +*Archive-Tar-1.05 (26 Aug 2003) + + 26 Aug 2003; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.05.ebuild: + CPAN Version bump + + 20 Jul 2003; <rac@gentoo.org> Archive-Tar-1.03.ebuild: + Allow perl-5.8.0-r12 to fulfill the File-Spec and Test-Simple dependencies + +*Archive-Tar-1.03 (10 Jul 2003) + + 10 Jul 2003; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.03.ebuild: + CPAN version bump + +*Archive-Tar-1.00 (05 Jun 2003) + + 05 Jun 2003; Michael Cummings <mcummings@gentoo.org> + Archive-Tar-1.00.ebuild: + Version bump from CPAN, includes new/missing deps + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + + 29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog : + forced version bump to install into correct locations + +*Archive-Tar-0.22-r1 (21 Jun 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + +*Archive-Tar-0.22 (23 Oct 2002) + + 23 Oct 2002; Nick Hadaway <raker@gentoo.org> Archive-Tar-0.22.ebuild, + files/digest-Archive-Tar-0.22 : + New ebuild. Added to support net-mail/amavis diff --git a/perl-core/Archive-Tar/Manifest b/perl-core/Archive-Tar/Manifest new file mode 100644 index 000000000000..0e7e4d777c05 --- /dev/null +++ b/perl-core/Archive-Tar/Manifest @@ -0,0 +1,8 @@ +DIST Archive-Tar-1.32.tar.gz 39522 RMD160 698432a64b5939b40d1c0bef0cab46ddb9217051 SHA1 1e2ce5418b9bbff79836fce79f2fd00081175023 SHA256 2b154f4b1b7eba5ee8ab22fd9b768a51672ad7875a597c57e7e51432b56d9a0c +DIST Archive-Tar-1.38.tar.gz 42452 RMD160 908cf29622038cc526bcca98a65523e4cb445b8c SHA1 f52b4928b839d0bb8f77e507a59ff46af816737e SHA256 d10008979ea02b1fd1f34c939ecc9b23a200eba9b20a405119dd6e986a6543dd +DIST Archive-Tar-1.40.tar.gz 48243 RMD160 19650609dfe77596f7f5192ff59785e8a54b6ad7 SHA1 8161961fe2cb9b215f8fca3470dc618b302b50c8 SHA256 7d6b285b7ea5c55042eca05e2a357d6449c44c2b940ea4bacbcbf1c1e1bb0c4e +EBUILD Archive-Tar-1.32.ebuild 647 RMD160 0be1cd00aa013687b8f8a5b31707a2ccc87bddd7 SHA1 b1906a4d03ccacfe82151bb39a9f6fd7d6bec2f2 SHA256 76104427e625ecf65945f9917192bbf8e1a855934fc6789c22b746f697b07b97 +EBUILD Archive-Tar-1.38.ebuild 657 RMD160 06ee5b3badc51853f4462eb06999c531d149841e SHA1 3db92151981ea4df74eb0c2ebbb2cd5ffb65ff0d SHA256 fff31e0ec113551f88ca52790e7571e8d15535c73690c97f0a9dd20932c06e82 +EBUILD Archive-Tar-1.40.ebuild 688 RMD160 b53fa3b5753c2828de0894d31b1e24be6607e254 SHA1 b492ff1b10abd2aee362a850743f0b43d62ef3ff SHA256 b1b2b5731139271135e4d8a7afbde78342c4e505ee98f7878d916204ebeab8b3 +MISC ChangeLog 12435 RMD160 5b26c414476dfd5bde3cb8d21fd5265af1c51935 SHA1 36ec4894b0d9fb2fb5f4859489c45a6b5f6f8ccc SHA256 2e65395ac9d2a94a7a2c8d43dfeb48341f3f07ce6b5f9622882f4098413588df +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/Archive-Tar/metadata.xml b/perl-core/Archive-Tar/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Archive-Tar/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/Class-ISA/ChangeLog b/perl-core/Class-ISA/ChangeLog new file mode 100644 index 000000000000..d87b1ad5d28d --- /dev/null +++ b/perl-core/Class-ISA/ChangeLog @@ -0,0 +1,47 @@ +# ChangeLog for perl-core/Class-ISA +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/ChangeLog,v 1.1 2008/11/02 07:16:47 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Class-ISA-0.33.ebuild: + dev-perl => perl-core migration + + 08 Dec 2007; Raúl Porcel <armin76@gentoo.org> Class-ISA-0.33.ebuild: + ia64 stable + + 04 Dec 2007; Markus Rothe <corsair@gentoo.org> Class-ISA-0.33.ebuild: + Stable on ppc64; bug #198075 + + 14 Feb 2007; Markus Rothe <corsair@gentoo.org> Class-ISA-0.33.ebuild: + Added ~ppc64 + + 01 Feb 2007; Raúl Porcel <armin76@gentoo.org> Class-ISA-0.33.ebuild: + x86 stable wrt bug 164825 + + 22 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> Class-ISA-0.33.ebuild: + Add ~ia64 keyword. + + 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> + Class-ISA-0.33.ebuild: + ppc stable + + 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> Class-ISA-0.33.ebuild: + Stable on Alpha. + + 08 Oct 2006; Michael Cummings <mcummings@gentoo.org> + Class-ISA-0.33.ebuild: + Marking stable amd64, sparc + + 29 Aug 2006; Fernando J. Pereda <ferdy@gentoo.org> Class-ISA-0.33.ebuild: + Added ~alpha. Indirect dependency of Mail-Audit, bug #144481 + + 28 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org> + Class-ISA-0.33.ebuild: + Added ~ppc, bug 144481 + +*Class-ISA-0.33 (20 Aug 2006) + + 20 Aug 2006; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +Class-ISA-0.33.ebuild: + Dep for Email-Abstract + diff --git a/perl-core/Class-ISA/Class-ISA-0.33.ebuild b/perl-core/Class-ISA/Class-ISA-0.33.ebuild new file mode 100644 index 000000000000..ca5fde92c207 --- /dev/null +++ b/perl-core/Class-ISA/Class-ISA-0.33.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/perl-core/Class-ISA/Class-ISA-0.33.ebuild,v 1.1 2008/11/02 07:16:47 tove Exp $ + +inherit perl-module + +DESCRIPTION="Report the search path thru an ISA tree" +SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~sburke" + +LICENSE="Artistic" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" +IUSE="" + +SRC_TET="do" +SLOT="0" +DEPEND="dev-lang/perl" diff --git a/perl-core/Class-ISA/Manifest b/perl-core/Class-ISA/Manifest new file mode 100644 index 000000000000..9bd911790653 --- /dev/null +++ b/perl-core/Class-ISA/Manifest @@ -0,0 +1,4 @@ +DIST Class-ISA-0.33.tar.gz 6401 RMD160 32a66027d1f92f632ced79bd6c8433f6eafc683d SHA1 4d004ae25ba176793a7b7ae990b99552a2d3a452 SHA256 d7bc23e29386f4da81fd42d97cf7c436b317daefa8f2e915bcdbe87de61d1fe1 +EBUILD Class-ISA-0.33.ebuild 527 RMD160 506d3068a6e71652c77c23e2aaf979ee7cc8d1ed SHA1 b428bf514a51675fc232b3e37bef6ceb4dedad9d SHA256 0ac2f5f8f1a1230318c9359deea0839684954ccf0e187689ee814fc8b95b1963 +MISC ChangeLog 1516 RMD160 a1fdaa34002e8829260c198164fa94e9e8a0a954 SHA1 8a158d17df0950d63de33b0c4ed7d8b20567d248 SHA256 de1cdb95fc33913938303fb8f0b10030835c7993a8608337147cf3f8fb5b9dcc +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/Class-ISA/metadata.xml b/perl-core/Class-ISA/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Class-ISA/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/Compress-Raw-Zlib/ChangeLog b/perl-core/Compress-Raw-Zlib/ChangeLog new file mode 100644 index 000000000000..147cb4e80146 --- /dev/null +++ b/perl-core/Compress-Raw-Zlib/ChangeLog @@ -0,0 +1,233 @@ +# ChangeLog for perl-core/Compress-Raw-Zlib +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.1 2008/11/02 07:17:55 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Compress-Raw-Zlib-2.005.ebuild, +Compress-Raw-Zlib-2.015.ebuild: + dev-perl => perl-core migration + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> + -Compress-Raw-Zlib-2.011.ebuild, -Compress-Raw-Zlib-2.012.ebuild: + Cleanup. + + 23 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org> + Compress-Raw-Zlib-2.015.ebuild: + ppc stable, bug #192989 + + 23 Oct 2008; Raúl Porcel <armin76@gentoo.org> + Compress-Raw-Zlib-2.015.ebuild: + alpha/ia64/x86 stable wrt #192989 + + 22 Oct 2008; Guy Martin <gmsoft@gentoo.org> + Compress-Raw-Zlib-2.015.ebuild: + hppa stable, #192989 + + 21 Oct 2008; Markus Rothe <corsair@gentoo.org> + Compress-Raw-Zlib-2.015.ebuild: + Stable on ppc64; bug #192989 + + 21 Oct 2008; Tobias Heinlein <keytoaster@gentoo.org> + Compress-Raw-Zlib-2.015.ebuild: + amd64 stable, security bug #192989 + + 20 Oct 2008; Friedrich Oslage <bluebird@gentoo.org> + Compress-Raw-Zlib-2.015.ebuild: + Stable on sparc, security bug #192989 + +*Compress-Raw-Zlib-2.015 (05 Sep 2008) + + 05 Sep 2008; Torsten Veller <tove@gentoo.org> + +Compress-Raw-Zlib-2.015.ebuild: + Version bump + +*Compress-Raw-Zlib-2.012 (19 Jul 2008) + + 19 Jul 2008; Torsten Veller <tove@gentoo.org> + +Compress-Raw-Zlib-2.012.ebuild: + Version bump + + 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> + Compress-Raw-Zlib-2.011.ebuild: + alpha/ia64/sparc/x86 stable + + 20 May 2008; Torsten Veller <tove@gentoo.org> + -Compress-Raw-Zlib-2.001.ebuild, -Compress-Raw-Zlib-2.002.ebuild, + -Compress-Raw-Zlib-2.003.ebuild, -Compress-Raw-Zlib-2.004.ebuild, + -Compress-Raw-Zlib-2.004-r1.ebuild, -Compress-Raw-Zlib-2.009.ebuild, + -Compress-Raw-Zlib-2.010.ebuild: + Cleaning + +*Compress-Raw-Zlib-2.011 (20 May 2008) + + 20 May 2008; Torsten Veller <tove@gentoo.org> + +Compress-Raw-Zlib-2.011.ebuild: + Version bump + +*Compress-Raw-Zlib-2.010 (09 May 2008) + + 09 May 2008; Torsten Veller <tove@gentoo.org> + +Compress-Raw-Zlib-2.010.ebuild: + Version bump + +*Compress-Raw-Zlib-2.009 (29 Apr 2008) + + 29 Apr 2008; Torsten Veller <tove@gentoo.org> + +Compress-Raw-Zlib-2.009.ebuild: + Version bump + + 19 Mar 2008; Jeroen Roovers <jer@gentoo.org> + Compress-Raw-Zlib-2.005.ebuild: + Stable for HPPA too. + + 13 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> + Compress-Raw-Zlib-2.005.ebuild: + ppc. stable + + 29 Dec 2007; <welp@gentoo.org> Compress-Raw-Zlib-2.005.ebuild: + Keyworded ~sparc-fbsd; bug 203655 + + 19 Nov 2007; Joshua Kinard <kumba@gentoo.org> + Compress-Raw-Zlib-2.005.ebuild: + Stable on mips. + + 10 Nov 2007; Samuli Suominen <drac@gentoo.org> + Compress-Raw-Zlib-2.005.ebuild: + amd64 stable + + 15 Oct 2007; Markus Rothe <corsair@gentoo.org> + Compress-Raw-Zlib-2.005.ebuild: + Stable on ppc64 + + 06 Oct 2007; Raúl Porcel <armin76@gentoo.org> + Compress-Raw-Zlib-2.005.ebuild: + alpha/ia64/sparc/x86 stable + + 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> + Compress-Raw-Zlib-2.004-r1.ebuild: + Stable on ppc. + + 01 Aug 2007; Joshua Kinard <kumba@gentoo.org> + Compress-Raw-Zlib-2.004-r1.ebuild: + Stable on mips. + + 22 Jul 2007; Tom Gall <tgall@gentoo.org> + Compress-Raw-Zlib-2.004-r1.ebuild: + stable on ppc64 + + 09 Jul 2007; Michael Cummings <mcummings@gentoo.org> + Compress-Raw-Zlib-2.004-r1.ebuild: + Marking sparc stable + +*Compress-Raw-Zlib-2.005 (07 Jul 2007) + + 07 Jul 2007; Michael Cummings <mcummings@gentoo.org> + +Compress-Raw-Zlib-2.005.ebuild: + Version bump + + 05 Jul 2007; Tom Gall <tgall@gentoo.org> + Compress-Raw-Zlib-2.004-r1.ebuild: + stable on ppc64 + + 05 Jul 2007; Raúl Porcel <armin76@gentoo.org> + Compress-Raw-Zlib-2.004-r1.ebuild: + alpha/ia64/x86 stable + +*Compress-Raw-Zlib-2.004-r1 (06 Jun 2007) + + 06 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +Compress-Raw-Zlib-2.004-r1.ebuild: + Bug 178923, using the ebuild patch with multilib additions + + 01 Jun 2007; Jeroen Roovers <jer@gentoo.org> + Compress-Raw-Zlib-2.004.ebuild: + Stable for HPPA too. + + 31 May 2007; Raúl Porcel <armin76@gentoo.org> + Compress-Raw-Zlib-2.004.ebuild: + ia64/x86 stable wrt #180414 + + 24 May 2007; Diego Pettenò <flameeyes@gentoo.org> + Compress-Raw-Zlib-2.004.ebuild: + Add ~x86-fbsd keyword, as per bug #154244. + + 16 May 2007; Raúl Porcel <armin76@gentoo.org> + Compress-Raw-Zlib-2.004.ebuild: + Add ~alpha wrt #154244 + + 12 May 2007; Joshua Kinard <kumba@gentoo.org> ChangeLog: + Stable on mips. + + 12 May 2007; Joshua Kinard <kumba@gentoo.org> + Compress-Raw-Zlib-2.004.ebuild: + Stable on mips. + + 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> + Compress-Raw-Zlib-2.004.ebuild: + ppc stable + + 10 Apr 2007; Michael Cummings <mcummings@gentoo.org> + Compress-Raw-Zlib-2.004.ebuild: + sparc stable + + 08 Apr 2007; Michael Cummings <mcummings@gentoo.org> + Compress-Raw-Zlib-2.004.ebuild: + Marking amd64 stable + +*Compress-Raw-Zlib-2.004 (09 Mar 2007) + + 09 Mar 2007; Michael Cummings <mcummings@gentoo.org> + +Compress-Raw-Zlib-2.004.ebuild: + Version bump + +*Compress-Raw-Zlib-2.003 (05 Jan 2007) + + 05 Jan 2007; Michael Cummings <mcummings@gentoo.org> + +Compress-Raw-Zlib-2.003.ebuild: + Version bump + +*Compress-Raw-Zlib-2.002 (02 Jan 2007) + + 02 Jan 2007; Michael Cummings <mcummings@gentoo.org> + +Compress-Raw-Zlib-2.002.ebuild: + Version bump + + 16 Dec 2006; Michael Cummings <mcummings@gentoo.org> + Compress-Raw-Zlib-2.001.ebuild: + Marking amd64 stable + + 11 Dec 2006; Lars Weiler <pylon@gentoo.org> + Compress-Raw-Zlib-2.001.ebuild: + Stable on ppc; bug #154244. + + 03 Dec 2006; Markus Rothe <corsair@gentoo.org> + Compress-Raw-Zlib-2.001.ebuild: + Stable on ppc64 + + 17 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> + Compress-Raw-Zlib-2.001.ebuild: + Stable on sparc + + 15 Nov 2006; Markus Rothe <corsair@gentoo.org> + Compress-Raw-Zlib-2.001.ebuild: + Added ~ppc64; bug #154244 + + 15 Nov 2006; Jeroen Roovers <jer@gentoo.org> + Compress-Raw-Zlib-2.001.ebuild: + Marked ~hppa (bug #154244). + + 10 Nov 2006; nixnut <nixnut@gentoo.org> Compress-Raw-Zlib-2.001.ebuild: + Added ~ppc keyword wrt bug 154244 + + 07 Nov 2006; Joshua Jackson <tsunam@gentoo.org> + Compress-Raw-Zlib-2.001.ebuild: + Stable x86 for bug #154244 + + 06 Nov 2006; Michael Cummings <mcummings@gentoo.org> +metadata.xml: + New dep for Compress-Zlib + +*Compress-Raw-Zlib-2.001 (06 Nov 2006) + + 06 Nov 2006; Michael Cummings <mcummings@gentoo.org> + +Compress-Raw-Zlib-2.001.ebuild: + New dep for Compress-Zlib + diff --git a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild new file mode 100644 index 000000000000..92f1f35a7780 --- /dev/null +++ b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.005.ebuild,v 1.1 2008/11/02 07:17:55 tove Exp $ + +inherit perl-module multilib + +DESCRIPTION="Low-Level Interface to zlib compression library" +HOMEPAGE="http://search.cpan.org/~pmqs" +SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +RDEPEND="dev-lang/perl + sys-libs/zlib" + +DEPEND=${RDEPEND} + +SRC_TEST="do" + +src_unpack() { + perl-module_src_unpack + + cat - > "${S}/config.in" <<EOF +BUILD_ZLIB = False +INCLUDE = /usr/include +LIB = /usr/${get_libdir} + +OLD_ZLIB = False +GZIP_OS_CODE = AUTO_DETECT +EOF +} diff --git a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild new file mode 100644 index 000000000000..32b4386921f4 --- /dev/null +++ b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.015.ebuild,v 1.1 2008/11/02 07:17:55 tove Exp $ + +MODULE_AUTHOR=PMQS + +inherit multilib perl-module + +DESCRIPTION="Low-Level Interface to zlib compression library" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="test" + +RDEPEND="dev-lang/perl + >=sys-libs/zlib-1.2.2.1" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST="do" + +src_unpack() { + perl-module_src_unpack + + cat <<-EOF > "${S}/config.in" + BUILD_ZLIB = False + INCLUDE = /usr/include + LIB = /usr/${get_libdir} + + OLD_ZLIB = False + GZIP_OS_CODE = AUTO_DETECT + EOF +} diff --git a/perl-core/Compress-Raw-Zlib/Manifest b/perl-core/Compress-Raw-Zlib/Manifest new file mode 100644 index 000000000000..505e0fea22b8 --- /dev/null +++ b/perl-core/Compress-Raw-Zlib/Manifest @@ -0,0 +1,6 @@ +DIST Compress-Raw-Zlib-2.005.tar.gz 207334 RMD160 a4afb30ebf298c323693f3ec9de0b3f6bcd71b98 SHA1 26b658c16fed52d4982e2c82f340238d538e67fd SHA256 118d7041d5527b3414051251828801524308eacb2f5af71c371ba764cddc7557 +DIST Compress-Raw-Zlib-2.015.tar.gz 209006 RMD160 39e04bf22d1fd0d2156971c19d28e5de468cc3cb SHA1 1738184cdfb443addec7560743095ed7bbfb9c3e SHA256 8d75b2abbaca09528ce7e566684253b09a94f3f100947885a54ee22ec7f9d33c +EBUILD Compress-Raw-Zlib-2.005.ebuild 844 RMD160 b20d23aed7044a4086d5e54e4c8851b6bedf7bb6 SHA1 1a5c65c9866ba44ab5697bb28f82f80e5eed3133 SHA256 5fc9bb64f8eb0791a2a71c64248573148c5a3052ec05f0acc11b6a9803c03f53 +EBUILD Compress-Raw-Zlib-2.015.ebuild 831 RMD160 49086db0889efcc5cdc9b684cec43b0126cbe06c SHA1 4ff5a2358c1aaa5a1d0c8a47bc88500b4783128b SHA256 69ca1b17f323ce260a33bba10e9bacb85c9e0dc441cbd27e2e4ca4686a3a13d7 +MISC ChangeLog 6595 RMD160 9d4bb04c6208a58ceee06268b6e7ca69a2f54cc5 SHA1 b4b59e651909ff171b7bcb0cef722592db294032 SHA256 e98eff2d1a6bf41c1ec92b4717687e10cefca1d08aab34944a6d3997a4ac0476 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/Compress-Raw-Zlib/metadata.xml b/perl-core/Compress-Raw-Zlib/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Compress-Raw-Zlib/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/Compress-Zlib/ChangeLog b/perl-core/Compress-Zlib/ChangeLog new file mode 100644 index 000000000000..74930933085a --- /dev/null +++ b/perl-core/Compress-Zlib/ChangeLog @@ -0,0 +1,401 @@ +# ChangeLog for perl-core/Compress-Zlib +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Zlib/ChangeLog,v 1.1 2008/11/02 07:19:04 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Compress-Zlib-2.005.ebuild, +Compress-Zlib-2.015.ebuild: + dev-perl => perl-core migration + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> Compress-Zlib-2.005.ebuild, + Compress-Zlib-2.015.ebuild: + New virtuals: Compress-Raw-Zlib IO-Compress-Base + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> -Compress-Zlib-2.011.ebuild, + -Compress-Zlib-2.012.ebuild: + Cleanup. + + 23 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org> + Compress-Zlib-2.015.ebuild: + ppc stable, bug #192989 + + 23 Oct 2008; Raúl Porcel <armin76@gentoo.org> Compress-Zlib-2.015.ebuild: + alpha/ia64/x86 stable wrt #192989 + + 22 Oct 2008; Guy Martin <gmsoft@gentoo.org> Compress-Zlib-2.015.ebuild: + hppa stable, #192989 + + 21 Oct 2008; Markus Rothe <corsair@gentoo.org> Compress-Zlib-2.015.ebuild: + Stable on ppc64; bug #192989 + + 21 Oct 2008; Tobias Heinlein <keytoaster@gentoo.org> + Compress-Zlib-2.015.ebuild: + amd64 stable, security bug #192989 + + 20 Oct 2008; Friedrich Oslage <bluebird@gentoo.org> + Compress-Zlib-2.015.ebuild: + Stable on sparc, security bug #192989 + +*Compress-Zlib-2.015 (05 Sep 2008) + + 05 Sep 2008; Torsten Veller <tove@gentoo.org> +Compress-Zlib-2.015.ebuild: + Version bump + +*Compress-Zlib-2.012 (19 Jul 2008) + + 19 Jul 2008; Torsten Veller <tove@gentoo.org> +Compress-Zlib-2.012.ebuild: + Version bump + + 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> Compress-Zlib-2.011.ebuild: + alpha/ia64/sparc/x86 stable + + 20 May 2008; Torsten Veller <tove@gentoo.org> -Compress-Zlib-1.41.ebuild, + -Compress-Zlib-1.42.ebuild, -Compress-Zlib-2.001.ebuild, + -Compress-Zlib-2.003.ebuild, -Compress-Zlib-2.004.ebuild, + -Compress-Zlib-2.009.ebuild, -Compress-Zlib-2.010.ebuild: + Cleaning + +*Compress-Zlib-2.011 (20 May 2008) + + 20 May 2008; Torsten Veller <tove@gentoo.org> +Compress-Zlib-2.011.ebuild: + Version bump + +*Compress-Zlib-2.010 (09 May 2008) + + 09 May 2008; Torsten Veller <tove@gentoo.org> +Compress-Zlib-2.010.ebuild: + Version bump + +*Compress-Zlib-2.009 (29 Apr 2008) + + 29 Apr 2008; Torsten Veller <tove@gentoo.org> +Compress-Zlib-2.009.ebuild: + Version bump + + 19 Mar 2008; Jeroen Roovers <jer@gentoo.org> Compress-Zlib-2.005.ebuild: + Stable for HPPA too. + + 13 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> + Compress-Zlib-2.005.ebuild: + ppc. stable + + 29 Dec 2007; <welp@gentoo.org> Compress-Zlib-2.005.ebuild: + Keyworded ~sparc-fbsd; bug 203655 + + 19 Nov 2007; Joshua Kinard <kumba@gentoo.org> Compress-Zlib-2.005.ebuild: + Stable on mips. + + 10 Nov 2007; Samuli Suominen <drac@gentoo.org> Compress-Zlib-2.005.ebuild: + amd64 stable + + 15 Oct 2007; Markus Rothe <corsair@gentoo.org> Compress-Zlib-2.005.ebuild: + Stable on ppc64 + + 06 Oct 2007; Raúl Porcel <armin76@gentoo.org> Compress-Zlib-2.005.ebuild: + alpha/ia64/sparc/x86 stable + + 09 Jul 2007; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-2.003.ebuild: + Marking sparc stable + +*Compress-Zlib-2.005 (07 Jul 2007) + + 07 Jul 2007; Michael Cummings <mcummings@gentoo.org> + +Compress-Zlib-2.005.ebuild: + Version bump + + 05 Jul 2007; Tom Gall <tgall@gentoo.org> Compress-Zlib-2.004.ebuild: + stable on ppc64 + + 05 Jul 2007; Raúl Porcel <armin76@gentoo.org> Compress-Zlib-2.004.ebuild: + alpha/ia64/x86 stable + + 24 May 2007; Diego Pettenò <flameeyes@gentoo.org> + Compress-Zlib-2.004.ebuild: + Add ~x86-fbsd keyword, as per bug #154244. + + 16 May 2007; Raúl Porcel <armin76@gentoo.org> Compress-Zlib-2.004.ebuild: + Add ~alpha wrt #154244 + + 12 May 2007; Joshua Kinard <kumba@gentoo.org> Compress-Zlib-2.004.ebuild: + Stable on mips. + + 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> + Compress-Zlib-2.004.ebuild: + ppc stable + + 10 Apr 2007; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-2.004.ebuild: + sparc stable + + 08 Apr 2007; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-2.004.ebuild: + Marking amd64 stable + +*Compress-Zlib-2.004 (09 Mar 2007) + + 09 Mar 2007; Michael Cummings <mcummings@gentoo.org> + +Compress-Zlib-2.004.ebuild: + Version bump + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-1.41.ebuild, Compress-Zlib-1.42.ebuild, + Compress-Zlib-2.001.ebuild, -Compress-Zlib-2.002.ebuild, + Compress-Zlib-2.003.ebuild: + Ebuild maintenance + +*Compress-Zlib-2.003 (05 Jan 2007) + + 05 Jan 2007; Michael Cummings <mcummings@gentoo.org> + +Compress-Zlib-2.003.ebuild: + Version bump + +*Compress-Zlib-2.002 (02 Jan 2007) + + 02 Jan 2007; Michael Cummings <mcummings@gentoo.org> + +Compress-Zlib-2.002.ebuild: + Version bump + + 16 Dec 2006; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-2.001.ebuild: + Marking amd64 stable + + 11 Dec 2006; Lars Weiler <pylon@gentoo.org> Compress-Zlib-2.001.ebuild: + Stable on ppc; bug #154244. + + 03 Dec 2006; Markus Rothe <corsair@gentoo.org> Compress-Zlib-2.001.ebuild: + Stable on ppc64 + + 17 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> + Compress-Zlib-2.001.ebuild: + Stable on sparc + + 15 Nov 2006; Markus Rothe <corsair@gentoo.org> Compress-Zlib-2.001.ebuild: + Added ~ppc64; bug #154244 + + 15 Nov 2006; Jeroen Roovers <jer@gentoo.org> Compress-Zlib-2.001.ebuild: + Marked ~hppa (bug #154244). + + 10 Nov 2006; nixnut <nixnut@gentoo.org> Compress-Zlib-2.001.ebuild: + Added ~ppc keyword wrt bug 154244 + + 07 Nov 2006; Joshua Jackson <tsunam@gentoo.org> ChangeLog: + Stable x86 for bug #154244 + +*Compress-Zlib-2.001 (06 Nov 2006) + + 06 Nov 2006; Michael Cummings <mcummings@gentoo.org> + +Compress-Zlib-2.001.ebuild: + Version bump, keyword request coming + + 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> + Compress-Zlib-1.42.ebuild: + Stable on Alpha. + + 15 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> + Compress-Zlib-1.42.ebuild: + Stable on ia64. + + 28 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org> + Compress-Zlib-1.42.ebuild: + Stable on hppa + + 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> + Compress-Zlib-1.42.ebuild: + ppc stable + + 07 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-1.42.ebuild: + Marking amd64, sparc stable + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-1.41.ebuild, Compress-Zlib-1.42.ebuild: + Adding perl dep; fixed DEPEND + +*Compress-Zlib-1.42 (06 Jul 2006) + + 06 Jul 2006; Aaron Kulbe <superlag@gentoo.org> +Compress-Zlib-1.42.ebuild: + Version bump to 1.42 - keyworded on all arches. + + 04 Jul 2006; Christian Hartmann <ian@gentoo.org> + Compress-Zlib-1.41.ebuild: + Fixed RDEPEND wrt bug #134781 + + 22 May 2006; Christian Hartmann <ian@gentoo.org> + -Compress-Zlib-1.33.ebuild, -Compress-Zlib-1.35.ebuild: + Removed vulnerable (GLSA-200508-01) and outdated versions. + + 24 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + Compress-Zlib-1.41.ebuild: + Add ~x86-fbsd keyword. + + 26 Feb 2006; Joshua Kinard <kumba@gentoo.org> Compress-Zlib-1.41.ebuild: + Marked stable on mips. + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> Compress-Zlib-1.41.ebuild: + stable on amd64 + + 31 Jan 2006; Aron Griffis <agriffis@gentoo.org> Compress-Zlib-1.41.ebuild: + Mark 1.41 stable on alpha + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> Compress-Zlib-1.41.ebuild: + Stable on ppc64 + + 15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> + Compress-Zlib-1.41.ebuild: + Stable on ppc. + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-1.41.ebuild: + marking stable sparc x86 + +*Compress-Zlib-1.41 (10 Nov 2005) + + 10 Nov 2005; Michael Cummings <mcummings@gentoo.org> + +Compress-Zlib-1.41.ebuild: + Version bump upstream + + 20 Aug 2005; Hardave Riar <hardave@gentoo.org> Compress-Zlib-1.35.ebuild: + Stable on mips, bug #100540. + + 31 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> + Compress-Zlib-1.35.ebuild: + Stable on alpha, bug 100540. + + 28 Jul 2005; MATSUU Takuto <matsuu@gentoo.org> Compress-Zlib-1.35.ebuild: + Stable on sh. bug 100540. + + 28 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org> + Compress-Zlib-1.35.ebuild: + ppc stable, #100540 + + 28 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> + Compress-Zlib-1.35.ebuild: + Stable on hppa. bug #100540 + + 28 Jul 2005; Simon Stelling <blubb@gentoo.org> Compress-Zlib-1.35.ebuild: + stable on amd64 wrt bug 100540 + + 28 Jul 2005; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-1.35.ebuild: + Stable on sparc and x86, bug 100540 + + 28 Jul 2005; Markus Rothe <corsair@gentoo.org> Compress-Zlib-1.35.ebuild: + Stable on ppc64 (bug #100540) + +*Compress-Zlib-1.35 (28 Jul 2005) + + 28 Jul 2005; Michael Cummings <mcummings@gentoo.org> + -Compress-Zlib-1.16-r1.ebuild, -Compress-Zlib-1.16-r2.ebuild, + -Compress-Zlib-1.21.ebuild, -Compress-Zlib-1.22.ebuild, + -Compress-Zlib-1.34.ebuild, +Compress-Zlib-1.35.ebuild: + Bump, bug 100540 + +*Compress-Zlib-1.34 (10 May 2005) + + 10 May 2005; Elfyn McBratney <beu@gentoo.org> +Compress-Zlib-1.34.ebuild: + Version bump. + + 12 Mar 2005; Markus Rothe <corsair@gentoo.org> Compress-Zlib-1.33.ebuild: + Stable on ppc64 + + 06 Feb 2005; Joshua Kinard <kumba@gentoo.org> Compress-Zlib-1.33.ebuild: + Added ~mips to keywords. + + 22 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> + Compress-Zlib-1.33.ebuild: + Stable on sparc + + 22 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> + Compress-Zlib-1.33.ebuild: + Stable on alpha. + + 21 Jan 2005; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-1.33.ebuild: + Unmasking for x86 + + 04 Jan 2005; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-1.16-r1.ebuild, Compress-Zlib-1.16-r2.ebuild: + bug 76590 + + 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : + Change encoding to UTF-8 for GLEP 31 compliance + + 22 Dec 2004; Yuta SATOH <nigoro@gentoo.org> Compress-Zlib-1.33.ebuild: + added ~ppc64 + + 21 Nov 2004; Hardave Riar <hardave@gentoo.org> Compress-Zlib-1.22.ebuild: + Stable on mips, dep for bug #68570 + + 20 Nov 2004; Daniel Black <dragonheart@gentoo.org> + Compress-Zlib-1.33.ebuild: + ppc stable to support bug #68570 + + 26 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> Compress-Zlib-1.22.ebuild: + Marked stable on amd64. + +*Compress-Zlib-1.33 (05 Jun 2004) + + 05 Jun 2004; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-1.33.ebuild: + new version on cpan + + 24 May 2004; Bryan Østergaard <kloeri@gentoo.org> Compress-Zlib-1.22.ebuild: + Stable on alpha. + + 19 Jan 2004; Eric Sammer <esammer@gentoo.org> : + Added ~hppa and ~arm. Updated headers. Fixing a depend.BAD trail. + + 19 Jan 2004; <tuxus@gentoo.org> Compress-Zlib-1.22.ebuild: + Added ~mips to KEYWORDS. + + 18 Jan 2004; <gustavoz@gentoo.org> Compress-Zlib-1.22.ebuild: + stable on sparc + + 09 Nov 2003; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-1.22.ebuild: + 100+ days, no bugs - unmasked + +*Compress-Zlib-1.22 (20 Jul 2003) + + 20 Jul 2003; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-1.22.ebuild: + cpan update caught by eric sammer <eric@ineoconcepts.com>, bug 23223 + +*Compress-Zlib-1.21 (07 Jun 2003) + + 07 Jun 2003; Michael Cummings <mcummings@gentoo.org> + Compress-Zlib-1.21.ebuild: + CPAN update + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords + +*Compress-Zlib-1.16-r2 (21 Jun 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + +*Compress-Zlib-1.16-r1 (5 May 2002) + + 31 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> + Compress-Zlib-1.16-r1.ebuild : + + Added ppc to KEYWORDS. + + 5 May 2002; Seemant Kulleen <seemant@gentoo.org> + Compress-Zlib-1.16-r1.ebuild files/digest-Compress-Zlib-1.16-r1 : + + Changed to using eclasses + +*Compress-Zlib-1.16 (27 Apr 2002) + + 27 Apr 2002; Grant Goodyear <g2boojum@gentoo.org> : + + New version + +*Compress-Zlib-1.10 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/perl-core/Compress-Zlib/Compress-Zlib-2.005.ebuild b/perl-core/Compress-Zlib/Compress-Zlib-2.005.ebuild new file mode 100644 index 000000000000..5b30d4fdaa6f --- /dev/null +++ b/perl-core/Compress-Zlib/Compress-Zlib-2.005.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Zlib/Compress-Zlib-2.005.ebuild,v 1.1 2008/11/02 07:19:04 tove Exp $ + +inherit perl-module + +DESCRIPTION="A Zlib perl module" +HOMEPAGE="http://search.cpan.org/~pmqs/" +SRC_URI="mirror://cpan/modules/by-module/Compress/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +DEPEND="sys-libs/zlib + >=virtual/perl-Compress-Raw-Zlib-2.005 + >=virtual/perl-IO-Compress-Base-2.005 + >=virtual/perl-IO-Compress-Zlib-2.005 + virtual/perl-Scalar-List-Utils + dev-lang/perl" + +SRC_TEST="do" + +mydoc="TODO" diff --git a/perl-core/Compress-Zlib/Compress-Zlib-2.015.ebuild b/perl-core/Compress-Zlib/Compress-Zlib-2.015.ebuild new file mode 100644 index 000000000000..d8e67b0fb2c2 --- /dev/null +++ b/perl-core/Compress-Zlib/Compress-Zlib-2.015.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Zlib/Compress-Zlib-2.015.ebuild,v 1.1 2008/11/02 07:19:04 tove Exp $ + +MODULE_AUTHOR=PMQS + +inherit perl-module + +DESCRIPTION="A Zlib perl module" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="test" + +RDEPEND="sys-libs/zlib + >=virtual/perl-Compress-Raw-Zlib-${PV} + >=virtual/perl-IO-Compress-Base-${PV} + >=virtual/perl-IO-Compress-Zlib-${PV} + virtual/perl-Scalar-List-Utils + dev-lang/perl" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST="do" + +mydoc="TODO" diff --git a/perl-core/Compress-Zlib/Manifest b/perl-core/Compress-Zlib/Manifest new file mode 100644 index 000000000000..215bc406eb3b --- /dev/null +++ b/perl-core/Compress-Zlib/Manifest @@ -0,0 +1,6 @@ +DIST Compress-Zlib-2.005.tar.gz 62931 RMD160 971daaee3414cb6819c47be15c66b73436cd6a35 SHA1 ba01e0dcb5848d3eac794930d1b72ec6d480f8e4 SHA256 479185e7f456374982cb1eabcc7ba6108ad37fd2cb5828011c62ecbce6c3655f +DIST Compress-Zlib-2.015.tar.gz 64980 RMD160 ed09cbf3acc74a058eea007018eff832838ca40b SHA1 022daac3d0590b156dde207afdd2c374e6f70ef4 SHA256 9b4c6fde1c972016fcbea1f019d143261ac0f5410652ea91571d7eedd22831cc +EBUILD Compress-Zlib-2.005.ebuild 756 RMD160 6ddb995d733b81a90df59862e6d0a47bea4dcb12 SHA1 43079931274cd634942a0e10d21580f4f9a37c9a SHA256 023eaede41957b804aa6eb37bbd1392c89e7acdac27a507bb9eb8346a4184add +EBUILD Compress-Zlib-2.015.ebuild 738 RMD160 ee0128f178ce5fe2107449be97e2160d13ce330b SHA1 1213136b96af4c103267bb085cf8268b5805f4d5 SHA256 3b938af70b80c34dfb279ee4a1b2d3d811ec3ddeac09df029900d6d786c3e9e7 +MISC ChangeLog 12241 RMD160 85846bed23c2a3240e641361099543b3f9b502b2 SHA1 e930b03a48cd908cfdcd5a10d5a427b16c4cbb76 SHA256 54c8578deabead3d4ac6cde037e7b01f23d3a7c528203dd56db2e5715c3b2967 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/Compress-Zlib/metadata.xml b/perl-core/Compress-Zlib/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Compress-Zlib/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/Digest-SHA/ChangeLog b/perl-core/Digest-SHA/ChangeLog new file mode 100644 index 000000000000..7a4255e870e9 --- /dev/null +++ b/perl-core/Digest-SHA/ChangeLog @@ -0,0 +1,155 @@ +# ChangeLog for perl-core/Digest-SHA +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-SHA/ChangeLog,v 1.1 2008/11/02 07:19:53 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Digest-SHA-5.45.ebuild, +Digest-SHA-5.46.ebuild, +Digest-SHA-5.47.ebuild: + dev-perl => perl-core migration + + 24 Jul 2008; Torsten Veller <tove@gentoo.org> -Digest-SHA-5.32.ebuild, + -Digest-SHA-5.34.ebuild, -Digest-SHA-5.42.ebuild, -Digest-SHA-5.43.ebuild, + -Digest-SHA-5.44.ebuild: + Cleanup + +*Digest-SHA-5.47 (24 Jul 2008) + + 24 Jul 2008; Torsten Veller <tove@gentoo.org> +Digest-SHA-5.47.ebuild: + Version bump + + 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> Digest-SHA-5.46.ebuild: + ia64/sparc/x86 stable + + 17 Jun 2008; Tobias Scherbaum <dertobi123@gentoo.org> + Digest-SHA-5.46.ebuild: + Added ~ppc + + 17 Jun 2008; Brent Baude <ranger@gentoo.org> Digest-SHA-5.46.ebuild: + Marking Digest-SHA-5.46 ~ppc64 for bug 219448 + + 17 Jun 2008; Raúl Porcel <armin76@gentoo.org> Digest-SHA-5.46.ebuild: + Add ~alpha wrt #219448 + +*Digest-SHA-5.46 (30 Apr 2008) + + 30 Apr 2008; Torsten Veller <tove@gentoo.org> Digest-SHA-5.45.ebuild, + +Digest-SHA-5.46.ebuild: + Version bump + + 10 Nov 2007; Samuli Suominen <drac@gentoo.org> Digest-SHA-5.45.ebuild: + amd64 stable + + 09 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> + Digest-SHA-5.45.ebuild: + Stable on sparc + + 28 Jul 2007; Raúl Porcel <armin76@gentoo.org> Digest-SHA-5.45.ebuild: + ia64/x86 stable + +*Digest-SHA-5.45 (29 Jun 2007) + + 29 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +Digest-SHA-5.45.ebuild: + Version bump + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Digest-SHA-5.44.ebuild: + Stable on x86, bug #169152. + + 22 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> Digest-SHA-5.44.ebuild: + Stable on IA64. + + 24 Nov 2006; Michael Cummings <mcummings@gentoo.org> + Digest-SHA-5.44.ebuild: + sparc stable + + 24 Nov 2006; Michael Cummings <mcummings@gentoo.org> + Digest-SHA-5.44.ebuild: + amd64 stable + +*Digest-SHA-5.44 (21 Oct 2006) + + 21 Oct 2006; Michael Cummings <mcummings@gentoo.org> + Digest-SHA-5.32.ebuild, Digest-SHA-5.34.ebuild, Digest-SHA-5.42.ebuild, + Digest-SHA-5.43.ebuild, +Digest-SHA-5.44.ebuild: + Version bump + + 15 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> Digest-SHA-5.43.ebuild: + Stable on ia64. + + 09 Oct 2006; Michael Cummings <mcummings@gentoo.org> + -Digest-SHA-5.37.ebuild, -Digest-SHA-5.41.ebuild, Digest-SHA-5.43.ebuild: + Marking amd64, sparc stable; cleaning up stale ebuilds + +*Digest-SHA-5.43 (19 Aug 2006) + + 19 Aug 2006; Michael Cummings <mcummings@gentoo.org> + +Digest-SHA-5.43.ebuild: + Version bump + + 07 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Digest-SHA-5.41.ebuild: + Marking stable amd64, sparc + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Digest-SHA-5.32.ebuild, Digest-SHA-5.34.ebuild, Digest-SHA-5.37.ebuild, + Digest-SHA-5.41.ebuild, Digest-SHA-5.42.ebuild: + Adding perl dep; fixed DEPEND + +*Digest-SHA-5.42 (30 Jul 2006) + + 30 Jul 2006; Michael Cummings <mcummings@gentoo.org> + +Digest-SHA-5.42.ebuild: + Version bump + + 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> Digest-SHA-5.34.ebuild: + Mark 5.34 stable on ia64 + + 24 Jun 2006; Michael Cummings <mcummings@gentoo.org> + Digest-SHA-5.41.ebuild: + Keywording ~amd64 + + 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> + Digest-SHA-5.34.ebuild: + Marking stable sparc + +*Digest-SHA-5.41 (07 Jun 2006) + + 07 Jun 2006; Christian Hartmann <ian@gentoo.org> +Digest-SHA-5.41.ebuild: + Version bump + +*Digest-SHA-5.37 (22 May 2006) + + 22 May 2006; <mcummings@gentoo.org> +Digest-SHA-5.37.ebuild: + Version bump + + 27 Apr 2006; Marien Zwart <marienz@gentoo.org> Manifest: + Fixing SHA256 digest, pass four + +*Digest-SHA-5.34 (25 Apr 2006) + + 25 Apr 2006; Christian Hartmann <ian@gentoo.org> -Digest-SHA-5.31.ebuild, + +Digest-SHA-5.34.ebuild: + Version bump - bug #131239 - removed 5.31 + + 30 Mar 2006; Aron Griffis <agriffis@gentoo.org> Digest-SHA-5.32.ebuild: + Mark 5.32 ~ia64 + + 26 Mar 2006; Michael Cummings <mcummings@gentoo.org> + Digest-SHA-5.32.ebuild: + 60+ days, marking stable sparc x86 + +*Digest-SHA-5.32 (13 Jan 2006) + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + +Digest-SHA-5.32.ebuild: + Version bump upstream + + 22 Nov 2005; Michael Cummings <mcummings@gentoo.org> + Digest-SHA-5.31.ebuild: + Unmasking for sparc and x86 + +*Digest-SHA-5.31 (11 Nov 2005) + + 11 Nov 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +Digest-SHA-5.31.ebuild: + New dep for version bump of CPAN-Checksums + diff --git a/perl-core/Digest-SHA/Digest-SHA-5.45.ebuild b/perl-core/Digest-SHA/Digest-SHA-5.45.ebuild new file mode 100644 index 000000000000..7f7449ce9730 --- /dev/null +++ b/perl-core/Digest-SHA/Digest-SHA-5.45.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-SHA/Digest-SHA-5.45.ebuild,v 1.1 2008/11/02 07:19:53 tove Exp $ + +inherit perl-module + +DESCRIPTION="Perl extension for SHA-1/224/256/384/512" +HOMEPAGE="http://search.cpan.org/~mshelor/${P}" +SRC_URI="mirror://cpan/authors/id/M/MS/MSHELOR/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="amd64 ia64 sparc x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" diff --git a/perl-core/Digest-SHA/Digest-SHA-5.46.ebuild b/perl-core/Digest-SHA/Digest-SHA-5.46.ebuild new file mode 100644 index 000000000000..2d6deb17d89f --- /dev/null +++ b/perl-core/Digest-SHA/Digest-SHA-5.46.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-SHA/Digest-SHA-5.46.ebuild,v 1.1 2008/11/02 07:19:53 tove Exp $ + +MODULE_AUTHOR=MSHELOR + +inherit perl-module + +DESCRIPTION="Perl extension for SHA-1/224/256/384/512" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ia64 ~ppc ~ppc64 sparc x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" diff --git a/perl-core/Digest-SHA/Digest-SHA-5.47.ebuild b/perl-core/Digest-SHA/Digest-SHA-5.47.ebuild new file mode 100644 index 000000000000..4907975709b8 --- /dev/null +++ b/perl-core/Digest-SHA/Digest-SHA-5.47.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/perl-core/Digest-SHA/Digest-SHA-5.47.ebuild,v 1.1 2008/11/02 07:19:53 tove Exp $ + +MODULE_AUTHOR=MSHELOR +inherit perl-module + +DESCRIPTION="Perl extension for SHA-1/224/256/384/512" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" + +SRC_TEST="do" diff --git a/perl-core/Digest-SHA/Manifest b/perl-core/Digest-SHA/Manifest new file mode 100644 index 000000000000..7e52e7594912 --- /dev/null +++ b/perl-core/Digest-SHA/Manifest @@ -0,0 +1,8 @@ +DIST Digest-SHA-5.45.tar.gz 39362 RMD160 fcd2157a2dea2049ebe9d486f5418206af4f233b SHA1 6d3b5d8353d853da927c5aea92e53feefc4f7b18 SHA256 ceb1ecd4feccc608cafe9f40e8ff2ed04d9ab1d5a0e10d2832f766429c1ccfcd +DIST Digest-SHA-5.46.tar.gz 39426 RMD160 66c13fa464690bc9a71e40226a9caa3e8d9bba31 SHA1 01f23d18014edcb89e019819e07fcdb3160ffc0b SHA256 c53b457a9d4b3c42c0928b7a4c6ac2d2aa0db82afa2b47104a7b4831c79127a1 +DIST Digest-SHA-5.47.tar.gz 39864 RMD160 fd57e3595bd196726b0ff47ddf9d0c8d72ae637e SHA1 eaf4d3cdd4f35b6ede4d56b52e3d5b816b3e432e SHA256 9d17d884d6a77005bbac581628d9e30cb5edde72cda1dce98c6536a25b8369f6 +EBUILD Digest-SHA-5.45.ebuild 532 RMD160 dc8fe49bec147b155bb8ce866ec6d471d73db13c SHA1 b6fa9632e5868e2b0cdad208fe609e0239833d73 SHA256 9d284ecb8c4649492953c3d11178d8cc7cc6f8c6439a387f8e69fd479ca6cb69 +EBUILD Digest-SHA-5.46.ebuild 470 RMD160 e0a9aaef493bd1b5e499bb5748cbdee87ce7f70d SHA1 6b191d0b1c7e1df9cdfa58cb09044bfd6638a428 SHA256 1a4852f8bbd8e60bbb94b125e26c296cf018213f57dbdc95349006c20a383155 +EBUILD Digest-SHA-5.47.ebuild 469 RMD160 5ee291ebab0eabbb1f755664a4d23f72e1f62b92 SHA1 3517b0071b95af2f202dd2f8d0dc981f63cfc941 SHA256 83697fe27eb8d8632334bdf9abd566eebe138322ed27e4e0c6bdb9a1dc1b2a6a +MISC ChangeLog 4611 RMD160 fde8e6d1732ac91a81793493b74bb3646f8c4c33 SHA1 dd0a8766d735b33674be8a78a8b8808986d0aafc SHA256 e2b31e692f6bd824fac916166693895e65c268b8d94ce66bbcc42b745bc644e4 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/Digest-SHA/metadata.xml b/perl-core/Digest-SHA/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Digest-SHA/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/ExtUtils-CBuilder/ChangeLog b/perl-core/ExtUtils-CBuilder/ChangeLog new file mode 100644 index 000000000000..ae4769ef93aa --- /dev/null +++ b/perl-core/ExtUtils-CBuilder/ChangeLog @@ -0,0 +1,245 @@ +# ChangeLog for perl-core/ExtUtils-CBuilder +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ChangeLog,v 1.1 2008/11/02 07:20:59 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +ExtUtils-CBuilder-0.19.ebuild, +ExtUtils-CBuilder-0.23.ebuild, + +ExtUtils-CBuilder-0.24.ebuild: + dev-perl => perl-core migration + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> + ExtUtils-CBuilder-0.19.ebuild, ExtUtils-CBuilder-0.23.ebuild, + ExtUtils-CBuilder-0.24.ebuild: + New virtuals: module-build + + 15 Sep 2008; Torsten Veller <tove@gentoo.org> + -ExtUtils-CBuilder-0.15.ebuild, -ExtUtils-CBuilder-0.18.ebuild: + Cleanup + +*ExtUtils-CBuilder-0.24 (23 Aug 2008) + + 23 Aug 2008; Torsten Veller <tove@gentoo.org> + +ExtUtils-CBuilder-0.24.ebuild: + Version bump + + 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> + ExtUtils-CBuilder-0.23.ebuild: + alpha/ia64/sparc/x86 stable + +*ExtUtils-CBuilder-0.23 (30 Apr 2008) + + 30 Apr 2008; Torsten Veller <tove@gentoo.org> + +ExtUtils-CBuilder-0.23.ebuild: + Version bump. + + 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> + ExtUtils-CBuilder-0.19.ebuild: + Stable for HPPA too. + + 29 Dec 2007; <welp@gentoo.org> ExtUtils-CBuilder-0.19.ebuild: + Keyworded ~sparc-fbsd; bug 203655 + + 10 Nov 2007; Samuli Suominen <drac@gentoo.org> + ExtUtils-CBuilder-0.19.ebuild: + amd64 stable + + 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> + ExtUtils-CBuilder-0.19.ebuild: + Stable on ppc. + + 07 Jul 2007; Tom Gall <tgall@gentoo.org> + ExtUtils-CBuilder-0.19.ebuild: + stable on ppc64 + + 06 Jul 2007; Raúl Porcel <armin76@gentoo.org> + ExtUtils-CBuilder-0.19.ebuild: + alpha/ia64/x86 stable + + 30 Jun 2007; Joshua Kinard <kumba@gentoo.org> + ExtUtils-CBuilder-0.19.ebuild: + Stable on mips. + + 25 Jun 2007; Michael Cummings <mcummings@gentoo.org> + ExtUtils-CBuilder-0.19.ebuild: + Marking sparc stable + +*ExtUtils-CBuilder-0.19 (24 May 2007) + + 24 May 2007; Michael Cummings <mcummings@gentoo.org> + +ExtUtils-CBuilder-0.19.ebuild: + Version bump + + 12 May 2007; Joshua Kinard <kumba@gentoo.org> + ExtUtils-CBuilder-0.18.ebuild: + Stable on mips. + + 15 Apr 2007; Markus Rothe <corsair@gentoo.org> + ExtUtils-CBuilder-0.18.ebuild: + Stable on ppc64 + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> + ExtUtils-CBuilder-0.18.ebuild: + Stable on x86, bug #169152. + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -ExtUtils-CBuilder-0.12.ebuild, ExtUtils-CBuilder-0.15.ebuild, + ExtUtils-CBuilder-0.18.ebuild: + Ebuild maintenance + + 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> + ExtUtils-CBuilder-0.18.ebuild: + Stable on Alpha. + + 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> + ExtUtils-CBuilder-0.18.ebuild: + ppc stable + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + ExtUtils-CBuilder-0.12.ebuild, ExtUtils-CBuilder-0.15.ebuild, + ExtUtils-CBuilder-0.18.ebuild: + Adding perl dep; fixed DEPEND + + 02 Jul 2006; Michael Cummings <mcummings@gentoo.org> + ExtUtils-CBuilder-0.15.ebuild, ExtUtils-CBuilder-0.18.ebuild: + Marking stable amd64 + + 29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> + ExtUtils-CBuilder-0.18.ebuild: + Stable on hppa + + 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> + ExtUtils-CBuilder-0.18.ebuild: + Actual stable mark - sorry + + 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> ChangeLog: + Marking stable sparc + + 28 May 2006; Bryan Østergaard <kloeri@gentoo.org> + ExtUtils-CBuilder-0.15.ebuild: + Stable on alpha. + + 02 May 2006; Diego Pettenò <flameeyes@gentoo.org> + ExtUtils-CBuilder-0.18.ebuild: + Add ~x86-fbsd keyword. + +*ExtUtils-CBuilder-0.18 (25 Apr 2006) + + 25 Apr 2006; <mcummings@gentoo.org> +ExtUtils-CBuilder-0.18.ebuild: + Version bump + + 08 Apr 2006; <mcummings@gentoo.org> -ExtUtils-CBuilder-0.05.ebuild: + Cleaning out old 0.05 version + + 08 Apr 2006; <mcummings@gentoo.org> ExtUtils-CBuilder-0.15.ebuild: + Marking stable mips, tested on raq2, closes bug 124850 + + 31 Mar 2006; Michael Hanselmann <hansmi@gentoo.org> + ExtUtils-CBuilder-0.15.ebuild: + Stable on ppc. + + 28 Mar 2006; Aron Griffis <agriffis@gentoo.org> + ExtUtils-CBuilder-0.15.ebuild: + Mark 0.15 stable on ia64 + + 27 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> + ExtUtils-CBuilder-0.15.ebuild: + Stable on hppa + + 27 Mar 2006; Markus Rothe <corsair@gentoo.org> + ExtUtils-CBuilder-0.15.ebuild: + Stable on ppc64 + + 26 Mar 2006; Michael Cummings <mcummings@gentoo.org> + ExtUtils-CBuilder-0.15.ebuild: + 60+ days, marking stable for sparc and x86 + + 03 Mar 2006; Chris White <chriswhite@gentoo.org> + ExtUtils-CBuilder-0.12.ebuild: + amd64 stable for 0.12. + +*ExtUtils-CBuilder-0.15 (13 Jan 2006) + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + +ExtUtils-CBuilder-0.15.ebuild: + Version bump upstream + + 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> + ExtUtils-CBuilder-0.12.ebuild: + Mark 0.12 stable on ia64 + + 08 Sep 2005; Aron Griffis <agriffis@gentoo.org> + ExtUtils-CBuilder-0.12.ebuild: + Mark 0.12 stable on alpha + + 03 Sep 2005; Markus Rothe <corsair@gentoo.org> + ExtUtils-CBuilder-0.12.ebuild: + Stable on ppc64 + + 25 Aug 2005; Aron Griffis <agriffis@gentoo.org> + ExtUtils-CBuilder-0.12.ebuild: + add ~ia64 + + 19 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> + ExtUtils-CBuilder-0.12.ebuild: + Stable on hppa and ppc. + + 15 Aug 2005; Michael Cummings <mcummings@gentoo.org> + -ExtUtils-CBuilder-0.03.ebuild, ExtUtils-CBuilder-0.12.ebuild: + Marking stable x86 and sparc + +*ExtUtils-CBuilder-0.12 (17 Jul 2005) + + 17 Jul 2005; Michael Cummings <mcummings@gentoo.org> + +ExtUtils-CBuilder-0.12.ebuild: + Version bump upstream + + 01 Apr 2005; Simon Stelling <blubb@gentoo.org> + ExtUtils-CBuilder-0.05.ebuild: + stable on amd64 + + 16 Mar 2005; Michael Cummings <mcummings@gentoo.org> + ExtUtils-CBuilder-0.03.ebuild: + module-build dep + + 15 Mar 2005; Michael Cummings <mcummings@gentoo.org> + ExtUtils-CBuilder-0.05.ebuild: + Missing dep + + 12 Mar 2005; Markus Rothe <corsair@gentoo.org> + ExtUtils-CBuilder-0.05.ebuild: + Stable on ppc64 + + 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : + Change encoding to UTF-8 for GLEP 31 compliance + + 22 Dec 2004; Yuta SATOH <nigoro@gentoo.org> ExtUtils-CBuilder-0.05.ebuild: + added ~ppc64 + + 21 Nov 2004; Hardave Riar <hardave@gentoo.org> + ExtUtils-CBuilder-0.05.ebuild: + Stable on mips, dep for bug #68570 + + 20 Nov 2004; Daniel Black <dragonheart@gentoo.org> + ExtUtils-CBuilder-0.05.ebuild: + ppc stable to support bug #68570 + + 24 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> + ExtUtils-CBuilder-0.05.ebuild: + Stable on alpha. + + 22 Oct 2004; Michael Cummings <mcummings@gentoo.org> + ExtUtils-CBuilder-0.05.ebuild: + marking stable on x86 and sparc + +*ExtUtils-CBuilder-0.05 (21 Oct 2004) + + 21 Oct 2004; Michael Cummings <mcummings@gentoo.org> + +ExtUtils-CBuilder-0.05.ebuild: + new version on cpan + +*ExtUtils-CBuilder-0.03 (05 Jun 2004) + + 05 Jun 2004; Michael Cummings <mcummings@gentoo.org> + ExtUtils-CBuilder-0.03.ebuild, metadata.xml: + Initial import, dep for extutils-parsexs + diff --git a/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.19.ebuild b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.19.ebuild new file mode 100644 index 000000000000..53d29075ca10 --- /dev/null +++ b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.19.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.19.ebuild,v 1.1 2008/11/02 07:20:59 tove Exp $ + +inherit perl-module + +DESCRIPTION="Compile and link C code for Perl modules" +HOMEPAGE="http://search.cpan.org/~kwilliams/" +SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +DEPEND="virtual/perl-Module-Build + dev-lang/perl" + +SRC_TEST="do" diff --git a/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.23.ebuild b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.23.ebuild new file mode 100644 index 000000000000..f2ad85f9c71b --- /dev/null +++ b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.23.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.23.ebuild,v 1.1 2008/11/02 07:20:59 tove Exp $ + +MODULE_AUTHOR=KWILLIAMS + +inherit perl-module + +DESCRIPTION="Compile and link C code for Perl modules" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST="do" diff --git a/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.24.ebuild b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.24.ebuild new file mode 100644 index 000000000000..beb4b1073866 --- /dev/null +++ b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.24.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.24.ebuild,v 1.1 2008/11/02 07:20:59 tove Exp $ + +MODULE_AUTHOR=KWILLIAMS + +inherit perl-module + +DESCRIPTION="Compile and link C code for Perl modules" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + virtual/perl-Module-Build" + +SRC_TEST="do" diff --git a/perl-core/ExtUtils-CBuilder/Manifest b/perl-core/ExtUtils-CBuilder/Manifest new file mode 100644 index 000000000000..0bbf4fbc2f6e --- /dev/null +++ b/perl-core/ExtUtils-CBuilder/Manifest @@ -0,0 +1,8 @@ +DIST ExtUtils-CBuilder-0.19.tar.gz 19260 RMD160 581c49951c1757fd521624866fbac93f58862b40 SHA1 5150d9d75e40d76d9277329ad383eef491deee4a SHA256 5560d1d76b86edcd8a48549ae0c5663701aab8ad48e25611871a9a742ec4eb0b +DIST ExtUtils-CBuilder-0.23.tar.gz 20844 RMD160 58121a0f45114f527f4e609022e653b86313ca8a SHA1 fca1fb4a04ecce1f9768ddbf2e91076f979ddb55 SHA256 cc5fc6145d074f5bbbcc082916cf8cc24c72df8ac25519dc4710df17448a3a9d +DIST ExtUtils-CBuilder-0.24.tar.gz 23639 RMD160 92c9b32126369228008bae295849abb7f0bfb6cb SHA1 a20414dc6f1a81a3b5f8f6da1e17416a494849ec SHA256 df40cdd6eeb4d62136dd47481522f6eb66095f15e92f1a916d2451156d868b9c +EBUILD ExtUtils-CBuilder-0.19.ebuild 638 RMD160 c8fec9272997ccb0820c507dd7bbf0f8ea02805f SHA1 958939bdcb39548ee29306c2d23e8b2a190bd40d SHA256 00444861ff461a1ba7f999a4d63c503f23fa5ba24712df31f92dc78e8b57f864 +EBUILD ExtUtils-CBuilder-0.23.ebuild 588 RMD160 6cbe61f7ac2f858bb6859becd896d35135410d7c SHA1 fddbda49fd41e030788b2c83e7dcda89a0392b32 SHA256 3a9fae5956c3031227bf485ff2bc0a72008babc0967ad94c4304e2bdfeff8728 +EBUILD ExtUtils-CBuilder-0.24.ebuild 589 RMD160 15fad9b841c12135c1720d7a7e869a70f6eddc3c SHA1 caf28de151b7c44ec288c878dfcd5ebbce0ff589 SHA256 13a5c2f47783eaef1a2527b8cd22bcbf7170cd34734a719fbfe8cb8b1b0d5ab9 +MISC ChangeLog 7066 RMD160 463224d10514484a0f9799e63c5ebb57bc79e02b SHA1 67d8c693b8423007cac43a0dd993661feadd53e7 SHA256 2b9f4b997c94fe992b8039d155cb71a606691b28f7b98c8e7840bdf531826fb3 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/ExtUtils-CBuilder/metadata.xml b/perl-core/ExtUtils-CBuilder/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/ExtUtils-CBuilder/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/ExtUtils-ParseXS/ChangeLog b/perl-core/ExtUtils-ParseXS/ChangeLog new file mode 100644 index 000000000000..d0786ce85b48 --- /dev/null +++ b/perl-core/ExtUtils-ParseXS/ChangeLog @@ -0,0 +1,233 @@ +# ChangeLog for perl-core/ExtUtils-ParseXS +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.1 2008/11/02 07:22:04 tove Exp $ + +*ExtUtils-ParseXS-2.19 (01 Nov 2008) +*ExtUtils-ParseXS-2.18 (01 Nov 2008) + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +ExtUtils-ParseXS-2.18.ebuild, +ExtUtils-ParseXS-2.19.ebuild: + dev-perl => perl-core migration + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> + extutils-parsexs-2.18.ebuild, extutils-parsexs-2.19.ebuild: + New virtuals: ExtUtils-CBuilder module-build + + 15 Sep 2008; Torsten Veller <tove@gentoo.org> + -extutils-parsexs-2.15.ebuild, -extutils-parsexs-2.16.ebuild, + -extutils-parsexs-2.17.ebuild: + Cleanup + + 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> + extutils-parsexs-2.19.ebuild: + alpha/ia64/sparc/x86 stable + +*extutils-parsexs-2.19 (30 Apr 2008) + + 30 Apr 2008; Torsten Veller <tove@gentoo.org> + +extutils-parsexs-2.19.ebuild: + Version bump + + 19 Mar 2008; Jeroen Roovers <jer@gentoo.org> extutils-parsexs-2.18.ebuild: + Stable for HPPA too. + + 29 Dec 2007; <welp@gentoo.org> extutils-parsexs-2.18.ebuild: + Keyworded ~sparc-fbsd; bug 203655 + + 07 Jul 2007; Tom Gall <tgall@gentoo.org> + extutils-parsexs-2.18.ebuild: + stable on ppc64 + + 06 Jul 2007; Raúl Porcel <armin76@gentoo.org> + extutils-parsexs-2.18.ebuild: + alpha/ia64/x86 stable + + 12 May 2007; Joshua Kinard <kumba@gentoo.org> + extutils-parsexs-2.18.ebuild: + Stable on mips. + + 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> + extutils-parsexs-2.18.ebuild: + ppc stable + + 16 Apr 2007; Markus Rothe <corsair@gentoo.org> + extutils-parsexs-2.17.ebuild: + Stable on ppc64 + + 10 Apr 2007; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.18.ebuild: + sparc stable + + 09 Apr 2007; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.18.ebuild: + Marking stable amd64 + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> + extutils-parsexs-2.17.ebuild: + Stable on x86, bug #169152. + +*extutils-parsexs-2.18 (04 Feb 2007) + + 04 Feb 2007; Michael Cummings <mcummings@gentoo.org> + +extutils-parsexs-2.18.ebuild: + Version bump + + 08 Jan 2007; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.17.ebuild: + marking sparc stable + + 08 Jan 2007; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.17.ebuild: + marking amd64 stable + + 24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> + extutils-parsexs-2.16.ebuild: + Stable on ppc. + + 24 Nov 2006; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.16.ebuild: + sparc stable + + 24 Nov 2006; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.16.ebuild: + amd64 stable + +*extutils-parsexs-2.17 (22 Nov 2006) + + 22 Nov 2006; Michael Cummings <mcummings@gentoo.org> + +extutils-parsexs-2.17.ebuild: + Version bump + + 20 Oct 2006; Michael Cummings <mcummings@gentoo.org> + -extutils-parsexs-2.08.ebuild, -extutils-parsexs-2.11.ebuild, + extutils-parsexs-2.15.ebuild, extutils-parsexs-2.16.ebuild: + Cleaning up + +*extutils-parsexs-2.16 (24 Sep 2006) + + 24 Sep 2006; Christian Hartmann <ian@gentoo.org> + +extutils-parsexs-2.16.ebuild: + Version bump + + 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.08.ebuild, extutils-parsexs-2.11.ebuild, + extutils-parsexs-2.15.ebuild: + Adding perl dep; fixed DEPEND + + 05 Jul 2006; Christian Hartmann <ian@gentoo.org> + extutils-parsexs-2.08.ebuild, extutils-parsexs-2.11.ebuild, + extutils-parsexs-2.15.ebuild: + Fixed RDEPEND wrt bug #134781; fixed header + + 02 Jul 2006; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.15.ebuild: + Marking amd64 stable + + 02 May 2006; Diego Pettenò <flameeyes@gentoo.org> + extutils-parsexs-2.15.ebuild: + Add ~x86-fbsd keyword. + + 24 Apr 2006; Joshua Kinard <kumba@gentoo.org> + extutils-parsexs-2.15.ebuild: + Marked stable on mips. + + 04 Feb 2006; Aron Griffis <agriffis@gentoo.org> + extutils-parsexs-2.15.ebuild: + Mark 2.15 stable on ia64 + + 31 Jan 2006; Aron Griffis <agriffis@gentoo.org> + extutils-parsexs-2.15.ebuild: + Mark 2.15 stable on alpha + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> + extutils-parsexs-2.15.ebuild: + Stable on ppc64 + + 16 Jan 2006; Rene Nussbaumer <killerfox@gentoo.org> + extutils-parsexs-2.15.ebuild: + Stable on hppa. + + 15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> + extutils-parsexs-2.15.ebuild: + Stable on ppc. + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.15.ebuild: + Marking stable sparc x86 + +*extutils-parsexs-2.15 (19 Nov 2005) + + 19 Nov 2005; Michael Cummings <mcummings@gentoo.org> + +extutils-parsexs-2.15.ebuild: + Version bump + + 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> + extutils-parsexs-2.11.ebuild: + add ~ia64 + +*extutils-parsexs-2.11 (17 Jul 2005) + + 17 Jul 2005; Michael Cummings <mcummings@gentoo.org> + +extutils-parsexs-2.11.ebuild: + Version bump upstream + + 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> + -extutils-parsexs-2.02.ebuild: + Cleaning for mirror syntax + + 01 Apr 2005; Simon Stelling <blubb@gentoo.org> extutils-parsexs-2.08.ebuild: + stable on amd64 + + 16 Mar 2005; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.08.ebuild: + module-build dep + + 12 Mar 2005; Markus Rothe <corsair@gentoo.org> extutils-parsexs-2.08.ebuild: + Stable on ppc64 + + 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : + Change encoding to UTF-8 for GLEP 31 compliance + + 22 Dec 2004; Yuta SATOH <nigoro@gentoo.org> extutils-parsexs-2.08.ebuild: + added ~ppc64 + + 21 Nov 2004; Hardave Riar <hardave@gentoo.org> extutils-parsexs-2.08.ebuild: + Stable on mips, dep for bug #68570 + + 20 Nov 2004; Daniel Black <dragonheart@gentoo.org> + extutils-parsexs-2.08.ebuild: + ppc stable to support bug #68570 + + 24 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> + extutils-parsexs-2.08.ebuild: + Stable on alpha. + + 22 Oct 2004; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.08.ebuild: + marking stable on x86 + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> + extutils-parsexs-2.02.ebuild: + Stable on amd64. + +*extutils-parsexs-2.08 (05 Jun 2004) + + 05 Jun 2004; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.08.ebuild: + new version on cpan, new dep + + 05 Jun 2004; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.02.ebuild: + Keyword fix for amd64. Sorry folks, but this is a necessary dep for + module-build, and you have that one already in your mask pile + + 30 May 2004; Bryan Østergaard <kloeri@gentoo.org> + extutils-parsexs-2.02.ebuild: + Stable on alpha. + +*extutils-parsexs-2.02 (26 Jun 2003) + + 26 Jun 2003; Michael Cummings <mcummings@gentoo.org> + extutils-parsexs-2.02.ebuild: + Fills dep for alzabo + diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.18.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.18.ebuild new file mode 100644 index 000000000000..8cbb79ce7cc7 --- /dev/null +++ b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.18.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.18.ebuild,v 1.1 2008/11/02 07:22:04 tove Exp $ + +inherit perl-module + +MY_P=ExtUtils-ParseXS-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Converts Perl XS code into C code" +HOMEPAGE="http://search.cpan.org/~kwilliams/${MY_P}/" +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 ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +DEPEND="virtual/perl-ExtUtils-CBuilder + virtual/perl-Module-Build + dev-lang/perl" + +SRC_TEST="do" diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild new file mode 100644 index 000000000000..76f2d811be5e --- /dev/null +++ b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.19.ebuild,v 1.1 2008/11/02 07:22:04 tove Exp $ + +MODULE_AUTHOR=KWILLIAMS + +inherit perl-module + +MY_P=ExtUtils-ParseXS-${PV} +S=${WORKDIR}/${MY_P} +DESCRIPTION="Converts Perl XS code into C code" +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 ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-CBuilder + virtual/perl-Module-Build" + +SRC_TEST="do" diff --git a/perl-core/ExtUtils-ParseXS/Manifest b/perl-core/ExtUtils-ParseXS/Manifest new file mode 100644 index 000000000000..6db5efee6298 --- /dev/null +++ b/perl-core/ExtUtils-ParseXS/Manifest @@ -0,0 +1,6 @@ +DIST ExtUtils-ParseXS-2.18.tar.gz 25173 RMD160 67aed073bdb838cfe5e741417997d8b5c61834fe SHA1 d2313653bd97e31039da5e6db8abd962efbaefb8 SHA256 4d1bd2237814895be93df88b770638cb1850df122d63f70653a05cf38e185af0 +DIST ExtUtils-ParseXS-2.19.tar.gz 25214 RMD160 131823e74af109cefc747280d916c07b5f3a49b4 SHA1 1dddbe434be59eab7245df6177f2de1d9423cbd6 SHA256 46b52a99f620a200b4617ee580651d02d47a115c3be19e95c467792bf13c29c7 +EBUILD ExtUtils-ParseXS-2.18.ebuild 721 RMD160 e0767538a26e6e731b3b5c7be993a601ef9b6733 SHA1 289a89f94c9b67231bdc9edb672fbdef9d8904fb SHA256 fe309edc6d9421cb1a4ab8784219fc0c7239fd5a42ba0d4de57dfd1ac118accb +EBUILD ExtUtils-ParseXS-2.19.ebuild 725 RMD160 b52be45c24e49f56323d5032ad3176634c33fee9 SHA1 814cb640e9d376ddfefb559d92e245d039ca3550 SHA256 395f87fd96b5298bb6f8154f9fea3c6bba83d027ce3fee809a01627e884a57f8 +MISC ChangeLog 6744 RMD160 a5a0024ab3e27cd6aa0fe86bbae9f0ceee1b3f83 SHA1 5a3b5cd248fb4355cbf9187cfa8aed13dfdcf812 SHA256 d6274b7bc736ad35c95e9218600be9c6ad339416cabca1f881b51cc1d97fde88 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/ExtUtils-ParseXS/metadata.xml b/perl-core/ExtUtils-ParseXS/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/ExtUtils-ParseXS/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/IO-Compress-Base/ChangeLog b/perl-core/IO-Compress-Base/ChangeLog new file mode 100644 index 000000000000..7ccd11891c6a --- /dev/null +++ b/perl-core/IO-Compress-Base/ChangeLog @@ -0,0 +1,194 @@ +# ChangeLog for perl-core/IO-Compress-Base +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress-Base/ChangeLog,v 1.1 2008/11/02 07:23:08 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +IO-Compress-Base-2.005.ebuild, +IO-Compress-Base-2.015.ebuild: + dev-perl => perl-core migration + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> + -IO-Compress-Base-2.011.ebuild, -IO-Compress-Base-2.012.ebuild: + Cleanup + + 23 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org> + IO-Compress-Base-2.015.ebuild: + ppc stable, bug #192989 + + 23 Oct 2008; Raúl Porcel <armin76@gentoo.org> + IO-Compress-Base-2.015.ebuild: + alpha/ia64/x86 stable wrt #192989 + + 22 Oct 2008; Guy Martin <gmsoft@gentoo.org> IO-Compress-Base-2.015.ebuild: + hppa stable, #192989 + + 21 Oct 2008; Markus Rothe <corsair@gentoo.org> + IO-Compress-Base-2.015.ebuild: + Stable on ppc64; bug #192989 + + 21 Oct 2008; Tobias Heinlein <keytoaster@gentoo.org> + IO-Compress-Base-2.015.ebuild: + amd64 stable, security bug #192989 + + 20 Oct 2008; Friedrich Oslage <bluebird@gentoo.org> + IO-Compress-Base-2.015.ebuild: + Stable on sparc, security bug #192989 + +*IO-Compress-Base-2.015 (05 Sep 2008) + + 05 Sep 2008; Torsten Veller <tove@gentoo.org> + +IO-Compress-Base-2.015.ebuild: + Version bump + +*IO-Compress-Base-2.012 (19 Jul 2008) + + 19 Jul 2008; Torsten Veller <tove@gentoo.org> + +IO-Compress-Base-2.012.ebuild: + Version bump + + 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> + IO-Compress-Base-2.011.ebuild: + alpha/ia64/sparc/x86 stable + + 20 May 2008; Torsten Veller <tove@gentoo.org> + -IO-Compress-Base-2.001.ebuild, -IO-Compress-Base-2.002.ebuild, + -IO-Compress-Base-2.003.ebuild, -IO-Compress-Base-2.004.ebuild, + -IO-Compress-Base-2.009.ebuild, -IO-Compress-Base-2.010.ebuild: + Cleaning + +*IO-Compress-Base-2.011 (20 May 2008) + + 20 May 2008; Torsten Veller <tove@gentoo.org> + +IO-Compress-Base-2.011.ebuild: + Version bump + + 09 May 2008; Torsten Veller <tove@gentoo.org> ChangeLog: + Version bump + +*IO-Compress-Base-2.009 (29 Apr 2008) + + 29 Apr 2008; Yuval Yaari <yuval@gentoo.org> + +IO-Compress-Base-2.009.ebuild: + Version bump + + 19 Mar 2008; Jeroen Roovers <jer@gentoo.org> + IO-Compress-Base-2.005.ebuild: + Stable for HPPA too. + + 13 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> + IO-Compress-Base-2.005.ebuild: + ppc. stable + + 29 Dec 2007; <welp@gentoo.org> IO-Compress-Base-2.005.ebuild: + Keyworded ~sparc-fbsd; bug 203655 + + 19 Nov 2007; Joshua Kinard <kumba@gentoo.org> + IO-Compress-Base-2.005.ebuild: + Stable on mips. + + 10 Nov 2007; Samuli Suominen <drac@gentoo.org> + IO-Compress-Base-2.005.ebuild: + amd64 stable + + 15 Oct 2007; Markus Rothe <corsair@gentoo.org> + IO-Compress-Base-2.005.ebuild: + Stable on ppc64 + + 06 Oct 2007; Raúl Porcel <armin76@gentoo.org> + IO-Compress-Base-2.005.ebuild: + alpha/ia64/sparc/x86 stable + +*IO-Compress-Base-2.005 (07 Jul 2007) + + 07 Jul 2007; Michael Cummings <mcummings@gentoo.org> + +IO-Compress-Base-2.005.ebuild: + Version bump + + 05 Jul 2007; Raúl Porcel <armin76@gentoo.org> + IO-Compress-Base-2.004.ebuild: + alpha/ia64/x86 stable + + 05 Jul 2007; Tom Gall <tgall@gentoo.org> + IO-Compress-Base-2.004.ebuild: + stable on ppc64 + + 24 May 2007; Diego Pettenò <flameeyes@gentoo.org> + IO-Compress-Base-2.004.ebuild: + Add ~x86-fbsd keyword, as per bug #154244. + + 16 May 2007; Raúl Porcel <armin76@gentoo.org> + IO-Compress-Base-2.004.ebuild: + Add ~alpha wrt #154244 + + 12 May 2007; Joshua Kinard <kumba@gentoo.org> + IO-Compress-Base-2.004.ebuild: + Stable on mips. + + 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> + IO-Compress-Base-2.004.ebuild: + ppc stable + + 10 Apr 2007; Michael Cummings <mcummings@gentoo.org> + IO-Compress-Base-2.004.ebuild: + sparc stable + + 08 Apr 2007; Michael Cummings <mcummings@gentoo.org> + IO-Compress-Base-2.004.ebuild: + Marking amd64 stable + +*IO-Compress-Base-2.004 (09 Mar 2007) + + 09 Mar 2007; Michael Cummings <mcummings@gentoo.org> + +IO-Compress-Base-2.004.ebuild: + Version bump + +*IO-Compress-Base-2.003 (05 Jan 2007) + + 05 Jan 2007; Michael Cummings <mcummings@gentoo.org> + +IO-Compress-Base-2.003.ebuild: + Version bump + +*IO-Compress-Base-2.002 (02 Jan 2007) + + 02 Jan 2007; Michael Cummings <mcummings@gentoo.org> + +IO-Compress-Base-2.002.ebuild: + Version bump + + 16 Dec 2006; Michael Cummings <mcummings@gentoo.org> + IO-Compress-Base-2.001.ebuild: + Marking amd64 stable + + 11 Dec 2006; Lars Weiler <pylon@gentoo.org> IO-Compress-Base-2.001.ebuild: + Stable on ppc; bug #154244. + + 03 Dec 2006; Markus Rothe <corsair@gentoo.org> + IO-Compress-Base-2.001.ebuild: + Stable on ppc64 + + 17 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> + IO-Compress-Base-2.001.ebuild: + Stable on sparc + + 15 Nov 2006; Markus Rothe <corsair@gentoo.org> + IO-Compress-Base-2.001.ebuild: + Added ~ppc64; bug #154244 + + 15 Nov 2006; Jeroen Roovers <jer@gentoo.org> + IO-Compress-Base-2.001.ebuild: + Marked ~hppa (bug #154244). + + 10 Nov 2006; nixnut <nixnut@gentoo.org> IO-Compress-Base-2.001.ebuild: + Added ~ppc keyword wrt bug 154244 + + 07 Nov 2006; Joshua Jackson <tsunam@gentoo.org> + IO-Compress-Base-2.001.ebuild: + Stable x86 for bug #154244 + + 06 Nov 2006; Michael Cummings <mcummings@gentoo.org> +metadata.xml: + New dep for Compress-Zlib + +*IO-Compress-Base-2.001 (06 Nov 2006) + + 06 Nov 2006; Michael Cummings <mcummings@gentoo.org> + +IO-Compress-Base-2.001.ebuild: + New dep for Compress-Zlib + diff --git a/perl-core/IO-Compress-Base/IO-Compress-Base-2.005.ebuild b/perl-core/IO-Compress-Base/IO-Compress-Base-2.005.ebuild new file mode 100644 index 000000000000..01aa10882ac6 --- /dev/null +++ b/perl-core/IO-Compress-Base/IO-Compress-Base-2.005.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress-Base/IO-Compress-Base-2.005.ebuild,v 1.1 2008/11/02 07:23:08 tove Exp $ + +inherit perl-module + +DESCRIPTION="Base Class for IO::Compress modules" +HOMEPAGE="http://search.cpan.org/~pmqs" +SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +DEPEND="virtual/perl-Scalar-List-Utils + dev-lang/perl" + +SRC_TEST="do" diff --git a/perl-core/IO-Compress-Base/IO-Compress-Base-2.015.ebuild b/perl-core/IO-Compress-Base/IO-Compress-Base-2.015.ebuild new file mode 100644 index 000000000000..36c77ed75c45 --- /dev/null +++ b/perl-core/IO-Compress-Base/IO-Compress-Base-2.015.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress-Base/IO-Compress-Base-2.015.ebuild,v 1.1 2008/11/02 07:23:08 tove Exp $ + +MODULE_AUTHOR=PMQS + +inherit perl-module + +DESCRIPTION="Base Class for IO::Compress modules" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="test" + +RDEPEND="virtual/perl-Scalar-List-Utils + dev-lang/perl" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST="do" diff --git a/perl-core/IO-Compress-Base/Manifest b/perl-core/IO-Compress-Base/Manifest new file mode 100644 index 000000000000..5826259dd072 --- /dev/null +++ b/perl-core/IO-Compress-Base/Manifest @@ -0,0 +1,6 @@ +DIST IO-Compress-Base-2.005.tar.gz 91087 RMD160 b3fcec24a620803c255ee5342fa2bd1de10081f6 SHA1 6f7247f91966e223b90f8cd0c4bd186e09d126c0 SHA256 31407e983f127935e3cca3dfe417257442ef0cfc9d46b02c78cd1edfda4b79de +DIST IO-Compress-Base-2.015.tar.gz 95844 RMD160 85a9033066a5c030e673c7e328f867608eb29fd6 SHA1 595529168a46e8b195b7b0942c107f5fa2206af2 SHA256 0dbfafc713c8fa6bb798cf806e18af1c9e55ab6bd117cdb12d1a565014a7d282 +EBUILD IO-Compress-Base-2.005.ebuild 625 RMD160 ffbe3ce0e92f494b0628df98a1ea579b283f9bb2 SHA1 7416fb52fce26562b490765c09680c42800b3d03 SHA256 fb2529ea84730c9b15324fd4e285332809fd246518d86cb9b0d41ab6b3100fcd +EBUILD IO-Compress-Base-2.015.ebuild 614 RMD160 e5f93e2073e23d17d3720fdda9e5a326befa15f0 SHA1 357c873bbe8068be1e5af5d298fd5e2349b0a82b SHA256 3fc37f7870a03b3f97fbd1a03acdd37b53243873db3897bc058cd24885db43d5 +MISC ChangeLog 5494 RMD160 c16be9ec0a9779478fdfd748d806b369b31ca15e SHA1 fba0255c72a2b766ca053da94a2e03d9cec5618b SHA256 3fe7cba9219fb10df151ac76c1c38563d06419d7a0437c6ab54316c787f0a3b0 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/IO-Compress-Base/metadata.xml b/perl-core/IO-Compress-Base/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/IO-Compress-Base/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/IO-Compress-Zlib/ChangeLog b/perl-core/IO-Compress-Zlib/ChangeLog new file mode 100644 index 000000000000..3ee6b4c30e6e --- /dev/null +++ b/perl-core/IO-Compress-Zlib/ChangeLog @@ -0,0 +1,197 @@ +# ChangeLog for perl-core/IO-Compress-Zlib +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress-Zlib/ChangeLog,v 1.1 2008/11/02 07:24:10 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +IO-Compress-Zlib-2.005.ebuild, +IO-Compress-Zlib-2.015.ebuild: + dev-perl => perl-core migration + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> + IO-Compress-Zlib-2.005.ebuild, IO-Compress-Zlib-2.015.ebuild: + New virtuals: Compress-Raw-Zlib IO-Compress-Base + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> + -IO-Compress-Zlib-2.011.ebuild, -IO-Compress-Zlib-2.012.ebuild: + Cleanup + + 23 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org> + IO-Compress-Zlib-2.015.ebuild: + ppc stable, bug #192989 + + 23 Oct 2008; Raúl Porcel <armin76@gentoo.org> + IO-Compress-Zlib-2.015.ebuild: + alpha/ia64/x86 stable wrt #192989 + + 22 Oct 2008; Guy Martin <gmsoft@gentoo.org> IO-Compress-Zlib-2.015.ebuild: + hppa stable, #192989 + + 21 Oct 2008; Markus Rothe <corsair@gentoo.org> + IO-Compress-Zlib-2.015.ebuild: + Stable on ppc64; bug #192989 + + 21 Oct 2008; Tobias Heinlein <keytoaster@gentoo.org> + IO-Compress-Zlib-2.015.ebuild: + amd64 stable, security bug #192989 + + 20 Oct 2008; Friedrich Oslage <bluebird@gentoo.org> + IO-Compress-Zlib-2.015.ebuild: + Stable on sparc, security bug #192989 + +*IO-Compress-Zlib-2.015 (05 Sep 2008) + + 05 Sep 2008; Torsten Veller <tove@gentoo.org> + +IO-Compress-Zlib-2.015.ebuild: + Version bump + +*IO-Compress-Zlib-2.012 (19 Jul 2008) + + 19 Jul 2008; Torsten Veller <tove@gentoo.org> + +IO-Compress-Zlib-2.012.ebuild: + Version bump + + 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> + IO-Compress-Zlib-2.011.ebuild: + alpha/ia64/sparc/x86 stable + + 20 May 2008; Torsten Veller <tove@gentoo.org> + -IO-Compress-Zlib-2.001.ebuild, -IO-Compress-Zlib-2.002.ebuild, + -IO-Compress-Zlib-2.003.ebuild, -IO-Compress-Zlib-2.004.ebuild, + -IO-Compress-Zlib-2.009.ebuild, -IO-Compress-Zlib-2.010.ebuild: + Cleaning + +*IO-Compress-Zlib-2.011 (20 May 2008) + + 20 May 2008; Torsten Veller <tove@gentoo.org> + +IO-Compress-Zlib-2.011.ebuild: + Version bump + +*IO-Compress-Zlib-2.010 (09 May 2008) + + 09 May 2008; Torsten Veller <tove@gentoo.org> + +IO-Compress-Zlib-2.010.ebuild: + Version bump + +*IO-Compress-Zlib-2.009 (29 Apr 2008) + + 29 Apr 2008; Torsten Veller <tove@gentoo.org> + +IO-Compress-Zlib-2.009.ebuild: + Version bump + + 19 Mar 2008; Jeroen Roovers <jer@gentoo.org> + IO-Compress-Zlib-2.005.ebuild: + Stable for HPPA too. + + 13 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> + IO-Compress-Zlib-2.005.ebuild: + ppc. stable + + 29 Dec 2007; <welp@gentoo.org> IO-Compress-Zlib-2.005.ebuild: + Keyworded ~sparc-fbsd; bug 203655 + + 19 Nov 2007; Joshua Kinard <kumba@gentoo.org> + IO-Compress-Zlib-2.005.ebuild: + Stable on mips. + + 10 Nov 2007; Samuli Suominen <drac@gentoo.org> + IO-Compress-Zlib-2.005.ebuild: + amd64 stable + + 15 Oct 2007; Markus Rothe <corsair@gentoo.org> + IO-Compress-Zlib-2.005.ebuild: + Stable on ppc64 + + 06 Oct 2007; Raúl Porcel <armin76@gentoo.org> + IO-Compress-Zlib-2.005.ebuild: + alpha/ia64/sparc/x86 stable + +*IO-Compress-Zlib-2.005 (07 Jul 2007) + + 07 Jul 2007; Michael Cummings <mcummings@gentoo.org> + +IO-Compress-Zlib-2.005.ebuild: + Version bump + + 05 Jul 2007; Tom Gall <tgall@gentoo.org> + IO-Compress-Zlib-2.004.ebuild: + stable on ppc64 + + 05 Jul 2007; Raúl Porcel <armin76@gentoo.org> + IO-Compress-Zlib-2.004.ebuild: + alpha/ia64/x86 stable + + 24 May 2007; Diego Pettenò <flameeyes@gentoo.org> + IO-Compress-Zlib-2.004.ebuild: + Add ~x86-fbsd keyword, as per bug #154244. + + 16 May 2007; Raúl Porcel <armin76@gentoo.org> + IO-Compress-Zlib-2.004.ebuild: + Add ~alpha wrt #154244 + + 12 May 2007; Joshua Kinard <kumba@gentoo.org> + IO-Compress-Zlib-2.004.ebuild: + Stable on mips. + + 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> + IO-Compress-Zlib-2.004.ebuild: + ppc stable + + 10 Apr 2007; Michael Cummings <mcummings@gentoo.org> + IO-Compress-Zlib-2.004.ebuild: + sparc stable + + 08 Apr 2007; Michael Cummings <mcummings@gentoo.org> + IO-Compress-Zlib-2.004.ebuild: + Marking amd64 stable + +*IO-Compress-Zlib-2.004 (09 Mar 2007) + + 09 Mar 2007; Michael Cummings <mcummings@gentoo.org> + +IO-Compress-Zlib-2.004.ebuild: + Version bump + +*IO-Compress-Zlib-2.003 (05 Jan 2007) + + 05 Jan 2007; Michael Cummings <mcummings@gentoo.org> + +IO-Compress-Zlib-2.003.ebuild: + Version bump + +*IO-Compress-Zlib-2.002 (02 Jan 2007) + + 02 Jan 2007; Michael Cummings <mcummings@gentoo.org> + +IO-Compress-Zlib-2.002.ebuild: + Version bump + + 16 Dec 2006; Michael Cummings <mcummings@gentoo.org> + IO-Compress-Zlib-2.001.ebuild: + Marking amd64 stable + + 11 Dec 2006; Lars Weiler <pylon@gentoo.org> IO-Compress-Zlib-2.001.ebuild: + Stable on ppc; bug #154244. + + 03 Dec 2006; Markus Rothe <corsair@gentoo.org> + IO-Compress-Zlib-2.001.ebuild: + Stable on ppc64 + + 17 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> + IO-Compress-Zlib-2.001.ebuild: + Stable on sparc + + 15 Nov 2006; Markus Rothe <corsair@gentoo.org> + IO-Compress-Zlib-2.001.ebuild: + Added ~ppc64; bug #154244 + + 15 Nov 2006; Jeroen Roovers <jer@gentoo.org> + IO-Compress-Zlib-2.001.ebuild: + Marked ~hppa (bug #154244). + + 10 Nov 2006; nixnut <nixnut@gentoo.org> IO-Compress-Zlib-2.001.ebuild: + Added ~ppc keyword wrt bug 154244 + + 07 Nov 2006; Joshua Jackson <tsunam@gentoo.org> ChangeLog: + Stable x86 for bug #154244 + +*IO-Compress-Zlib-2.001 (06 Nov 2006) + + 06 Nov 2006; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +IO-Compress-Zlib-2.001.ebuild: + New dep for Compress-Zlib + diff --git a/perl-core/IO-Compress-Zlib/IO-Compress-Zlib-2.005.ebuild b/perl-core/IO-Compress-Zlib/IO-Compress-Zlib-2.005.ebuild new file mode 100644 index 000000000000..7f1d4fbce2dd --- /dev/null +++ b/perl-core/IO-Compress-Zlib/IO-Compress-Zlib-2.005.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress-Zlib/IO-Compress-Zlib-2.005.ebuild,v 1.1 2008/11/02 07:24:10 tove Exp $ + +inherit perl-module + +DESCRIPTION="Read/Write compressed files" +HOMEPAGE="http://search.cpan.org/~pqms" +SRC_URI="mirror://cpan/authors/id/P/PM/PMQS/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=virtual/perl-IO-Compress-Base-2.005 + virtual/perl-Compress-Raw-Zlib + dev-lang/perl" + +SRC_TEST="do" diff --git a/perl-core/IO-Compress-Zlib/IO-Compress-Zlib-2.015.ebuild b/perl-core/IO-Compress-Zlib/IO-Compress-Zlib-2.015.ebuild new file mode 100644 index 000000000000..5034c3610dab --- /dev/null +++ b/perl-core/IO-Compress-Zlib/IO-Compress-Zlib-2.015.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress-Zlib/IO-Compress-Zlib-2.015.ebuild,v 1.1 2008/11/02 07:24:10 tove Exp $ + +MODULE_AUTHOR=PMQS + +inherit perl-module + +DESCRIPTION="Read/Write compressed files" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="test" + +RDEPEND=">=virtual/perl-IO-Compress-Base-${PV} + >=virtual/perl-Compress-Raw-Zlib-${PV} + dev-lang/perl" +DEPEND="${RDEPEND} + test? ( dev-perl/Test-Pod )" + +SRC_TEST="do" diff --git a/perl-core/IO-Compress-Zlib/Manifest b/perl-core/IO-Compress-Zlib/Manifest new file mode 100644 index 000000000000..f670023b6912 --- /dev/null +++ b/perl-core/IO-Compress-Zlib/Manifest @@ -0,0 +1,6 @@ +DIST IO-Compress-Zlib-2.005.tar.gz 134789 RMD160 b3a39c8a2a73cbe37584ed3bafcfa3067546ce40 SHA1 9b2347576e5e52ec0a82b02bc72ba63f84e04e58 SHA256 5c25a71c02d731fd68a43d01d5359237362f40897ca597a015ed0e32426aa190 +DIST IO-Compress-Zlib-2.015.tar.gz 141649 RMD160 6be8bb18881fd8c2b37f6ec6262e0c3b1ec9c41c SHA1 a2dd277f083b53d50d683dcf8bff4c7b9177d295 SHA256 9d25ffdfacb3d43cbae618c68b62264aab2f56a9cf65ad2f974af9dcbae97669 +EBUILD IO-Compress-Zlib-2.005.ebuild 652 RMD160 89cb969736708b6fa29437257f73955a4bed33d4 SHA1 e4bba7838d9ea9cd653b7305cb891e0716b84eb1 SHA256 da25054ba0356e6d5eee106c3cc291180d1db1bb8783c23c3c55802f45b45802 +EBUILD IO-Compress-Zlib-2.015.ebuild 649 RMD160 dd75388a761362ed8c35493ef7da13a683e37ffe SHA1 212408e014527c033e48384915b99dc46ab76263 SHA256 87e46b36f4d1f96e9564718275d52b8ec22dfb4e72375c41b5970b471053bfda +MISC ChangeLog 5616 RMD160 4c84aed130fd2fc5b62e97efcedef6879cf85f26 SHA1 eb4f0885d34b4508bf1c68db1a468b2e10ff8220 SHA256 b8d2a681f9ce092693468e684afe124cbca982be3e92d8538f0e085235653025 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/IO-Compress-Zlib/metadata.xml b/perl-core/IO-Compress-Zlib/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/IO-Compress-Zlib/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/IO-Zlib/ChangeLog b/perl-core/IO-Zlib/ChangeLog new file mode 100644 index 000000000000..b7c5394e4678 --- /dev/null +++ b/perl-core/IO-Zlib/ChangeLog @@ -0,0 +1,140 @@ +# ChangeLog for perl-core/IO-Zlib +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Zlib/ChangeLog,v 1.1 2008/11/02 07:25:12 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +IO-Zlib-1.07.ebuild, +IO-Zlib-1.09.ebuild: + dev-perl => perl-core migration + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> IO-Zlib-1.07.ebuild, + IO-Zlib-1.09.ebuild: + New virtuals: Compress-Zlib + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> -IO-Zlib-1.04.ebuild, + -IO-Zlib-1.05.ebuild: + Cleanup + + 15 Jul 2008; Raúl Porcel <armin76@gentoo.org> IO-Zlib-1.09.ebuild: + alpha/ia64/sparc/x86 stable + +*IO-Zlib-1.09 (28 Apr 2008) + + 28 Apr 2008; Jeroen Roovers <jer@gentoo.org> +IO-Zlib-1.09.ebuild: + Version bump (bug #201846). + + 28 Apr 2008; Jeroen Roovers <jer@gentoo.org> IO-Zlib-1.04.ebuild, + IO-Zlib-1.05.ebuild, IO-Zlib-1.07.ebuild: + Fix HOMEPAGE (bug #201846). + + 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> IO-Zlib-1.07.ebuild: + Stable for HPPA too. + + 05 Feb 2008; Markus Rothe <corsair@gentoo.org> IO-Zlib-1.07.ebuild: + Stable on ppc64 + + 13 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> IO-Zlib-1.07.ebuild: + ppc. stable + + 29 Dec 2007; <welp@gentoo.org> IO-Zlib-1.07.ebuild: + Keyworded ~sparc-fbsd; bug 203655 + + 17 Dec 2007; Samuli Suominen <drac@gentoo.org> IO-Zlib-1.07.ebuild: + amd64 stable + + 06 Dec 2007; Raúl Porcel <armin76@gentoo.org> IO-Zlib-1.07.ebuild: + alpha/ia64/sparc/x86 stable + + 10 Nov 2007; Samuli Suominen <drac@gentoo.org> IO-Zlib-1.05.ebuild: + amd64 stable + +*IO-Zlib-1.07 (19 Oct 2007) + + 19 Oct 2007; Christian Hartmann <ian@gentoo.org> +IO-Zlib-1.07.ebuild: + Version bump + + 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> IO-Zlib-1.05.ebuild: + Stable on ppc. + + 11 Jul 2007; Raúl Porcel <armin76@gentoo.org> IO-Zlib-1.05.ebuild: + alpha/ia64/x86 stable + + 07 Jul 2007; Tom Gall <tgall@gentoo.org> IO-Zlib-1.05.ebuild: + stable on ppc64 + + 30 Jun 2007; Joshua Kinard <kumba@gentoo.org> IO-Zlib-1.05.ebuild: + Stable on mips. + + 21 Jun 2007; Michael Cummings <mcummings@gentoo.org> IO-Zlib-1.05.ebuild: + Marking sparc stable + +*IO-Zlib-1.05 (11 Mar 2007) + + 11 Mar 2007; Michael Cummings <mcummings@gentoo.org> +IO-Zlib-1.05.ebuild: + Version bump + + 15 Jan 2007; Michael Cummings <mcummings@gentoo.org> -IO-Zlib-1.01.ebuild, + IO-Zlib-1.04.ebuild: + Ebuild maintenance + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> IO-Zlib-1.01.ebuild, + IO-Zlib-1.04.ebuild: + Adding perl dep; fixed DEPEND + + 04 Jul 2006; Christian Hartmann <ian@gentoo.org> IO-Zlib-1.01.ebuild, + IO-Zlib-1.04.ebuild: + Fixed RDEPEND wrt bug #134781; fixed header + + 24 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> IO-Zlib-1.04.ebuild: + Add ~x86-fbsd keyword. + + 25 Feb 2006; Joshua Kinard <kumba@gentoo.org> IO-Zlib-1.04.ebuild: + Marked stable on mips. + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> IO-Zlib-1.04.ebuild: + stable on amd64 + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> IO-Zlib-1.04.ebuild: + Stable on ppc64 + + 15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> IO-Zlib-1.04.ebuild: + Stable on ppc. + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> IO-Zlib-1.04.ebuild: + marking stable sparc x86 + + 14 Oct 2005; Aron Griffis <agriffis@gentoo.org> IO-Zlib-1.04.ebuild: + Mark 1.04 stable on alpha + + 03 Oct 2005; Aron Griffis <agriffis@gentoo.org> IO-Zlib-1.04.ebuild: + Stable on ia64 + +*IO-Zlib-1.04 (27 Apr 2005) + + 27 Apr 2005; Michael Cummings <mcummings@gentoo.org> IO-Zlib-1.01.ebuild, + +IO-Zlib-1.04.ebuild: + Cleaning house + + 18 Mar 2005; Aron Griffis <agriffis@gentoo.org> IO-Zlib-1.01.ebuild: + Stable on ia64 + + 12 Mar 2005; Markus Rothe <corsair@gentoo.org> IO-Zlib-1.01.ebuild: + Stable on ppc64 + + 22 Dec 2004; Yuta SATOH <nigoro@gentoo.org> IO-Zlib-1.01.ebuild: + added ~ppc64 + + 21 Nov 2004; Hardave Riar <hardave@gentoo.org> IO-Zlib-1.01.ebuild: + Stable on mips, dep for bug #68570 + + 19 Jan 2004; Eric Sammer <esammer@gentoo.org> IO-Zlib-1.01.ebuild: + Marking stable on ppc and alpha to fix broken deps with Archive-Tar. No bugs + reported since 07-2003. + + 16 Dec 2003; Jason Wever <weeve@gentoo.org> IO-Zlib-1.01.ebuild: + Marked stable on sparc to fix broken dependencies of dev-perl/Archive-Tar. + +*IO-Zlib-1.01 (05 Jun 2003) + + 05 Jun 2003; Michael Cummings <mcummings@gentoo.org> IO-Zlib-1.01.ebuild: + This is a missing dependancy for Archive-Tar + diff --git a/perl-core/IO-Zlib/IO-Zlib-1.07.ebuild b/perl-core/IO-Zlib/IO-Zlib-1.07.ebuild new file mode 100644 index 000000000000..e3df135db4ca --- /dev/null +++ b/perl-core/IO-Zlib/IO-Zlib-1.07.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Zlib/IO-Zlib-1.07.ebuild,v 1.1 2008/11/02 07:25:12 tove Exp $ + +inherit perl-module + +DESCRIPTION="IO:: style interface to Compress::Zlib" +HOMEPAGE="http://search.cpan.org/~tomhughes/" +SRC_URI="mirror://cpan/authors/id/T/TO/TOMHUGHES/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +SRC_TEST="do" + +DEPEND="virtual/perl-Compress-Zlib + dev-lang/perl" diff --git a/perl-core/IO-Zlib/IO-Zlib-1.09.ebuild b/perl-core/IO-Zlib/IO-Zlib-1.09.ebuild new file mode 100644 index 000000000000..b8d108fc91e7 --- /dev/null +++ b/perl-core/IO-Zlib/IO-Zlib-1.09.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Zlib/IO-Zlib-1.09.ebuild,v 1.1 2008/11/02 07:25:12 tove Exp $ + +inherit perl-module + +DESCRIPTION="IO:: style interface to Compress::Zlib" +HOMEPAGE="http://search.cpan.org/~tomhughes/" +SRC_URI="mirror://cpan/authors/id/T/TO/TOMHUGHES/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +SRC_TEST="do" + +DEPEND="virtual/perl-Compress-Zlib + dev-lang/perl" diff --git a/perl-core/IO-Zlib/Manifest b/perl-core/IO-Zlib/Manifest new file mode 100644 index 000000000000..ae9a02811836 --- /dev/null +++ b/perl-core/IO-Zlib/Manifest @@ -0,0 +1,6 @@ +DIST IO-Zlib-1.07.tar.gz 9820 RMD160 0c0851d3c31d6802db409bee7fcbf42a38ddce21 SHA1 15ac10b54966f8b87f5ea10463c6342bbdeecc9d SHA256 d232c337e3af50c4074b54573751915e401b447e2781de0b310093675983957c +DIST IO-Zlib-1.09.tar.gz 10092 RMD160 97047909f79c3e55bb99299ab96a6be6867e787b SHA1 d7e5d740ed1de260019f2e6b8f1dc11726aaab18 SHA256 5ada9a6c81cbc51b1cc2061911569509834635ff3f396f22f6cdcbbb868222f3 +EBUILD IO-Zlib-1.07.ebuild 617 RMD160 594d3ae4cfee7e53e4adf1332392c92c0f307143 SHA1 cd0ce7b8b69acbb99c5a49f91cb3d9c3bc4250d3 SHA256 7b4bf8bd70e5f742d47633ac144efd3cc7adfb8d37545a2eea35e08e547e6d74 +EBUILD IO-Zlib-1.09.ebuild 629 RMD160 19d2f978c3f861bf634f12188181b0021d3d682c SHA1 b8499dc15fe5d4086e64510a08cfb157c0638b29 SHA256 8624a9b5ac97704a1a243f86d114379dcb4d19b3ba32d67c582b96d35940862b +MISC ChangeLog 4432 RMD160 5cf97733fa3eff485a4076949780b1dfad736e60 SHA1 4ac31a4ca2a7856ae566eb6dcc77aff684db2879 SHA256 a890e6ce5a9dacbd93bf47201cfdfb581053c20d5da3a4be7180950539074e83 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/IO-Zlib/metadata.xml b/perl-core/IO-Zlib/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/IO-Zlib/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/Locale-Maketext-Simple/ChangeLog b/perl-core/Locale-Maketext-Simple/ChangeLog new file mode 100644 index 000000000000..5ccbeaf04663 --- /dev/null +++ b/perl-core/Locale-Maketext-Simple/ChangeLog @@ -0,0 +1,115 @@ +# ChangeLog for perl-core/Locale-Maketext-Simple +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Locale-Maketext-Simple/ChangeLog,v 1.1 2008/11/02 07:25:54 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Locale-Maketext-Simple-0.18.ebuild: + dev-perl => perl-core migration + + 15 Sep 2008; Torsten Veller <tove@gentoo.org> + -Locale-Maketext-Simple-0.12.ebuild, -Locale-Maketext-Simple-0.14.ebuild, + -Locale-Maketext-Simple-0.17.ebuild: + Cleanup + + 16 Aug 2008; Torsten Veller <tove@gentoo.org> metadata.xml: + Remove pclouds from metadata.xml (#49680) + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> + Locale-Maketext-Simple-0.18.ebuild: + Stable on x86, bug #169152. + + 21 Oct 2006; Aron Griffis <agriffis@gentoo.org> + Locale-Maketext-Simple-0.18.ebuild: + Mark 0.18 stable on ia64 + + 21 Oct 2006; Michael Cummings <mcummings@gentoo.org> + Locale-Maketext-Simple-0.18.ebuild: + Marking sparc stable + + 21 Oct 2006; Michael Cummings <mcummings@gentoo.org> + Locale-Maketext-Simple-0.18.ebuild: + Marking amd64 stable + + 15 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> + Locale-Maketext-Simple-0.17.ebuild: + Stable on ia64. + + 10 Oct 2006; Michael Cummings <mcummings@gentoo.org> + Locale-Maketext-Simple-0.12.ebuild, Locale-Maketext-Simple-0.14.ebuild, + -Locale-Maketext-Simple-0.16.ebuild, Locale-Maketext-Simple-0.17.ebuild: + Marking sparc, amd64 stable; cleaned up stale ebuild + +*Locale-Maketext-Simple-0.18 (10 Sep 2006) + + 10 Sep 2006; Yuval Yaari <yuval@gentoo.org> + +Locale-Maketext-Simple-0.18.ebuild: + Version bump + +*Locale-Maketext-Simple-0.17 (20 Aug 2006) + + 20 Aug 2006; Michael Cummings <mcummings@gentoo.org> + +Locale-Maketext-Simple-0.17.ebuild: + Version bump + + 17 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Locale-Maketext-Simple-0.16.ebuild: + Marking amd64, sparc stable + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Locale-Maketext-Simple-0.12.ebuild, Locale-Maketext-Simple-0.14.ebuild, + Locale-Maketext-Simple-0.16.ebuild: + Adding perl dep; fixed DEPEND + + 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> + Locale-Maketext-Simple-0.14.ebuild: + Mark 0.14 stable on ia64 + + 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> + Locale-Maketext-Simple-0.14.ebuild: + Marking sparc stable + +*Locale-Maketext-Simple-0.16 (24 May 2006) + + 24 May 2006; Christian Hartmann <ian@gentoo.org> + +Locale-Maketext-Simple-0.16.ebuild: + Version bump + +*Locale-Maketext-Simple-0.14 (01 May 2006) + + 01 May 2006; <mcumming@gentoo.org> +Locale-Maketext-Simple-0.14.ebuild: + Version bump + + 28 Mar 2006; Aron Griffis <agriffis@gentoo.org> + Locale-Maketext-Simple-0.12.ebuild: + Mark 0.12 stable on ia64 + + 22 Feb 2006; Aron Griffis <agriffis@gentoo.org> + Locale-Maketext-Simple-0.12.ebuild: + Mark 0.12 ~ia64 + + 15 Jun 2005; Gustavo Zacarias <gustavoz@gentoo.org> + Locale-Maketext-Simple-0.12.ebuild: + Stable on sparc + + 16 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> + Locale-Maketext-Simple-0.12.ebuild: + Keyworded ~sparc + + 07 May 2005; David Holm <dholm@gentoo.org> + Locale-Maketext-Simple-0.12.ebuild: + Added to ~ppc. + + 28 Apr 2005; Michael Cummings <mcummings@gentoo.org> + Locale-Maketext-Simple-0.12.ebuild: + Cleaning + + 05 Feb 2005; Dylan Carlson <absinthe@gentoo.org> + Locale-Maketext-Simple-0.12.ebuild: + Keywords ~amd64. + +*Locale-Maketext-Simple-0.12 (27 Nov 2004) + + 27 Nov 2004; <pclouds@gentoo.org> +metadata.xml, + +Locale-Maketext-Simple-0.12.ebuild: + New ebuild + diff --git a/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.18.ebuild b/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.18.ebuild new file mode 100644 index 000000000000..87ae3be54a16 --- /dev/null +++ b/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.18.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/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.18.ebuild,v 1.1 2008/11/02 07:25:54 tove Exp $ + +inherit perl-module + +DESCRIPTION="Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon" +SRC_URI="mirror://cpan/authors/id/A/AU/AUDREYT/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Locale/${P}.readme" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="amd64 ia64 ~ppc sparc x86" +IUSE="" +SRC_TEST="do" + +DEPEND="dev-lang/perl" diff --git a/perl-core/Locale-Maketext-Simple/Manifest b/perl-core/Locale-Maketext-Simple/Manifest new file mode 100644 index 000000000000..ebb6b0078377 --- /dev/null +++ b/perl-core/Locale-Maketext-Simple/Manifest @@ -0,0 +1,4 @@ +DIST Locale-Maketext-Simple-0.18.tar.gz 16865 RMD160 b21761497edd27b453a348c6225b57a9728a3f44 SHA1 30584035d66d6041b2187278ef9ebaa3707158a7 SHA256 2f1a4c3472782421dbffadf4c37c8bca9021aecc5bfd0c926f163bdfe73e7d92 +EBUILD Locale-Maketext-Simple-0.18.ebuild 604 RMD160 bb68a9040cab6bdd01290760c38ec121f5473a31 SHA1 b361e0480c079b4ec24e0106c77119992553e34c SHA256 4994754f34a6eaccad309a52d43c9dbc5253ee76c24dc51e097241a1195796a5 +MISC ChangeLog 3539 RMD160 8cc42988126cc24cf3b994cb0a03090289214ac2 SHA1 9b453ce15b22b551309d7509a93e203a35406ad8 SHA256 756887952ffaba5485e6a3405c0950541dae4a8966e2032118c17c2909a5963b +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/Locale-Maketext-Simple/metadata.xml b/perl-core/Locale-Maketext-Simple/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Locale-Maketext-Simple/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog new file mode 100644 index 000000000000..1e5abfed8db2 --- /dev/null +++ b/perl-core/Math-BigInt-FastCalc/ChangeLog @@ -0,0 +1,41 @@ +# ChangeLog for perl-core/Math-BigInt-FastCalc +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.1 2008/11/02 07:26:34 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Math-BigInt-FastCalc-0.15.ebuild, +Math-BigInt-FastCalc-0.19.ebuild: + dev-perl => perl-core migration + +*Math-BigInt-FastCalc-0.19 (30 Jul 2008) + + 30 Jul 2008; Robin H. Johnson <robbat2@gentoo.org> + +Math-BigInt-FastCalc-0.19.ebuild: + Version bump. + + 14 May 2008; Torsten Veller <tove@gentoo.org> + Math-BigInt-FastCalc-0.15.ebuild: + Change DEPEND perl-core/Math-BigInt -> virtual/perl-Math-BigInt (#211616) + + 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> + Math-BigInt-FastCalc-0.15.ebuild: + Stable for HPPA too. + + 25 Jan 2008; Samuli Suominen <drac@gentoo.org> + Math-BigInt-FastCalc-0.15.ebuild: + amd64 stable wrt #206891 + + 22 Jan 2008; Brent Baude <ranger@gentoo.org> + Math-BigInt-FastCalc-0.15.ebuild: + Marking Math-BigInt-FastCalc-0.15 ppc for bug 206892 + + 21 Jan 2008; Markus Meier <maekke@gentoo.org> + Math-BigInt-FastCalc-0.15.ebuild: + x86 stable, bug #206891 + +*Math-BigInt-FastCalc-0.15 (17 Oct 2007) + + 17 Oct 2007; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml, + +Math-BigInt-FastCalc-0.15.ebuild: + Initial commit. Dep for Mail-SpamAssassin-Plugin-GoogleSafeBrowsing. Ebuild + by Robin H. Johnnson <robbat2@gentoo.org> + diff --git a/perl-core/Math-BigInt-FastCalc/Manifest b/perl-core/Math-BigInt-FastCalc/Manifest new file mode 100644 index 000000000000..e1d8ffae934a --- /dev/null +++ b/perl-core/Math-BigInt-FastCalc/Manifest @@ -0,0 +1,6 @@ +DIST Math-BigInt-FastCalc-0.15.tar.gz 54494 RMD160 12788b0aef40006afc1b604812a09881047204d1 SHA1 c68594a93ffc3ba850b1a5203fb385d8fab88c93 SHA256 bd2630d5861f30754c5c98f4ef39d07a3fec9c774ddde75441111f11d370816e +DIST Math-BigInt-FastCalc-0.19.tar.gz 55400 RMD160 725942ea06830ab82ee9eb9937c22f95017d924c SHA1 7436214130deccd8497c2ccc49afb021546d9759 SHA256 353861aed8763177b67921fcda881355f058b540e45beeec8b0c10daca0c2f9c +EBUILD Math-BigInt-FastCalc-0.15.ebuild 513 RMD160 ab9227acad18b993f7caba761798baf9e7ff3842 SHA1 fd46a8223f9f3441ae152484ff41c1d14871ed6a SHA256 b7b177359616acb2d06cbcb6956800dc831f854682c1b3a4193f640f8010b362 +EBUILD Math-BigInt-FastCalc-0.19.ebuild 537 RMD160 adf22bc213a4f2f3e6da85d409608bad39c56cbc SHA1 7b5ff7c0f508e60ea16e6a62ca05c1386c690a09 SHA256 afab26f165dcd7a8f3e90c71024a046dc6e0f7bd4f29616514abc5bf7cb8b8b6 +MISC ChangeLog 1453 RMD160 c64dc2256cbb9edaefa34a1049c66df76a19b98f SHA1 11f8cb04791e53a3c96e87fb7e1a9404402ab2a2 SHA256 7fbb85fe49f312118db2780df7cc141616eb35686ecdd02ca095a5eb975056c7 +MISC metadata.xml 271 RMD160 33d1e6d38b3ecde19f2a3a873476e4fc03fd0a41 SHA1 1b49b2ba691f42cbf4f86231769f560b7232453a SHA256 0670df6d1cf19fc80b5a9b574234d0d260f42c2c1889155d94922b0d63976ac2 diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.15.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.15.ebuild new file mode 100644 index 000000000000..7ffb6e585024 --- /dev/null +++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.15.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.15.ebuild,v 1.1 2008/11/02 07:26:34 tove Exp $ + +MODULE_AUTHOR="TELS/math" +inherit perl-module + +DESCRIPTION="Math::BigInt::Calc with some XS for more speed" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="amd64 hppa ppc x86" +RDEPEND=">=virtual/perl-Math-BigInt-1.87" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild new file mode 100644 index 000000000000..0313b30632e9 --- /dev/null +++ b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.19.ebuild,v 1.1 2008/11/02 07:26:34 tove Exp $ + +MODULE_AUTHOR="TELS" +MODULE_SECTION="math" +inherit perl-module + +DESCRIPTION="Math::BigInt::Calc with some XS for more speed" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" +RDEPEND=">=virtual/perl-Math-BigInt-1.87" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/perl-core/Math-BigInt-FastCalc/metadata.xml b/perl-core/Math-BigInt-FastCalc/metadata.xml new file mode 100644 index 000000000000..8ac7a1c994df --- /dev/null +++ b/perl-core/Math-BigInt-FastCalc/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <maintainer> + <email>robbat2@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> +</pkgmetadata> diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog new file mode 100644 index 000000000000..e70fb3729307 --- /dev/null +++ b/perl-core/Module-Build/ChangeLog @@ -0,0 +1,327 @@ +# ChangeLog for perl-core/Module-Build +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.1 2008/11/02 07:27:45 tove Exp $ + +*Module-Build-0.30 (01 Nov 2008) +*Module-Build-0.28.08 (01 Nov 2008) +*Module-Build-0.28-r1 (01 Nov 2008) + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Module-Build-0.28-r1.ebuild, +Module-Build-0.28.08.ebuild, + +Module-Build-0.30.ebuild: + dev-perl => perl-core migration + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> module-build-0.28-r1.ebuild, + module-build-0.28.08.ebuild, module-build-0.30.ebuild: + New virtuals: Archive-Tar ExtUtils-CBuilder extutils-parsexs + +*module-build-0.30 (05 Oct 2008) + + 05 Oct 2008; Torsten Veller <tove@gentoo.org> +module-build-0.30.ebuild: + Version bump + + 15 Sep 2008; Torsten Veller <tove@gentoo.org> -module-build-0.28.ebuild, + -module-build-0.28.05.ebuild, -module-build-0.28.06.ebuild, + -module-build-0.28.07.ebuild, module-build-0.28.08.ebuild: + Cleanup. Remove dev-perl/version from DEPEND as it is not needed anymore. + + 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> module-build-0.28.08.ebuild: + Stable for HPPA too. + + 29 Dec 2007; <welp@gentoo.org> module-build-0.28.08.ebuild: + Keyworded ~sparc-fbsd; bug 203655 + + 10 Nov 2007; Samuli Suominen <drac@gentoo.org> + module-build-0.28.08.ebuild: + amd64 stable + + 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> + module-build-0.28.08.ebuild: + Stable on ppc. + + 11 Jul 2007; Raúl Porcel <armin76@gentoo.org> + module-build-0.28.08.ebuild: + alpha/ia64/x86 stable + + 07 Jul 2007; Tom Gall <tgall@gentoo.org> module-build-0.28.08.ebuild: + stable on ppc64 + + 30 Jun 2007; Joshua Kinard <kumba@gentoo.org> module-build-0.28.08.ebuild: + Stable on mips. + + 21 Jun 2007; Michael Cummings <mcummings@gentoo.org> + module-build-0.28.07.ebuild, module-build-0.28.08.ebuild: + Marking sparc stable + + 12 May 2007; Joshua Kinard <kumba@gentoo.org> module-build-0.28.06.ebuild: + Stable on mips. + + 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> + module-build-0.28.06.ebuild: + ppc stable + +*module-build-0.28.08 (29 Apr 2007) + + 29 Apr 2007; Michael Cummings <mcummings@gentoo.org> + +module-build-0.28.08.ebuild: + Version bump + +*module-build-0.28.07 (16 Apr 2007) + + 16 Apr 2007; Michael Cummings <mcummings@gentoo.org> + +module-build-0.28.07.ebuild: + Version bump + + 16 Apr 2007; Markus Rothe <corsair@gentoo.org> + module-build-0.28.05.ebuild: + Stable on ppc64 + + 14 Apr 2007; Michael Cummings <mcummings@gentoo.org> + module-build-0.28.06.ebuild: + Marking sparc stable + + 09 Apr 2007; Michael Cummings <mcummings@gentoo.org> + module-build-0.28.06.ebuild: + Marking stable amd64 + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> module-build-0.28.05.ebuild: + Stable on x86, bug #169152. + +*module-build-0.28.06 (23 Jan 2007) + + 23 Jan 2007; Michael Cummings <mcummings@gentoo.org> + +module-build-0.28.06.ebuild: + Version bump + + 21 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -module-build-0.25.ebuild, -module-build-0.26.10.ebuild, + -module-build-0.26.11.ebuild, module-build-0.28.ebuild, + module-build-0.28-r1.ebuild, -module-build-0.28.01.ebuild, + module-build-0.28.05.ebuild: + Ebuild maintenance + + 23 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> + module-build-0.28.05.ebuild: + Stable on hppa + + 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> + module-build-0.28.05.ebuild: + ppc stable + + 20 Oct 2006; Aron Griffis <agriffis@gentoo.org> + module-build-0.28.05.ebuild: + Mark 0.28.05 stable on ia64 + + 20 Oct 2006; Michael Cummings <mcummings@gentoo.org> + module-build-0.28.05.ebuild: + Marking amd64 stable + + 20 Oct 2006; Michael Cummings <mcummings@gentoo.org> + module-build-0.28.05.ebuild: + Marking sparc stable + + 04 Sep 2006; Joshua Kinard <kumba@gentoo.org> module-build-0.28-r1.ebuild: + Marked stable on mips. + +*module-build-0.28.05 (21 Aug 2006) + + 21 Aug 2006; Yuval Yaari <yuval@gentoo.org> +module-build-0.28.05.ebuild: + Version bump + + 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> + module-build-0.28-r1.ebuild: + Marking amd64 stable + + 19 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> + module-build-0.28-r1.ebuild: + Stable on alpha. + + 14 Jul 2006; Thomas Cort <tcort@gentoo.org> module-build-0.28.ebuild: + Stable on alpha wrt Bug #136708. + + 02 Jul 2006; Michael Cummings <mcummings@gentoo.org> + module-build-0.28.ebuild: + Marking stable amd64 + + 29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> + module-build-0.28-r1.ebuild: + Stable on hppa + + 27 Jun 2006; Guy Martin <gmsoft@gentoo.org> module-build-0.28.ebuild: + Stable on hppa. + +*module-build-0.28.01 (23 Jun 2006) + + 23 Jun 2006; Michael Cummings <mcummings@gentoo.org> + +module-build-0.28.01.ebuild: + Version bump upstream + + 18 Jun 2006; Andrej Kacian <ticho@gentoo.org> module-build-0.28.ebuild: + Stable on x86. Bug #136708. + + 18 Jun 2006; Markus Rothe <corsair@gentoo.org> module-build-0.28.ebuild: + Stable on ppc64; bug #136708 + +*module-build-0.28-r1 (18 Jun 2006) + + 18 Jun 2006; Michael Cummings <mcummings@gentoo.org> + module-build-0.28.ebuild, +module-build-0.28-r1.ebuild: + Bug 137118 - PDEPENDing the deps we dropped since they do add post installed + functionality necessary for other tools that dep on module-build + + 16 Jun 2006; Michael Cummings <mcummings@gentoo.org> + module-build-0.28.ebuild: + Bug 136928 - dep loop fixed + + 14 Jun 2006; <nixnut@gentoo.org> module-build-0.28.ebuild: + Stable on ppc; bug #136708 + + 11 Jun 2006; Michael Cummings <mcummings@gentoo.org> + module-build-0.28.ebuild: + Marking stable sparc + + 27 May 2006; <mcummings@gentoo.org> module-build-0.26.11.ebuild: + Marking stable amd64, tested on pitr, closes all the module-build sandbox bugs. + + 02 May 2006; Diego Pettenò <flameeyes@gentoo.org> + module-build-0.28.ebuild: + Add ~x86-fbsd keyword. + +*module-build-0.28 (01 May 2006) + + 01 May 2006; <mcumming@gentoo.org> +module-build-0.28.ebuild: + Version bump + + 24 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + module-build-0.26.11.ebuild: + Add ~x86-fbsd keyword. + + 26 Feb 2006; Joshua Kinard <kumba@gentoo.org> module-build-0.26.11.ebuild: + Marked stable on mips. + + 31 Jan 2006; Aron Griffis <agriffis@gentoo.org> + module-build-0.26.11.ebuild: + Mark 0.26.11 stable on alpha + + 21 Jan 2006; Markus Rothe <corsair@gentoo.org> + module-build-0.26.11.ebuild: + Stable on ppc64 + + 15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> + module-build-0.26.11.ebuild: + Stable on ppc. + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + module-build-0.26.11.ebuild: + marking sparc x86 stable + +*module-build-0.26.11 (19 Jul 2005) + + 19 Jul 2005; Michael Cummings <mcummings@gentoo.org> + +module-build-0.26.11.ebuild: + Version bump + +*module-build-0.26.10 (28 Apr 2005) + + 28 Apr 2005; Michael Cummings <mcummings@gentoo.org> + -module-build-0.18.ebuild, -module-build-0.19.ebuild, + -module-build-0.22.ebuild, -module-build-0.26.08.ebuild, + +module-build-0.26.10.ebuild: + Cleaning mirror + + 01 Apr 2005; Simon Stelling <blubb@gentoo.org> module-build-0.25.ebuild: + stable on amd64 + + 18 Mar 2005; Aron Griffis <agriffis@gentoo.org> module-build-0.25.ebuild, + module-build-0.26.08.ebuild: + Add ia64 and ~ia64 keywords + + 15 Mar 2005; Michael Cummings <mcummings@gentoo.org> + module-build-0.22.ebuild, module-build-0.25.ebuild, + module-build-0.26.08.ebuild: + What a mess. I had included a dependancy for dev-perl/extutils-parsexs becaue + module-build *can* use it. But extutils-parsexs now ships with a Build.PL, + which our intelligent new eclass saw (if it ships with a Build.PL, use it) and + caused a loop of dependancy nightmares. I've removed the dependancy, and we + can revisit this later for a better bootstrapping method if needed, but right + now it is out. This should finalize the additional reports on bug 68570. + + 12 Mar 2005; Markus Rothe <corsair@gentoo.org> module-build-0.25.ebuild: + Stable on ppc64 + +*module-build-0.26.08 (11 Mar 2005) + + 11 Mar 2005; Michael Cummings <mcummings@gentoo.org> + +module-build-0.26.08.ebuild: + New version, fixes some bugs, nothing that has cropped up (yet) + + 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : + Change encoding to UTF-8 for GLEP 31 compliance + + 22 Dec 2004; Yuta SATOH <nigoro@gentoo.org> module-build-0.25.ebuild: + added ~ppc64 + + 21 Nov 2004; Hardave Riar <hardave@gentoo.org> module-build-0.25.ebuild: + Stable on mips, bug #68570 + + 20 Nov 2004; Daniel Black <dragonheart@gentoo.org> module-build-0.25.ebuild: + ppc stable for bug #68570 + + 31 Oct 2004; Michael Cummings <mcummings@gentoo.org> + module-build-0.25.ebuild: + Added tests for 0.25 for platform verification + + 24 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> + module-build-0.25.ebuild: + Stable on alpha. + + 22 Oct 2004; Michael Cummings <mcummings@gentoo.org> + module-build-0.25.ebuild: + marking stable for x86 and sparc + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> module-build-0.22.ebuild: + Stable on amd64. + +*module-build-0.25 (30 Jul 2004) + + 30 Jul 2004; Michael Cummings <mcummings@gentoo.org> + +module-build-0.25.ebuild: + New version on CPAN + + 05 Jun 2004; Michael Cummings <mcummings@gentoo.org> + module-build-0.22.ebuild: + fixed archive-tar dep, missing deps + + 26 May 2004; Bryan Østergaard <kloeri@gentoo.org> module-build-0.22.ebuild: + Stable on alpha. + + 05 Apr 2004; Gustavo Zacarias <gustavoz@gentoo.org> + module-build-0.19.ebuild: + Stable on sparc + +*module-build-0.22 (19 Jan 2004) + + 19 Jan 2004; Eric Sammer <esammer@gentoo.org> module-build-0.18.ebuild, + module-build-0.19.ebuild, module-build-0.22.ebuild: + Bumped revision to 0.22. Fixes bug 38704. + + 20 Jul 2003; Michael Cummings <mcummings@gentoo.org> + module-build-0.19.ebuild: + missing dep on yaml + +*module-build-0.19 (10 Jul 2003) + + 10 Jul 2003; Michael Cummings <mcummings@gentoo.org> + module-build-0.18.ebuild, module-build-0.19.ebuild: + CPAN version bump. Fixed dependancy for Archive-Tar (must be >= 1.0) + + 26 Jun 2003; Michael Cummings <mcummings@gentoo.org> + module-build-0.18.ebuild: + Updated this ebuild because of additions to perl-modules.eclass + +*module-build-0.18 (26 Jun 2003) + + 26 Jun 2003; Michael Cummings <mcummings@gentoo.org> + module-build-0.18.ebuild: + module-build is a dep for alzabo; it's a new perl module installer + diff --git a/perl-core/Module-Build/Manifest b/perl-core/Module-Build/Manifest new file mode 100644 index 000000000000..f6568756d715 --- /dev/null +++ b/perl-core/Module-Build/Manifest @@ -0,0 +1,8 @@ +DIST Module-Build-0.28.tar.gz 180076 RMD160 d0e7136576d65150aa46a6698e882b01f203bb6a SHA1 0a15c976ebced1af31902734d975e9a1cfbd17d0 SHA256 7ebb0f57d153fa3aef302b83444ad414dddcdd3af2fcda34a8d9f95955f28b5a +DIST Module-Build-0.2808.tar.gz 196525 RMD160 eb156aef5b9bef9b56068abeb29f2596c33f92ec SHA1 cee04451c269a6f2fe09fb028423b7f829584e05 SHA256 1b49bb26aef78c4a90bdb01c0ece4b033cf6dac2ad5e95e8211b59f188bb1fc1 +DIST Module-Build-0.30.tar.gz 195650 RMD160 f3543567fe587b92311681c7cb2906625f59e045 SHA1 e75372cfe0cfad0b1897ea1f6606961a8f09bc1b SHA256 31b8f923993cfc0f3e95e0376ee4af3fbdf737d258f7d377aa14c9fee1e3f65b +EBUILD Module-Build-0.28-r1.ebuild 979 RMD160 01fa03ac25882baaa48d7e5ac95060b77952f4f9 SHA1 94306685efd62cd15fffeaf00400abf31e3a51d3 SHA256 1f75bf2623fc2529d91a7633e2cb6789b2712bbdca878a82b228d65c4bf06b1c +EBUILD Module-Build-0.28.08.ebuild 999 RMD160 14065c5404420d2ed876b275e1a673cb56339759 SHA1 4e4a4d9a208f53e719bf06cddb36c42e74a3b5a4 SHA256 dad243febe7c4e696c3224fecf4e11b346bbc5dc3337687b9cd38d2635210566 +EBUILD Module-Build-0.30.ebuild 965 RMD160 74b62ef259a38cae46f50c4d29d8638538980462 SHA1 a86fa150a0e0b8ee2442084e5ad0f836214f2fff SHA256 aee6e9c75a82b1d965c821112760cb615d5ea7b0334c3e83a99263349f8a9ecc +MISC ChangeLog 10354 RMD160 5e8209fdc70ed1ff1f47d084aea00f39f979ed31 SHA1 159940175b0525e21639772375928658e17e3e36 SHA256 dea24a8c940c8837a27546bd5d160fbb3de183a5666d339f90d3c518407004ce +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/Module-Build/Module-Build-0.28-r1.ebuild b/perl-core/Module-Build/Module-Build-0.28-r1.ebuild new file mode 100644 index 000000000000..8ae9ebdcd395 --- /dev/null +++ b/perl-core/Module-Build/Module-Build-0.28-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.28-r1.ebuild,v 1.1 2008/11/02 07:27:45 tove Exp $ + +inherit perl-module + +MY_PV=${PV/26.11/2611} +MY_P="Module-Build-${MY_PV}" +S=${WORKDIR}/${MY_P} +DESCRIPTION="Build and install Perl modules" +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="" + +# Removing these as hard deps. They are listed as recommended in the Build.PL, +# but end up causing a dep loop since they require module-build to be built. +# ~mcummings 06.16.06 +PDEPEND=">=virtual/perl-ExtUtils-CBuilder-0.15 + >=virtual/perl-ExtUtils-ParseXS-1.02" + +DEPEND="dev-lang/perl + dev-perl/yaml + >=virtual/perl-Archive-Tar-1.09" + +SRC_TEST="do" diff --git a/perl-core/Module-Build/Module-Build-0.28.08.ebuild b/perl-core/Module-Build/Module-Build-0.28.08.ebuild new file mode 100644 index 000000000000..50e7f4eeac38 --- /dev/null +++ b/perl-core/Module-Build/Module-Build-0.28.08.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.28.08.ebuild,v 1.1 2008/11/02 07:27:45 tove Exp $ + +inherit versionator perl-module + +MY_PV="$(delete_version_separator 2)" +MY_P="Module-Build-${MY_PV}" +S=${WORKDIR}/${MY_P} +DESCRIPTION="Build and install Perl modules" +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 hppa ia64 m68k mips ppc ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +# Removing these as hard deps. They are listed as recommended in the Build.PL, +# but end up causing a dep loop since they require module-build to be built. +# ~mcummings 06.16.06 +PDEPEND=">=virtual/perl-ExtUtils-CBuilder-0.15 + >=virtual/perl-ExtUtils-ParseXS-1.02" + +DEPEND="dev-lang/perl + dev-perl/yaml + >=virtual/perl-Archive-Tar-1.09" + +SRC_TEST="do" diff --git a/perl-core/Module-Build/Module-Build-0.30.ebuild b/perl-core/Module-Build/Module-Build-0.30.ebuild new file mode 100644 index 000000000000..b5ff2145c28e --- /dev/null +++ b/perl-core/Module-Build/Module-Build-0.30.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.30.ebuild,v 1.1 2008/11/02 07:27:45 tove Exp $ + +inherit versionator +MODULE_AUTHOR=KWILLIAMS +MY_PN=Module-Build +MY_P=${MY_PN}-$(delete_version_separator 2) +S=${WORKDIR}/${MY_P} +inherit perl-module + +DESCRIPTION="Build and install Perl modules" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +# Removing these as hard deps. They are listed as recommended in the Build.PL, +# but end up causing a dep loop since they require module-build to be built. +# ~mcummings 06.16.06 +PDEPEND=">=virtual/perl-ExtUtils-CBuilder-0.15 + >=virtual/perl-ExtUtils-ParseXS-1.02" + +DEPEND="dev-lang/perl + dev-perl/yaml + >=virtual/perl-Archive-Tar-1.09" + +SRC_TEST="do" + +src_test(){ + HOME= perl-module_src_test +} diff --git a/perl-core/Module-Build/metadata.xml b/perl-core/Module-Build/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Module-Build/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/Module-Pluggable/ChangeLog b/perl-core/Module-Pluggable/ChangeLog new file mode 100644 index 000000000000..da2a8ab040ec --- /dev/null +++ b/perl-core/Module-Pluggable/ChangeLog @@ -0,0 +1,169 @@ +# ChangeLog for perl-core/Module-Pluggable +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/ChangeLog,v 1.1 2008/11/02 07:28:37 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Module-Pluggable-3.6.ebuild, +Module-Pluggable-3.8.ebuild: + dev-perl => perl-core migration + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> Module-Pluggable-3.6.ebuild, + Module-Pluggable-3.8.ebuild: + New virtuals: module-build + +*Module-Pluggable-3.8 (20 Sep 2008) + + 20 Sep 2008; Torsten Veller <tove@gentoo.org> + +Module-Pluggable-3.8.ebuild: + Version bump. Remove Class-Inspector from DEPEND + + 15 Sep 2008; Torsten Veller <tove@gentoo.org> + -Module-Pluggable-3.1-r1.ebuild, -Module-Pluggable-3.2.ebuild, + -Module-Pluggable-3.4.ebuild, -Module-Pluggable-3.5.ebuild: + Cleanup + + 08 Dec 2007; Raúl Porcel <armin76@gentoo.org> + Module-Pluggable-3.6.ebuild: + ia64 stable + + 04 Dec 2007; Markus Rothe <corsair@gentoo.org> + Module-Pluggable-3.6.ebuild: + Stable on ppc64; bug #198075 + + 10 Nov 2007; Samuli Suominen <drac@gentoo.org> + Module-Pluggable-3.6.ebuild: + amd64 stable + + 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> + Module-Pluggable-3.6.ebuild: + Stable on ppc. + + 11 Jul 2007; Raúl Porcel <armin76@gentoo.org> + Module-Pluggable-3.6.ebuild: + alpha/x86 stable + + 21 Jun 2007; Michael Cummings <mcummings@gentoo.org> + Module-Pluggable-3.6.ebuild: + Marking sparc stable + + 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> + Module-Pluggable-3.5.ebuild: + ppc stable + + 14 Apr 2007; Michael Cummings <mcummings@gentoo.org> + Module-Pluggable-3.5.ebuild: + sparc stable + +*Module-Pluggable-3.6 (10 Apr 2007) + + 10 Apr 2007; Yuval Yaari <yuval@gentoo.org> +Module-Pluggable-3.6.ebuild: + Version bump + + 09 Apr 2007; Michael Cummings <mcummings@gentoo.org> + Module-Pluggable-3.5.ebuild: + Marking stable amd64 + + 08 Mar 2007; Andrej Kacian <ticho@gentoo.org> Module-Pluggable-3.4.ebuild: + Stable on x86, bug #169152. + + 14 Feb 2007; Markus Rothe <corsair@gentoo.org> + Module-Pluggable-3.5.ebuild: + Added ~ppc64 + +*Module-Pluggable-3.5 (05 Feb 2007) + + 05 Feb 2007; Michael Cummings <mcummings@gentoo.org> + +Module-Pluggable-3.5.ebuild: + Version bump + + 08 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Module-Pluggable-3.4.ebuild: + Marking sparc stable + + 07 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -Module-Pluggable-2.97.ebuild, -Module-Pluggable-3.01.ebuild, + Module-Pluggable-3.1-r1.ebuild, Module-Pluggable-3.2.ebuild, + Module-Pluggable-3.4.ebuild: + Marking amd64 stable + +*Module-Pluggable-3.4 (29 Nov 2006) + + 29 Nov 2006; Yuval Yaari <yuval@gentoo.org> +Module-Pluggable-3.4.ebuild: + Version bump + +*Module-Pluggable-3.2 (19 Nov 2006) + + 19 Nov 2006; Michael Cummings <mcummings@gentoo.org> + +Module-Pluggable-3.2.ebuild: + Version bump + + 21 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> + Module-Pluggable-3.1-r1.ebuild: + ppc stable + + 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> + Module-Pluggable-3.1-r1.ebuild: + Stable on Alpha. + + 15 Oct 2006; Aron Griffis <agriffis@gentoo.org> + Module-Pluggable-3.1-r1.ebuild: + Mark 3.1-r1 ~ia64. #144122 + + 08 Oct 2006; Michael Cummings <mcummings@gentoo.org> + Module-Pluggable-3.1-r1.ebuild: + Marking stable sparc, amd64 + + 29 Aug 2006; Fernando J. Pereda <ferdy@gentoo.org> + Module-Pluggable-3.1-r1.ebuild: + Added ~alpha. Indirect dependency of Mail-Audit, bug #144481 + + 28 Aug 2006; Tobias Scherbaum <dertobi123@gentoo.org> + Module-Pluggable-3.1-r1.ebuild: + Added ~ppc, bug 144481 + + 17 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Module-Pluggable-2.97.ebuild: + Marking amd64 stable + + 16 Aug 2006; <yuval@gentoo.org> -Module-Pluggable-3.1.ebuild: + Cleaning up + +*Module-Pluggable-3.1-r1 (16 Aug 2006) + + 16 Aug 2006; <yuval@gentoo.org> +Module-Pluggable-3.1-r1.ebuild: + Revision bump. Added a missing dep on dev-perl/Class-Inspector + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Module-Pluggable-2.97.ebuild, Module-Pluggable-3.01.ebuild, + Module-Pluggable-3.1.ebuild: + Adding perl dep; fixed DEPEND + +*Module-Pluggable-3.1 (23 Jul 2006) + + 23 Jul 2006; Michael Cummings <mcummings@gentoo.org> + +Module-Pluggable-3.1.ebuild: + Version bump + + 18 Jul 2006; Michael Cummings <mcummings@gentoo.org> + Module-Pluggable-2.97.ebuild, Module-Pluggable-3.01.ebuild: + Forcing mb version + +*Module-Pluggable-3.01 (23 Jun 2006) + + 23 Jun 2006; Michael Cummings <mcummings@gentoo.org> + +Module-Pluggable-3.01.ebuild: + Version bump upstream + + 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> + Module-Pluggable-2.97.ebuild: + Marking sparc stable + + 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> + Module-Pluggable-2.97.ebuild: + Keywording ~amd64 + +*Module-Pluggable-2.97 (20 Apr 2006) + + 20 Apr 2006; <mcummings@gentoo.org> +metadata.xml, + +Module-Pluggable-2.97.ebuild: + Dep for perl-critic + diff --git a/perl-core/Module-Pluggable/Manifest b/perl-core/Module-Pluggable/Manifest new file mode 100644 index 000000000000..30168786ed0d --- /dev/null +++ b/perl-core/Module-Pluggable/Manifest @@ -0,0 +1,6 @@ +DIST Module-Pluggable-3.6.tar.gz 14991 RMD160 73105d1f458fd944a9c44fa90b80c1073099aa4c SHA1 4e359611048eee993e6ea862fb544adc2f57099e SHA256 9c570ccef259a82db5ddf3479bf67811fb20054c098db35c6bc321c6d1d97a94 +DIST Module-Pluggable-3.8.tar.gz 16889 RMD160 42b168bd0a8b8f4858c3990d9248671231248331 SHA1 b426e24e7a6b7ebee47fc16cf8032ec167e149d1 SHA256 9a51c05d559cf8453167655f710c791d86ac886633d8370126c23256cc2e1925 +EBUILD Module-Pluggable-3.6.ebuild 655 RMD160 def87520b206ec9da5222778e0555a4679311fd4 SHA1 eff3477e4e84f80ed885ec14426dd3dc2492f873 SHA256 9c18fd15de2cf52d35968698c0eeca39dc3f5f6ee772846f64c2561637d3c0d2 +EBUILD Module-Pluggable-3.8.ebuild 521 RMD160 348ae754a66cdec01ccbf5d586c8779abb1367e2 SHA1 28b4ed1a1df702cba63a37f7d5c17ebe696cb9bb SHA256 f7d1e9fc88021bc34ed042100ebef58c12d8e100aa78bb5ec24a458b06707aff +MISC ChangeLog 4948 RMD160 a8d96a9e23c92b85036830c61f7a51b43a72f116 SHA1 c19e21f92da46530f450ea66a2c7eaa2f3004cef SHA256 4074ddfe73b330265a1d1ea76e130bf0aff7a84586e82829967ca9703bffb207 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/Module-Pluggable/Module-Pluggable-3.6.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-3.6.ebuild new file mode 100644 index 000000000000..c9e28afe2418 --- /dev/null +++ b/perl-core/Module-Pluggable/Module-Pluggable-3.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.6.ebuild,v 1.1 2008/11/02 07:28:37 tove Exp $ + +inherit perl-module + +DESCRIPTION="automatically give your module the ability to have plugins" +HOMEPAGE="http://search.cpan.org/search?query=${PN}" +SRC_URI="mirror://cpan/authors/id/S/SI/SIMONW/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" +IUSE="" + +SRC_TEST="do" + +DEPEND=">=virtual/perl-Module-Build-0.28 + dev-perl/Class-Inspector + virtual/perl-File-Spec + dev-lang/perl" diff --git a/perl-core/Module-Pluggable/Module-Pluggable-3.8.ebuild b/perl-core/Module-Pluggable/Module-Pluggable-3.8.ebuild new file mode 100644 index 000000000000..c0c4a9a18ffb --- /dev/null +++ b/perl-core/Module-Pluggable/Module-Pluggable-3.8.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Pluggable/Module-Pluggable-3.8.ebuild,v 1.1 2008/11/02 07:28:37 tove Exp $ + +MODULE_AUTHOR=SIMONW +inherit perl-module + +DESCRIPTION="automatically give your module the ability to have plugins" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="virtual/perl-File-Spec + dev-lang/perl" diff --git a/perl-core/Module-Pluggable/metadata.xml b/perl-core/Module-Pluggable/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Module-Pluggable/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/Pod-Escapes/ChangeLog b/perl-core/Pod-Escapes/ChangeLog new file mode 100644 index 000000000000..1c224ea54697 --- /dev/null +++ b/perl-core/Pod-Escapes/ChangeLog @@ -0,0 +1,79 @@ +# ChangeLog for perl-core/Pod-Escapes +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Escapes/ChangeLog,v 1.1 2008/11/02 07:29:36 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Pod-Escapes-1.04.ebuild: + dev-perl => perl-core migration + + 06 Jun 2008; Alexis Ballier <aballier@gentoo.org> Pod-Escapes-1.04.ebuild: + keyword ~sparc-fbsd + + 27 Apr 2008; Alexis Ballier <aballier@gentoo.org> Pod-Escapes-1.04.ebuild: + keyword ~x86-fbsd + + 24 Apr 2007; Bryan Østergaard <kloeri@gentoo.org> + Pod-Escapes-1.04.ebuild: + Add ~mips keyword, bug 173295. + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Pod-Escapes-1.04.ebuild: + Ebuild maintenance + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Pod-Escapes-1.04.ebuild: + Adding perl dep; fixed DEPEND + + 02 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> + Pod-Escapes-1.04.ebuild: + Stable on hppa + + 29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> + Pod-Escapes-1.04.ebuild: + Keyworded ~hppa + + 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> Pod-Escapes-1.04.ebuild: + Mark 1.04 stable on ia64 + + 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> Pod-Escapes-1.04.ebuild: + add ~ia64 + + 10 May 2005; Yuta SATOH <nigoro@gentoo.org> Pod-Escapes-1.04.ebuild: + Stable on ppc64 + + 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> + -Pod-Escapes-1.03.ebuild: + Cleaning for mirror + + 07 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + Pod-Escapes-1.04.ebuild: + Stable on ppc. + + 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : + Change encoding to UTF-8 for GLEP 31 compliance + + 23 Dec 2004; Yuta SATOH <nigoro@gentoo.org> Pod-Escapes-1.04.ebuild: + added ~ppc64 + + 19 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> Pod-Escapes-1.04.ebuild: + Stable on alpha. + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> Pod-Escapes-1.04.ebuild: + Stable on amd64. + + 03 Oct 2004; Michael Cummings <mcummings@gentoo.org> + Pod-Escapes-1.04.ebuild: + Marking stable on x86 and sparc + +*Pod-Escapes-1.04 (06 Jun 2004) + + 06 Jun 2004; Michael Cummings <mcummings@gentoo.org> + Pod-Escapes-1.04.ebuild: + new version on cpan + +*Pod-Escapes-1.03 (16 Feb 2004) + + 16 Feb 2004; Michael Cummings,,, <mcummings@gentoo.org> + Pod-Escapes-1.03.ebuild, metadata.xml: + Dep for Pod-Simple, dep for test-pod, in turn a dep for xml-twig + diff --git a/perl-core/Pod-Escapes/Manifest b/perl-core/Pod-Escapes/Manifest new file mode 100644 index 000000000000..b1c5b9c050fe --- /dev/null +++ b/perl-core/Pod-Escapes/Manifest @@ -0,0 +1,4 @@ +DIST Pod-Escapes-1.04.tar.gz 10187 RMD160 0043f7207c370a2e8d004b43a597819e9326685c SHA1 ef4700d984eb0cd12cb0ebba5e98d074aada1769 SHA256 2f3ec504285980a50aa2e2caf1884df0493855c5e6aea3def3051daa6d2b2ff3 +EBUILD Pod-Escapes-1.04.ebuild 587 RMD160 76665c0647ef8f72f3edfeca2a5f7d6046e39a96 SHA1 44bb52e43170b0af70f040501b4b0ebe7f5dd3a3 SHA256 d657853cda6b9a9b114bbc6c4cd0fb4da7e9d980b8851221634e8a7d3bfa42ba +MISC ChangeLog 2400 RMD160 022884beafe11a1afa73e4b512142889e218d3cc SHA1 80914593eccbfbb953b68be652fc6ba83e1f8470 SHA256 5f46d1a4ce4ae845fd4b67f6bcd61e43229b3ed4e339f48f88ec19c87d8c0eb6 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/Pod-Escapes/Pod-Escapes-1.04.ebuild b/perl-core/Pod-Escapes/Pod-Escapes-1.04.ebuild new file mode 100644 index 000000000000..5fd6f49d8b70 --- /dev/null +++ b/perl-core/Pod-Escapes/Pod-Escapes-1.04.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/perl-core/Pod-Escapes/Pod-Escapes-1.04.ebuild,v 1.1 2008/11/02 07:29:36 tove Exp $ + +inherit perl-module + +DESCRIPTION="for resolving Pod E<...> sequences" +HOMEPAGE="http://search.cpan.org/~sburke/" +SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz" + +SRC_TEST="do" +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-lang/perl" diff --git a/perl-core/Pod-Escapes/metadata.xml b/perl-core/Pod-Escapes/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Pod-Escapes/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/Pod-Simple/ChangeLog b/perl-core/Pod-Simple/ChangeLog new file mode 100644 index 000000000000..4672b9b3b4b5 --- /dev/null +++ b/perl-core/Pod-Simple/ChangeLog @@ -0,0 +1,163 @@ +# ChangeLog for perl-core/Pod-Simple +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.1 2008/11/02 07:30:37 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Pod-Simple-3.05.ebuild, +Pod-Simple-3.07.ebuild: + dev-perl => perl-core migration + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> Pod-Simple-3.05.ebuild, + Pod-Simple-3.07.ebuild: + New virtuals: Pod-Escapes + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> -Pod-Simple-3.04.ebuild: + Cleanup + +*Pod-Simple-3.07 (01 Aug 2008) + + 01 Aug 2008; Torsten Veller <tove@gentoo.org> +Pod-Simple-3.07.ebuild: + Version bump + + 06 Jun 2008; Alexis Ballier <aballier@gentoo.org> Pod-Simple-3.05.ebuild: + keyword ~sparc-fbsd + + 27 Apr 2008; Alexis Ballier <aballier@gentoo.org> Pod-Simple-3.05.ebuild: + keyword ~x86-fbsd + + 23 Feb 2008; Jeroen Roovers <jer@gentoo.org> Pod-Simple-3.05.ebuild: + Stable for HPPA too. + + 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> + Pod-Simple-3.05.ebuild: + Stable on ppc. + + 13 Jul 2007; Raúl Porcel <armin76@gentoo.org> Pod-Simple-3.05.ebuild: + alpha/ia64/x86 stable + + 07 Jul 2007; Tom Gall <tgall@gentoo.org> Pod-Simple-3.05.ebuild: + stable on ppc64 + + 21 Jun 2007; Michael Cummings <mcummings@gentoo.org> + Pod-Simple-3.05.ebuild: + Marking sparc stable + + 15 Jun 2007; Michael Cummings <mcummings@gentoo.org> + Pod-Simple-3.05.ebuild: + Marking amd64 stable + + 05 May 2007; Christian Hartmann <ian@gentoo.org> -Pod-Simple-3.02.ebuild, + -Pod-Simple-3.03.ebuild: + Cleanup + + 24 Apr 2007; Bryan Østergaard <kloeri@gentoo.org> Pod-Simple-3.05.ebuild: + Add ~mips keyword, bug 173295. + + 16 Apr 2007; Markus Rothe <corsair@gentoo.org> Pod-Simple-3.04.ebuild: + Stable on ppc64 + +*Pod-Simple-3.05 (11 Mar 2007) + + 11 Mar 2007; Michael Cummings <mcummings@gentoo.org> + +Pod-Simple-3.05.ebuild: + Version bump + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Pod-Simple-3.04.ebuild: + Stable on x86, bug #169152. + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Pod-Simple-3.02.ebuild, Pod-Simple-3.03.ebuild, Pod-Simple-3.04.ebuild: + Ebuild maintenance + + 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> + Pod-Simple-3.04.ebuild: + ppc stable + + 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Pod-Simple-3.04.ebuild: + Marking amd64 stable + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Pod-Simple-3.02.ebuild, Pod-Simple-3.03.ebuild, Pod-Simple-3.04.ebuild: + Adding perl dep; fixed DEPEND + + 02 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> + Pod-Simple-3.04.ebuild: + Stable on hppa + + 19 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> Pod-Simple-3.04.ebuild: + Stable on alpha. + + 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> Pod-Simple-3.04.ebuild: + Mark 3.04 stable on ia64 + + 04 Jul 2006; Christian Hartmann <ian@gentoo.org> Pod-Simple-3.02.ebuild, + Pod-Simple-3.03.ebuild, Pod-Simple-3.04.ebuild: + Fixed RDEPEND wrt bug #134781 + + 29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> + Pod-Simple-3.04.ebuild: + Keyworded ~hppa + + 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> + Pod-Simple-3.03.ebuild, Pod-Simple-3.04.ebuild: + Marking sparc stable + + 27 Apr 2006; Marien Zwart <marienz@gentoo.org> + files/digest-Pod-Simple-3.02, files/digest-Pod-Simple-3.03, + files/digest-Pod-Simple-3.04, Manifest: + Fixing SHA256 digest, pass four + +*Pod-Simple-3.04 (26 Apr 2006) + + 26 Apr 2006; <mcumming@gentoo.org> +Pod-Simple-3.04.ebuild: + Version bump + +*Pod-Simple-3.03 (13 Jan 2006) + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + +Pod-Simple-3.03.ebuild: + Version bump upstream + + 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> Pod-Simple-3.02.ebuild: + Mark 3.02 stable on ia64 + + 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> Pod-Simple-3.02.ebuild: + add ~ia64 + + 10 May 2005; Yuta SATOH <nigoro@gentoo.org> Pod-Simple-3.02.ebuild: + Stable on ppc64 + + 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> + -Pod-Simple-2.05.ebuild: + cleaning for mirror syntax + + 07 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + Pod-Simple-3.02.ebuild: + Stable on ppc. + + 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : + Change encoding to UTF-8 for GLEP 31 compliance + + 23 Dec 2004; Yuta SATOH <nigoro@gentoo.org> Pod-Simple-3.02.ebuild: + added ~ppc64 + + 19 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> Pod-Simple-3.02.ebuild: + Stable on alpha. + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> Pod-Simple-3.02.ebuild: + Stable on amd64. + + 03 Oct 2004; Michael Cummings <mcummings@gentoo.org> Pod-Simple-3.02.ebuild: + Marking stable on x86 and sparc + +*Pod-Simple-3.02 (06 Jun 2004) + + 06 Jun 2004; Michael Cummings <mcummings@gentoo.org> Pod-Simple-3.02.ebuild: + new version on cpan + +*Pod-Simple-2.05 (16 Feb 2004) + + 16 Feb 2004; Michael Cummings,,, <mcummings@gentoo.org> + Pod-Simple-2.05.ebuild, metadata.xml: + Dep for Test::Pod, dep for XML::Twig + diff --git a/perl-core/Pod-Simple/Manifest b/perl-core/Pod-Simple/Manifest new file mode 100644 index 000000000000..24fcf9556e0b --- /dev/null +++ b/perl-core/Pod-Simple/Manifest @@ -0,0 +1,6 @@ +DIST Pod-Simple-3.05.tar.gz 233308 RMD160 ca5158e521c2b41b38a908222cea9ec06ec8a213 SHA1 9157bbd763d8b25c91f916b6cd8eda5d4b6b62bf SHA256 0bcffee9302156a4c789b97072c79afebd35af0df2a49327c56cfa9437c313c8 +DIST Pod-Simple-3.07.tar.gz 238988 RMD160 7aa02fadbed44e4b474a08b3a1e050ca64e68761 SHA1 536638975323830cd25f28508e9ee4ad157444b5 SHA256 17fdb317dfc9c5e364c64e6933911601cd2ee703ee9d39b19820cfd6e5b389ca +EBUILD Pod-Simple-3.05.ebuild 611 RMD160 9930fb39c58f3891ab336f04bcecfeab414b28ad SHA1 494a43a15126c5e032bc0e0a831b342b497eeea8 SHA256 91589941ec248b1bf68476fd63824ef60f9e4d456c606c5813cc6467197a8b77 +EBUILD Pod-Simple-3.07.ebuild 536 RMD160 af141a728c3dc118837e5ed43352c1d4ff82b88a SHA1 8fd90b22159c90bff07c534a615e5fe884192762 SHA256 d3da08ab17d35933a811d2876e09dfb2e94fe518f991f7e401ab7bf03a177a60 +MISC ChangeLog 4951 RMD160 032cb787b26d44a162c2449fabd3b740a0ae0c52 SHA1 556c25a432557444212ad04921819bf193652e59 SHA256 6cd9f8a8a0bd5e28d5467b5c00ec8a3be43b8550bc7033bcd038c5e060d5af09 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/Pod-Simple/Pod-Simple-3.05.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.05.ebuild new file mode 100644 index 000000000000..3556df66438d --- /dev/null +++ b/perl-core/Pod-Simple/Pod-Simple-3.05.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/Pod-Simple-3.05.ebuild,v 1.1 2008/11/02 07:30:37 tove Exp $ + +inherit perl-module + +DESCRIPTION="framework for parsing Pod" +HOMEPAGE="http://search.cpan.org/~arandal/" +SRC_URI="mirror://cpan/authors/id/A/AR/ARANDAL/${P}.tar.gz" + +SRC_TEST="do" +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=virtual/perl-Pod-Escapes-1.04 + dev-lang/perl" diff --git a/perl-core/Pod-Simple/Pod-Simple-3.07.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.07.ebuild new file mode 100644 index 000000000000..ee73c3de836f --- /dev/null +++ b/perl-core/Pod-Simple/Pod-Simple-3.07.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/Pod-Simple-3.07.ebuild,v 1.1 2008/11/02 07:30:37 tove Exp $ + +MODULE_AUTHOR=ARANDAL +inherit perl-module + +DESCRIPTION="framework for parsing Pod" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=virtual/perl-Pod-Escapes-1.04 + dev-lang/perl" + +SRC_TEST="do" diff --git a/perl-core/Pod-Simple/metadata.xml b/perl-core/Pod-Simple/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Pod-Simple/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/Term-ANSIColor/ChangeLog b/perl-core/Term-ANSIColor/ChangeLog new file mode 100644 index 000000000000..4a6966ad777f --- /dev/null +++ b/perl-core/Term-ANSIColor/ChangeLog @@ -0,0 +1,168 @@ +# ChangeLog for perl-core/Term-ANSIColor +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Term-ANSIColor/ChangeLog,v 1.1 2008/11/02 07:31:24 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Term-ANSIColor-1.11.ebuild: + dev-perl => perl-core migration + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> -Term-ANSIColor-1.09.ebuild, + -Term-ANSIColor-1.12.ebuild: + Cleanup + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> Term-ANSIColor-1.12.ebuild: + Cleanup + + 02 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> + Term-ANSIColor-1.12.ebuild: + Keyworded ~x86-fbsd. + + 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> Term-ANSIColor-1.12.ebuild: + Stable for HPPA too. + + 10 Nov 2007; Samuli Suominen <drac@gentoo.org> Term-ANSIColor-1.12.ebuild: + amd64 stable + + 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> + Term-ANSIColor-1.12.ebuild: + Stable on ppc. + + 03 Jul 2007; Raúl Porcel <armin76@gentoo.org> Term-ANSIColor-1.12.ebuild: + alpha/ia64/x86 stable + + 21 Jun 2007; Michael Cummings <mcummings@gentoo.org> + Term-ANSIColor-1.12.ebuild: + Marking sparc stable + +*Term-ANSIColor-1.12 (24 Apr 2007) + + 24 Apr 2007; Christian Hartmann <ian@gentoo.org> + +Term-ANSIColor-1.12.ebuild: + Version bump + + 18 Apr 2007; Jeroen Roovers <jer@gentoo.org> Term-ANSIColor-1.11.ebuild: + Stable for HPPA (bug #175040). + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Term-ANSIColor-1.11.ebuild: + Stable on x86, bug #169152. + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Term-ANSIColor-1.09.ebuild, -Term-ANSIColor-1.10.ebuild, + Term-ANSIColor-1.11.ebuild: + Ebuild maintenance + + 24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> + Term-ANSIColor-1.11.ebuild: + Stable on ppc. + + 18 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org> + Term-ANSIColor-1.11.ebuild: + Stable on IA64. + + 04 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org> + Term-ANSIColor-1.11.ebuild: + Stable on Alpha. + + 24 Nov 2006; Michael Cummings <mcummings@gentoo.org> + Term-ANSIColor-1.11.ebuild: + sparc stable + + 24 Nov 2006; Michael Cummings <mcummings@gentoo.org> + Term-ANSIColor-1.11.ebuild: + amd64 stable + + 24 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> + Term-ANSIColor-1.11.ebuild: + Added ~hppa + + 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> + Term-ANSIColor-1.10.ebuild: + ppc stable + + 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Term-ANSIColor-1.10.ebuild: + Marking amd64 stable + + 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Term-ANSIColor-1.09.ebuild, Term-ANSIColor-1.10.ebuild, + Term-ANSIColor-1.11.ebuild: + Adding perl dep; fixed DEPEND + + 18 Jul 2006; Bryan Østergaard <kloeri@gentoo.org> + Term-ANSIColor-1.10.ebuild: + Stable on alpha. + +*Term-ANSIColor-1.11 (16 Jul 2006) + + 16 Jul 2006; Christian Hartmann <ian@gentoo.org> + +Term-ANSIColor-1.11.ebuild: + Version bump; added test use/dep + + 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> + Term-ANSIColor-1.10.ebuild: + Mark 1.10 stable on ia64 + + 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> + Term-ANSIColor-1.10.ebuild: + Marking sparc stable + +*Term-ANSIColor-1.10 (25 Apr 2006) + + 25 Apr 2006; Christian Hartmann <ian@gentoo.org> + -Term-ANSIColor-1.08.ebuild, +Term-ANSIColor-1.10.ebuild: + Version bump; removing v1.08 + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> Term-ANSIColor-1.09.ebuild: + stable on amd64 + + 04 Feb 2006; Aron Griffis <agriffis@gentoo.org> + Term-ANSIColor-1.09.ebuild: + Mark 1.09 stable on ia64 + + 31 Jan 2006; Aron Griffis <agriffis@gentoo.org> + Term-ANSIColor-1.09.ebuild: + Mark 1.09 stable on alpha + + 15 Jan 2006; Michael Hanselmann <hansmi@gentoo.org> + Term-ANSIColor-1.09.ebuild: + Stable on ppc. + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + Term-ANSIColor-1.09.ebuild: + marking sparc x86 stable + + 23 Dec 2005; Tobias Scherbaum <dertobi123@gentoo.org> + Term-ANSIColor-1.08.ebuild: + Marked ppc stable + + 08 Sep 2005; Aron Griffis <agriffis@gentoo.org> + Term-ANSIColor-1.08.ebuild: + Mark 1.08 stable on alpha + + 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> + Term-ANSIColor-1.09.ebuild: + add ~ia64 + + 17 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> + Term-ANSIColor-1.08.ebuild: + Stable on sparc + +*Term-ANSIColor-1.09 (29 Apr 2005) + + 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> + Term-ANSIColor-1.08.ebuild, +Term-ANSIColor-1.09.ebuild: + Cleaning up; version bump + + 23 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> + Term-ANSIColor-1.08.ebuild: + stable on amd64 + + 26 Jun 2004; Stuart Herbert <stuart@gentoo.org> Term-ANSIColor-1.08.ebuild: + Added ~sparc and ~alpha keywords + +*Term-ANSIColor-1.08 (26 Jun 2004) + + 26 Jun 2004; Stuart Herbert <stuart@gentoo.org> +metadata.xml, + +Term-ANSIColor-1.08.ebuild: + Initial import; required for dev-db/mytop + diff --git a/perl-core/Term-ANSIColor/Manifest b/perl-core/Term-ANSIColor/Manifest new file mode 100644 index 000000000000..b0584cf6d278 --- /dev/null +++ b/perl-core/Term-ANSIColor/Manifest @@ -0,0 +1,4 @@ +DIST ANSIColor-1.11.tar.gz 13957 RMD160 60c5c5fc6e6c84ad1f3eb54871956aa9aa9a05a6 SHA1 e2924a7b4b663e78ba6441a661bad039dfaf5d51 SHA256 57b9cc5bdb5e14abfe7afb68d40a845d2f66a76f0141625e70e24fb262ccafdf +EBUILD Term-ANSIColor-1.11.ebuild 649 RMD160 64c240d883a179339ef5fd1a9ad5b61072bd096f SHA1 4443a2e4e474a832fa7ad6d3cb6272625ae04886 SHA256 431438100d46b58c7d791d1b9e40821a600924f88d146ed7875439494e335c97 +MISC ChangeLog 4854 RMD160 7da4622763abf0e119a490061da729062f45376a SHA1 92fdb5deec25fbb514d3892ae41994bc6a6c0d30 SHA256 9a9b2295e347724654b520f22c7fffb97902145ee3310fea266caf50f0148453 +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/Term-ANSIColor/Term-ANSIColor-1.11.ebuild b/perl-core/Term-ANSIColor/Term-ANSIColor-1.11.ebuild new file mode 100644 index 000000000000..ae6146948f1d --- /dev/null +++ b/perl-core/Term-ANSIColor/Term-ANSIColor-1.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Term-ANSIColor/Term-ANSIColor-1.11.ebuild,v 1.1 2008/11/02 07:31:24 tove Exp $ + +inherit perl-module + +MY_PN="ANSIColor" +MY_P="$MY_PN-$PV" +DESCRIPTION="Color screen output using ANSI escape sequences." +SRC_URI="mirror://cpan/authors/id/R/RR/RRA/${MY_P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~rra/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" +IUSE="test" + +DEPEND="test? ( dev-perl/Test-Pod ) + dev-lang/perl" +SRC_TEST="do" +S="${WORKDIR}/$MY_P" diff --git a/perl-core/Term-ANSIColor/metadata.xml b/perl-core/Term-ANSIColor/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Term-ANSIColor/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/Time-Piece/ChangeLog b/perl-core/Time-Piece/ChangeLog new file mode 100644 index 000000000000..a80d68e77578 --- /dev/null +++ b/perl-core/Time-Piece/ChangeLog @@ -0,0 +1,115 @@ +# ChangeLog for perl-core/Time-Piece +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Piece/ChangeLog,v 1.1 2008/11/02 07:32:11 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +Time-Piece-1.11.ebuild, +Time-Piece-1.13.ebuild: + dev-perl => perl-core migration + + 30 Sep 2008; Torsten Veller <tove@gentoo.org> -Time-Piece-1.08.ebuild, + -Time-Piece-1.10.ebuild, Time-Piece-1.13.ebuild: + Cleanup + + 17 Jul 2008; Raúl Porcel <armin76@gentoo.org> Time-Piece-1.13.ebuild: + alpha/ia64/sparc/x86 stable + +*Time-Piece-1.13 (28 Apr 2008) + + 28 Apr 2008; Yuval Yaari <yuval@gentoo.org> +Time-Piece-1.13.ebuild: + Version bump + + 08 Dec 2007; Raúl Porcel <armin76@gentoo.org> Time-Piece-1.11.ebuild: + alpha stable + + 04 Dec 2007; Markus Rothe <corsair@gentoo.org> Time-Piece-1.11.ebuild: + Stable on ppc64; bug #198075 + + 04 Dec 2007; nixnut <nixnut@gentoo.org> Time-Piece-1.11.ebuild: + Stable on ppc wrt bug 198075 + + 09 Jul 2007; Michael Cummings <mcummings@gentoo.org> ChangeLog: + Fixing Changelog + + 30 Jun 2007; Raúl Porcel <armin76@gentoo.org> Time-Piece-1.11.ebuild: + Add ~alpha wrt #165190 + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Time-Piece-1.11.ebuild: + Stable on x86, bug #169152. + + 14 Feb 2007; Markus Rothe <corsair@gentoo.org> Time-Piece-1.11.ebuild: + Added ~ppc64 + + 22 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> Time-Piece-1.11.ebuild: + Stable on IA64. + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Time-Piece-1.08.ebuild, -Time-Piece-1.09.ebuild, Time-Piece-1.10.ebuild, + Time-Piece-1.11.ebuild: + Ebuild maintenance + + 24 Nov 2006; Michael Cummings <mcummings@gentoo.org> + Time-Piece-1.11.ebuild: + sparc stable + + 24 Nov 2006; Michael Cummings <mcummings@gentoo.org> + Time-Piece-1.11.ebuild: + amd64 stable + + 20 Oct 2006; Aron Griffis <agriffis@gentoo.org> Time-Piece-1.10.ebuild: + Mark 1.10 stable on ia64 + + 15 Oct 2006; Michael Cummings <mcummings@gentoo.org> + Time-Piece-1.08.ebuild, Time-Piece-1.09.ebuild, Time-Piece-1.10.ebuild, + Time-Piece-1.11.ebuild: + Marking amd64, sparc stable + +*Time-Piece-1.11 (10 Sep 2006) + + 10 Sep 2006; Yuval Yaari <yuval@gentoo.org> +Time-Piece-1.11.ebuild: + Version bump + +*Time-Piece-1.10 (05 Sep 2006) + + 18 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Time-Piece-1.09.ebuild: + Marking amd64 stable + + 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> + Time-Piece-1.08.ebuild, Time-Piece-1.09.ebuild: + Adding perl dep; fixed DEPEND + + 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> Time-Piece-1.09.ebuild: + Mark 1.09 stable on ia64 + + 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> + Time-Piece-1.09.ebuild: + Marking sparc stable + +*Time-Piece-1.09 (01 May 2006) + + 01 May 2006; <mcumming@gentoo.org> +Time-Piece-1.09.ebuild: + Version bump + + 30 Mar 2006; Aron Griffis <agriffis@gentoo.org> Time-Piece-1.08.ebuild: + Mark 1.08 ~ia64 + + 23 Aug 2005; Homer Parker <hparker@gentoo.org> ChangeLog: + Marked ~amd64. + + 05 Aug 2005; David Holm <dholm@gentoo.org> Time-Piece-1.08.ebuild: + Added to ~ppc. + + 17 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> + Time-Piece-1.08.ebuild: + Stable on sparc + + 22 Jan 2005; Michael Cummings <mcummings@gentoo.org> + Time-Piece-1.08.ebuild: + Unmasking for x86 + +*Time-Piece-1.08 (06 Oct 2004) + + 06 Oct 2004; Michael Cummings <mcummings@gentoo.org> +metadata.xml, + +Time-Piece-1.08.ebuild: + Dep for Plucene - perl port of lucene + diff --git a/perl-core/Time-Piece/Manifest b/perl-core/Time-Piece/Manifest new file mode 100644 index 000000000000..44917b8a4ee2 --- /dev/null +++ b/perl-core/Time-Piece/Manifest @@ -0,0 +1,6 @@ +DIST Time-Piece-1.11.tar.gz 20156 RMD160 791cdee9890919eef4d69990f1c9434d3123937a SHA1 df266937e724681e3fda620e6ed3861595df1acc SHA256 6b959b636caf9de58784ea9a8ab4cc4506f812c793da58ec5e4efac2e18e2280 +DIST Time-Piece-1.13.tar.gz 20798 RMD160 bf28ddb80098e46882896c50ecd2ef9dbc513ca9 SHA1 2d08f7408de29cff0e984635ee0c76e30b34e60f SHA256 0bb3a4b4eb91538e0cc21474ef4f876a4b43ed237757ec619afea4d3c42e5013 +EBUILD Time-Piece-1.11.ebuild 527 RMD160 efaf0830ce077342ec16e0f3b4eb48009e8f01d3 SHA1 26d554c014b0a5e4d83061adc65fb91e0a48c3bc SHA256 83f94b64267aa1bbe7fa760854f3f740af5f788bdc36e4641362ab8a56f4a545 +EBUILD Time-Piece-1.13.ebuild 442 RMD160 28037a4bb4aec8cfbb9ebc3cc20671eed9c4e99e SHA1 e0a9e95b385b628db56ff7a2dd99b45ff5b63683 SHA256 9076e33075c4cf0f6e9c0e2f513bf943dfc83b3059ec71dc3d53e50c361f610e +MISC ChangeLog 3484 RMD160 b56b2dbfb8a7dd5c3de7aacb7988e80676f85905 SHA1 c6818bb3a1425123abf9eb9f207bd4628e7046c2 SHA256 943938e28f05f6c2b312e1b110874a85feff9a9ad6c665e86dd64c1cadf48e2b +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/Time-Piece/Time-Piece-1.11.ebuild b/perl-core/Time-Piece/Time-Piece-1.11.ebuild new file mode 100644 index 000000000000..a77ea7087d49 --- /dev/null +++ b/perl-core/Time-Piece/Time-Piece-1.11.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Piece/Time-Piece-1.11.ebuild,v 1.1 2008/11/02 07:32:11 tove Exp $ + +inherit perl-module + +DESCRIPTION="Object Oriented time objects" +HOMEPAGE="http://search.cpan.org/~msergeant/" +SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" diff --git a/perl-core/Time-Piece/Time-Piece-1.13.ebuild b/perl-core/Time-Piece/Time-Piece-1.13.ebuild new file mode 100644 index 000000000000..d298fe781fd3 --- /dev/null +++ b/perl-core/Time-Piece/Time-Piece-1.13.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/perl-core/Time-Piece/Time-Piece-1.13.ebuild,v 1.1 2008/11/02 07:32:11 tove Exp $ + +MODULE_AUTHOR=MSERGEANT +inherit perl-module + +DESCRIPTION="Object Oriented time objects" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="alpha ~amd64 ia64 ~ppc ~ppc64 sparc x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" diff --git a/perl-core/Time-Piece/metadata.xml b/perl-core/Time-Piece/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/Time-Piece/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/version/ChangeLog b/perl-core/version/ChangeLog new file mode 100644 index 000000000000..132fb5ab872f --- /dev/null +++ b/perl-core/version/ChangeLog @@ -0,0 +1,259 @@ +# ChangeLog for perl-core/version +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/version/ChangeLog,v 1.1 2008/11/02 07:33:21 tove Exp $ + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> +metadata.xml, + +version-0.73.ebuild, +version-0.74.ebuild, +version-0.76.ebuild: + dev-perl => perl-core migration + + 01 Nov 2008; Torsten Veller <tove@gentoo.org> version-0.73.ebuild, + version-0.74.ebuild, version-0.76.ebuild: + New virtuals: module-build + + 28 Oct 2008; Brent Baude <ranger@gentoo.org> version-0.76.ebuild: + stable ppc64, bug 242820 + + 27 Oct 2008; Jeroen Roovers <jer@gentoo.org> version-0.76.ebuild: + Stable for HPPA (bug #242820). + + 25 Oct 2008; nixnut <nixnut@gentoo.org> version-0.76.ebuild: + Stable on ppc wrt bug 242820 + + 23 Oct 2008; Raúl Porcel <armin76@gentoo.org> version-0.76.ebuild: + alpha/ia64/x86 stable wrt #242820 + + 20 Oct 2008; Ferris McCormick <fmccor@gentoo.org> version-0.76.ebuild: + Sparc stable, Bug #242820. + + 20 Oct 2008; Thomas Anderson <gentoofan23@gentoo.org> version-0.76.ebuild: + stable amd64, bug 242820 + + 15 Sep 2008; Torsten Veller <tove@gentoo.org> -version-0.53.ebuild, + -version-0.67.01.ebuild, -version-0.68.ebuild, -version-0.69.ebuild, + -version-0.70.ebuild, -version-0.71.ebuild, -version-0.72.03.ebuild: + Cleanup + +*version-0.76 (22 Jul 2008) + + 22 Jul 2008; Torsten Veller <tove@gentoo.org> +version-0.76.ebuild: + Version bump + + 17 Jul 2008; Raúl Porcel <armin76@gentoo.org> version-0.74.ebuild: + alpha/ia64/sparc/x86 stable + + 06 Jun 2008; Alexis Ballier <aballier@gentoo.org> version-0.74.ebuild: + keyword ~sparc-fbsd + +*version-0.74 (23 Apr 2008) + + 23 Apr 2008; Torsten Veller <tove@gentoo.org> version-0.73.ebuild, + +version-0.74.ebuild: + Version bump. Fix HOMEPAGE and move build-module to DEPEND only. + + 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> version-0.73.ebuild: + Stable for HPPA too. + + 23 Mar 2008; Alexis Ballier <aballier@gentoo.org> version-0.73.ebuild: + keyword ~x86-fbsd + + 13 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org> version-0.73.ebuild: + ppc. stable + + 06 Dec 2007; Raúl Porcel <armin76@gentoo.org> version-0.73.ebuild: + alpha/ia64/sparc/x86 stable + + 01 Dec 2007; Markus Rothe <corsair@gentoo.org> version-0.73.ebuild: + Stable on ppc64 + + 19 Nov 2007; Joshua Kinard <kumba@gentoo.org> version-0.73.ebuild: + Stable on mips. + + 10 Nov 2007; Samuli Suominen <drac@gentoo.org> version-0.73.ebuild: + amd64 stable + +*version-0.73 (19 Oct 2007) + + 19 Oct 2007; Christian Hartmann <ian@gentoo.org> +version-0.73.ebuild: + Version bump + + 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> + version-0.72.03.ebuild: + Stable on ppc. + + 07 Jul 2007; Tom Gall <tgall@gentoo.org> version-0.72.03.ebuild: + stable on ppc64 + + 04 Jul 2007; Raúl Porcel <armin76@gentoo.org> version-0.72.03.ebuild: + alpha/ia64/x86 stable + + 30 Jun 2007; Joshua Kinard <kumba@gentoo.org> version-0.72.03.ebuild: + Stable on mips. + + 21 Jun 2007; Michael Cummings <mcummings@gentoo.org> + version-0.72.03.ebuild: + Marking sparc stable + + 11 May 2007; Joshua Kinard <kumba@gentoo.org> version-0.70.ebuild: + Stable on mips. + + 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> version-0.70.ebuild: + ppc stable + +*version-0.72.03 (22 Apr 2007) + + 22 Apr 2007; Michael Cummings <mcummings@gentoo.org> + -version-0.72.01.ebuild, +version-0.72.03.ebuild: + Version bump + +*version-0.72.01 (16 Apr 2007) + + 16 Apr 2007; Michael Cummings <mcummings@gentoo.org> + +version-0.72.01.ebuild: + Version bump + + 16 Apr 2007; Markus Rothe <corsair@gentoo.org> version-0.68.ebuild: + Stable on ppc64 + + 14 Apr 2007; Michael Cummings <mcummings@gentoo.org> version-0.70.ebuild: + sparc stable + + 09 Apr 2007; Michael Cummings <mcummings@gentoo.org> version-0.70.ebuild: + Marking stable amd64 + +*version-0.71 (06 Apr 2007) + + 06 Apr 2007; Michael Cummings <mcummings@gentoo.org> +version-0.71.ebuild: + Version bump + + 04 Apr 2007; Fernando J. Pereda <ferdy@gentoo.org> version-0.70.ebuild: + ~alpha keyword as per bug #161486 + + 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> version-0.68.ebuild: + Stable on x86, bug #169152. + + 26 Feb 2007; Michael Cummings <mcummings@gentoo.org> version-0.70.ebuild: + Bug 161486, tested on swarm, keywording ~mips + +*version-0.70 (17 Feb 2007) + + 17 Feb 2007; Michael Cummings <mcummings@gentoo.org> +version-0.70.ebuild: + Version bump + + 30 Jan 2007; Jeroen Roovers <jer@gentoo.org> version-0.69.ebuild: + Marked ~hppa (bug #161486). + + 22 Jan 2007; Bryan Østergaard <kloeri@gentoo.org> version-0.68.ebuild: + Stable on IA64. + + 14 Jan 2007; Michael Cummings <mcummings@gentoo.org> version-0.53.ebuild, + version-0.67.01.ebuild, version-0.68.ebuild, version-0.69.ebuild: + Cleaning up ebuilds + +*version-0.69 (14 Jan 2007) + + 14 Jan 2007; Michael Cummings <mcummings@gentoo.org> version-0.68.ebuild, + +version-0.69.ebuild: + Version bump + + 08 Jan 2007; Michael Cummings <mcummings@gentoo.org> -version-0.59.ebuild, + version-0.68.ebuild: + Marking sparc stable + + 08 Jan 2007; Michael Cummings <mcummings@gentoo.org> version-0.68.ebuild: + Marking amd64 stable + +*version-0.68 (06 Nov 2006) + + 06 Nov 2006; Michael Cummings <mcummings@gentoo.org> +version-0.68.ebuild: + Version bump + + 20 Oct 2006; Aron Griffis <agriffis@gentoo.org> version-0.67.01.ebuild: + Mark 0.67.01 stable on ia64 + + 20 Oct 2006; Michael Cummings <mcummings@gentoo.org> -version-0.60.ebuild, + -version-0.64.ebuild: + Finishing the cleanup + + 20 Oct 2006; Michael Cummings <mcummings@gentoo.org> version-0.53.ebuild, + version-0.59.ebuild, -version-0.66.1.ebuild, version-0.67.01.ebuild: + Marking amd64, sparc stable; cleaning up ebuilds + +*version-0.67.01 (20 Aug 2006) + + 20 Aug 2006; Michael Cummings <mcummings@gentoo.org> + +version-0.67.01.ebuild: + Version bump + + 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> version-0.53.ebuild, + version-0.59.ebuild, version-0.60.ebuild, version-0.64.ebuild, + version-0.66.1.ebuild: + Adding perl dep; fixed DEPEND + +*version-0.66.1 (30 Jul 2006) + + 30 Jul 2006; Michael Cummings <mcummings@gentoo.org> + +version-0.66.1.ebuild: + Version bump + + 18 Jul 2006; Michael Cummings <mcummings@gentoo.org> version-0.53.ebuild, + version-0.59.ebuild, version-0.60.ebuild, version-0.64.ebuild: + Forcing mb version + + 10 Jul 2006; Aron Griffis <agriffis@gentoo.org> version-0.59.ebuild: + Mark 0.59 stable on ia64 + + 01 Jul 2006; Michael Cummings <mcummings@gentoo.org> version-0.59.ebuild: + Marking stable amd64 + +*version-0.64 (23 Jun 2006) + + 23 Jun 2006; Michael Cummings <mcummings@gentoo.org> +version-0.64.ebuild: + Version bump upstream + + 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> version-0.59.ebuild: + Marking sparc stable + +*version-0.60 (22 May 2006) + + 22 May 2006; <mcummings@gentoo.org> +version-0.60.ebuild: + Version bump + +*version-0.59 (26 Apr 2006) + + 26 Apr 2006; <mcumming@gentoo.org> +version-0.59.ebuild: + Version bump + + 30 Mar 2006; Aron Griffis <agriffis@gentoo.org> version-0.53.ebuild: + Mark 0.53 ~ia64 + + 27 Mar 2006; Markus Rothe <corsair@gentoo.org> version-0.53.ebuild: + Stable on ppc64 + + 22 Mar 2006; Michael Cummings <mcummings@gentoo.org> -version-0.50.ebuild, + -version-0.52.ebuild, version-0.53.ebuild: + Marking stable sparc, x86, cleaning out old copies + + 30 Jan 2006; Aaron Kulbe <superlag@gentoo.org> version-0.53.ebuild: + Marked ~amd64 for bug #116301. + +*version-0.53 (16 Jan 2006) + + 16 Jan 2006; Michael Cummings <mcummings@gentoo.org> +version-0.53.ebuild: + Another version bump, gearing up for 5.8.8 release + +*version-0.52 (13 Jan 2006) + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> +version-0.52.ebuild: + Version bump + + 08 Jan 2006; Joseph Jezak <josejx@gentoo.org> version-0.50.ebuild: + Marked ~ppc for bug #116301. + + 21 Dec 2005; Markus Rothe <corsair@gentoo.org> version-0.50.ebuild: + Added ~ppc64; bug #116301 + +*version-0.50 (21 Dec 2005) + + 21 Dec 2005; <mcumming@gentoo.org> +metadata.xml, +version-0.50.ebuild: + New dep for Class-DBI + diff --git a/perl-core/version/Manifest b/perl-core/version/Manifest new file mode 100644 index 000000000000..20f8a7e135e9 --- /dev/null +++ b/perl-core/version/Manifest @@ -0,0 +1,8 @@ +DIST version-0.73.tar.gz 53774 RMD160 7db67ea7d293106e54a9ab270c90e1b10c726239 SHA1 a1b305da5b99ead5f3f30d59c0a1d2a54ebb22c4 SHA256 fedda6797061adbe73628160c1355194651aa60f1c0784cb41445805c16e4f16 +DIST version-0.74.tar.gz 54051 RMD160 b9bece7194d25b06dd4f2440bee870a2db0ac91e SHA1 39badcb45de675d056312f9483b40a89da1dde7a SHA256 fd203af7c1704b469cadf928200ab5b2268201d11ca936362d10e462f100ae55 +DIST version-0.76.tar.gz 54896 RMD160 af46a3560c66d73e752d2b374d054f3da2c7c64a SHA1 ae8d2e24b44490cf762e22e29f33a44356f91a39 SHA256 fa4539b3133c5ef13b909e77527301b145362fb15982e8e497e1a1f5a682b18a +EBUILD version-0.73.ebuild 687 RMD160 5f2ff90928f130e71c575e846cc74f3ae1a7cc78 SHA1 09d0caae12e1608b5e390115d0c3965c859757b4 SHA256 d3dbd0f866723673a19a45ad25bcb1a6d76f73e120b08f3303ec6dc03687b379 +EBUILD version-0.74.ebuild 734 RMD160 4ae5ca483f53ded0cfc020dd065c4f1f458b24d4 SHA1 7b44b6bce09021ccee884172b3c5beb165584da7 SHA256 0550f9b062c77e656fbfc8ae91f0368921ce2eedd4f4f2d2f723110644626a3a +EBUILD version-0.76.ebuild 562 RMD160 019a10572d88ba47059e950ac18e9ae6091efb14 SHA1 f8c318928d48bae94b214610d2d192b95e3f125e SHA256 9f625b38ed17194256358c4900fb8562136e4b7ddaff408cc0b34606c9ef3e45 +MISC ChangeLog 8022 RMD160 f27aa0f1c81589c057bbca36ce1109cd3c8eaf72 SHA1 a13141f86bc9b22b7597beebe8e858c7e116b9de SHA256 e0c6980b57abde7f30161b705ca6c47384b0f647ce48aa0f56aa3bf42668d75a +MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710 diff --git a/perl-core/version/metadata.xml b/perl-core/version/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/perl-core/version/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> diff --git a/perl-core/version/version-0.73.ebuild b/perl-core/version/version-0.73.ebuild new file mode 100644 index 000000000000..450a4061ab56 --- /dev/null +++ b/perl-core/version/version-0.73.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/version/version-0.73.ebuild,v 1.1 2008/11/02 07:33:21 tove Exp $ + +inherit versionator perl-module + +MY_P="${PN}-$(delete_version_separator 2)" +S="${WORKDIR}/${MY_P}" + +DESCRIPTION="Perl extension for Version Objects" +HOMEPAGE="http://search.cpan.org/~jpeacock" +SRC_URI="mirror://cpan/authors/id/J/JP/JPEACOCK/${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="" + +DEPEND=">=virtual/perl-Module-Build-0.28 + dev-lang/perl" + +SRC_TEST="do" diff --git a/perl-core/version/version-0.74.ebuild b/perl-core/version/version-0.74.ebuild new file mode 100644 index 000000000000..e5d1770091b6 --- /dev/null +++ b/perl-core/version/version-0.74.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/version/version-0.74.ebuild,v 1.1 2008/11/02 07:33:21 tove Exp $ + +inherit versionator perl-module + +MY_P="${PN}-$(delete_version_separator 2)" +S="${WORKDIR}/${MY_P}" + +DESCRIPTION="Perl extension for Version Objects" +HOMEPAGE="http://search.cpan.org/dist/version" +SRC_URI="mirror://cpan/authors/id/J/JP/JPEACOCK/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.28" + +SRC_TEST="do" diff --git a/perl-core/version/version-0.76.ebuild b/perl-core/version/version-0.76.ebuild new file mode 100644 index 000000000000..b3544774e25d --- /dev/null +++ b/perl-core/version/version-0.76.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/version/version-0.76.ebuild,v 1.1 2008/11/02 07:33:21 tove Exp $ + +MODULE_AUTHOR=JPEACOCK +inherit perl-module + +DESCRIPTION="Perl extension for Version Objects" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +IUSE="" + +RDEPEND="dev-lang/perl" +DEPEND="${RDEPEND} + >=virtual/perl-Module-Build-0.28" + +SRC_TEST="do" |