summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-05-25 15:21:30 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-05-25 15:21:30 +0000
commit3e13706757e77c664a5a897a3939fd5ecfce0501 (patch)
tree4e469760a2178f4ce28bf15aad7ad9800cf4342b
parentMigrating dev-perl/Text-Balanced to perl-core/Text-Balanced (diff)
downloadgentoo-2-3e13706757e77c664a5a897a3939fd5ecfce0501.tar.gz
gentoo-2-3e13706757e77c664a5a897a3939fd5ecfce0501.tar.bz2
gentoo-2-3e13706757e77c664a5a897a3939fd5ecfce0501.zip
dev-perl => perl-core migration
(Portage version: 2.0.51.22-r1)
-rw-r--r--perl-core/Text-Balanced/ChangeLog47
-rw-r--r--perl-core/Text-Balanced/Manifest4
-rw-r--r--perl-core/Text-Balanced/Text-Balanced-1.95.ebuild14
-rw-r--r--perl-core/Text-Balanced/files/digest-Text-Balanced-1.951
-rw-r--r--perl-core/Text-Balanced/metadata.xml10
-rw-r--r--perl-core/Time-HiRes/ChangeLog146
-rw-r--r--perl-core/Time-HiRes/Manifest14
-rw-r--r--perl-core/Time-HiRes/Time-HiRes-1.66.ebuild21
-rw-r--r--perl-core/Time-HiRes/files/digest-Time-HiRes-1.661
-rw-r--r--perl-core/Time-HiRes/metadata.xml10
10 files changed, 268 insertions, 0 deletions
diff --git a/perl-core/Text-Balanced/ChangeLog b/perl-core/Text-Balanced/ChangeLog
new file mode 100644
index 000000000000..88b9e7138f62
--- /dev/null
+++ b/perl-core/Text-Balanced/ChangeLog
@@ -0,0 +1,47 @@
+# ChangeLog for dev-perl/Text-Balanced
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-Balanced/ChangeLog,v 1.1 2005/05/25 15:18:43 mcummings Exp $
+
+*Text-Balanced-1.95 (25 May 2005)
+
+ 25 May 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml,
+ +Text-Balanced-1.95.ebuild:
+ dev-perl => perl-core migration
+
+ 28 Apr 2005; Michael Cummings <mcummings@gentoo.org>
+ Text-Balanced-1.95.ebuild:
+ Cleaning up for mirror
+
+ 10 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
+ Text-Balanced-1.95.ebuild:
+ Stable on ppc.
+
+ 02 Apr 2005; Yuta SATOH <nigoro@gentoo.org> Text-Balanced-1.95.ebuild:
+ Stable on ppc64
+
+ 24 Dec 2004; Yuta SATOH <nigoro@gentoo.org> Text-Balanced-1.95.ebuild:
+ added ~ppc64
+
+ 14 Apr 2004; Stephen P. Becker <geoman@gentoo.org>
+ Text-Balanced-1.95.ebuild:
+ Stable on mips.
+
+ 07 Mar 2004; Stephen P. Becker <geoman@gentoo.org>
+ Text-Balanced-1.95.ebuild:
+ Added ~mips keyword.
+
+ 07 Jan 2004; <gustavoz@gentoo.org> Text-Balanced-1.95.ebuild:
+ stable for sparc, needed for PDL 2.3.4+
+
+ 24 Jun 2003; Aron Griffis <agriffis@gentoo.org> Text-Balanced-1.95.ebuild:
+ Mark stable on alpha
+
+*Text-Balanced-1.95 (31 May 2003)
+
+ 03 Jul 2003; Guy Martin <gmsoft@gentoo.org> Text-Balanced-1.95.ebuild :
+ Added hppa to KEYWORDS.
+
+ 31 May 2003; Michael Cummings <mcummings@gentoo.org>
+ Text-Balanced-1.95.ebuild:
+ Initial import, satisfies deps in PDL
+
diff --git a/perl-core/Text-Balanced/Manifest b/perl-core/Text-Balanced/Manifest
new file mode 100644
index 000000000000..c84e8a294bdc
--- /dev/null
+++ b/perl-core/Text-Balanced/Manifest
@@ -0,0 +1,4 @@
+MD5 b94892c9dff94dc7e70f6ba1fc3767df ChangeLog 1289
+MD5 6f44aafd7717df319939e60347a41e42 Text-Balanced-1.95.ebuild 560
+MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 40bc19dc4e7572e6180a139ad6f6043a files/digest-Text-Balanced-1.95 69
diff --git a/perl-core/Text-Balanced/Text-Balanced-1.95.ebuild b/perl-core/Text-Balanced/Text-Balanced-1.95.ebuild
new file mode 100644
index 000000000000..0b8a4e9396f3
--- /dev/null
+++ b/perl-core/Text-Balanced/Text-Balanced-1.95.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-Balanced/Text-Balanced-1.95.ebuild,v 1.1 2005/05/25 15:18:43 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Extract balanced-delimiter substrings"
+HOMEPAGE="http://www.cpan.org/modules/by-authors/id/D/DC/DCONWAY/${P}.readme"
+SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
+IUSE=""
diff --git a/perl-core/Text-Balanced/files/digest-Text-Balanced-1.95 b/perl-core/Text-Balanced/files/digest-Text-Balanced-1.95
new file mode 100644
index 000000000000..99bd79d2fe04
--- /dev/null
+++ b/perl-core/Text-Balanced/files/digest-Text-Balanced-1.95
@@ -0,0 +1 @@
+MD5 1372379bb5cf036d8e8364ce9bfca27d Text-Balanced-1.95.tar.gz 28133
diff --git a/perl-core/Text-Balanced/metadata.xml b/perl-core/Text-Balanced/metadata.xml
new file mode 100644
index 000000000000..86672fe64c10
--- /dev/null
+++ b/perl-core/Text-Balanced/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>perl@gentoo.org</email>
+ <description>Primary Maintainer</description>
+ </maintainer>
+ <longdescription></longdescription>
+</pkgmetadata>
diff --git a/perl-core/Time-HiRes/ChangeLog b/perl-core/Time-HiRes/ChangeLog
new file mode 100644
index 000000000000..aec13c4e6b35
--- /dev/null
+++ b/perl-core/Time-HiRes/ChangeLog
@@ -0,0 +1,146 @@
+# ChangeLog for dev-perl/Time-HiRes
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/ChangeLog,v 1.1 2005/05/25 15:21:30 mcummings Exp $
+
+*Time-HiRes-1.66 (25 May 2005)
+
+ 25 May 2005; Michael Cummings <mcummings@gentoo.org> +metadata.xml,
+ +Time-HiRes-1.66.ebuild:
+ dev-perl => perl-core migration
+
+ 27 Apr 2005; Michael Cummings <mcummings@gentoo.org>
+ -Time-HiRes-1.42.ebuild, -Time-HiRes-1.47.ebuild, -Time-HiRes-1.50.ebuild,
+ -Time-HiRes-1.54.ebuild, -Time-HiRes-1.59.ebuild:
+ Cleaning
+
+ 25 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> Time-HiRes-1.66.ebuild:
+ Stable on alpha.
+
+ 11 Apr 2005; Marcus D. Hanwell <cryos@gentoo.org> Time-HiRes-1.66.ebuild:
+ Stable on amd64.
+
+ 08 Apr 2005; Markus Rothe <corsair@gentoo.org> Time-HiRes-1.66.ebuild:
+ Stable on ppc64
+
+ 07 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
+ Time-HiRes-1.66.ebuild:
+ Stable on ppc.
+
+ 03 Apr 2005; Hardave Riar <hardave@gentoo.org> Time-HiRes-1.59.ebuild,
+ Time-HiRes-1.66.ebuild:
+ Keyworded ~mips
+
+ 02 Apr 2005; Michael Cummings <mcummings@gentoo.org> Time-HiRes-1.66.ebuild:
+ Marking stable for sparc and x86
+
+ 25 Mar 2005; Danny van Dyk <kugelfang@gentoo.org> Time-HiRes-1.59.ebuild:
+ Marked stable on amd64.
+
+ 25 Mar 2005; Bryan Østergaard <kloeri@gentoo.org> Time-HiRes-1.59.ebuild:
+ Stable on alpha, bug 85209.
+
+ 17 Mar 2005; Joseph Jezak <josejx@gentoo.org> Time-HiRes-1.59.ebuild,
+ Time-HiRes-1.66.ebuild:
+ Marked 1.59 ppc stable for bug #85029 and marked 1.66 ~ppc.
+
+ 14 Mar 2005; Markus Rothe <corsair@gentoo.org> Time-HiRes-1.59.ebuild:
+ Stable on ppc64; bug #85209
+
+*Time-HiRes-1.66 (14 Mar 2005)
+
+ 14 Mar 2005; Michael Cummings <mcummings@gentoo.org> Time-HiRes-1.59.ebuild,
+ +Time-HiRes-1.66.ebuild:
+ New version
+
+ 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> Time-HiRes-1.59.ebuild:
+ added ~ppc64
+
+ 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> Time-HiRes-1.59.ebuild:
+ KEYWORDS ~amd64.
+
+ 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> Time-HiRes-1.50.ebuild:
+ Stable on amd64.
+
+ 06 Sep 2004; Bryan Østergaard <kloeri@gentoo.org> Time-HiRes-1.54.ebuild:
+ Stable on alpha.
+
+ 04 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> Time-HiRes-1.54.ebuild,
+ Time-HiRes-1.59.ebuild:
+ Add ~alpha keyword.
+
+*Time-HiRes-1.59 (10 Jun 2004)
+
+ 10 Jun 2004; Michael Cummings <mcummings@gentoo.org> Time-HiRes-1.59.ebuild:
+ new version on cpan
+
+ 26 May 2004; Bryan Østergaard <kloeri@gentoo.org> Time-HiRes-1.50.ebuild:
+ Stable on alpha.
+
+*Time-HiRes-1.54 (20 Jan 2004)
+
+ 20 Jan 2004; Michael Cummings,,, <mcummings@gentoo.org>
+ Time-HiRes-1.54.ebuild:
+ Current version on CPAN; tested on sparc and x86
+
+*Time-HiRes-1.50 (03 Aug 2003)
+
+ 03 Aug 2003; Michael Cummings <mcummings@gentoo.org> Time-HiRes-1.50.ebuild:
+ CPAN Version bump
+
+*Time-HiRes-1.47 (21 Jun 2003)
+
+ 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
+ Added missing changelog entry.
+
+*Time-HiRes-01.20-r2 (24 May 2003)
+
+ 24 May 2003; Seemant Kulleen <seemant@gentoo.org>
+ Time-HiRes-01.20-r1.ebuild, Time-HiRes-01.20-r1.ebuild,
+ Time-HiRes-01.20-r2.ebuild, Time-HiRes-01.20-r2.ebuild,
+ Time-HiRes-1.38.ebuild, Time-HiRes-1.38.ebuild, Time-HiRes-1.47.ebuild:
+ version bump, because none of the current ones in portage are even available
+ at CPAN
+
+*Time-HiRes-1.42 (08 Jan 2003)
+
+ 08 Jan 2003;Michael Cummings <mcummings@gentoo.org> Time-HiRes-1.42.ebuild
+ Version bump (again). 1.38 is no longer available, bug 13465
+
+*Time-HiRes-1.38 (22 Dec 2002)
+
+ 22 Dec 2002; Michael Cummings <mcummings@gentoo.org>
+ Time-HiRes-1.38.ebuild:
+
+ Version bump, pointed out by stefano.scipioni@euronia.it (Stefano
+ Scipioni) in bug 10434
+
+ 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
+# ChangeLog for dev-perl/Time-HiRes
+
+*Time-HiRes-01.20-r1 (6 May 2002)
+
+ 1 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> Time-HiRes-01.20-r1.ebuild :
+
+ Added ppc to KEYWORDS.
+
+ 6 May 2002; Seemant Kulleen <seemant@gentoo.org>
+ Time-HiRes-01.20-r1.ebuild files/digest-Time-HiRes-01.20-r1 :
+
+ Conversion to use eclass.
+
+*Time-HiRes-01.20 (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/Time-HiRes/Manifest b/perl-core/Time-HiRes/Manifest
new file mode 100644
index 000000000000..ba7fead931d4
--- /dev/null
+++ b/perl-core/Time-HiRes/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 96445136f09cde5df8906883fffef0d4 ChangeLog 4649
+MD5 97eaa5f3ae9c879da9dc0455a2df5ca0 Time-HiRes-1.66.ebuild 623
+MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 b262894962dc80c2da7c94a0e267483c files/digest-Time-HiRes-1.66 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCb7sTtG5z4I8BtQoRApMaAJ0Wk/w3uIpQ/8WrSFDV8/CJX9UhDQCghgh1
+/iZPwCgfGS4dCBeJ7eaSyA8=
+=n61d
+-----END PGP SIGNATURE-----
diff --git a/perl-core/Time-HiRes/Time-HiRes-1.66.ebuild b/perl-core/Time-HiRes/Time-HiRes-1.66.ebuild
new file mode 100644
index 000000000000..d0ec2371a2ce
--- /dev/null
+++ b/perl-core/Time-HiRes/Time-HiRes-1.66.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/Time-HiRes-1.66.ebuild,v 1.1 2005/05/25 15:21:30 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Perl Time::HiRes. High resolution alarm, sleep, gettimeofday, interval timers"
+HOMEPAGE="http://search.cpan.org/author/JHI/${P}/"
+SRC_URI="mirror://cpan/authors/id/J/JH/JHI/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+mydoc="TODO"
+
+SRC_TEST="do"
diff --git a/perl-core/Time-HiRes/files/digest-Time-HiRes-1.66 b/perl-core/Time-HiRes/files/digest-Time-HiRes-1.66
new file mode 100644
index 000000000000..9e892adca583
--- /dev/null
+++ b/perl-core/Time-HiRes/files/digest-Time-HiRes-1.66
@@ -0,0 +1 @@
+MD5 b2e55f76fdfaa892464c22c339467de6 Time-HiRes-1.66.tar.gz 60266
diff --git a/perl-core/Time-HiRes/metadata.xml b/perl-core/Time-HiRes/metadata.xml
new file mode 100644
index 000000000000..86672fe64c10
--- /dev/null
+++ b/perl-core/Time-HiRes/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>perl@gentoo.org</email>
+ <description>Primary Maintainer</description>
+ </maintainer>
+ <longdescription></longdescription>
+</pkgmetadata>