Version bump
authorMichael Cummings <mcummings@gentoo.org>
Tue, 2 Jan 2007 15:38:10 +0000 (15:38 +0000)
committerMichael Cummings <mcummings@gentoo.org>
Tue, 2 Jan 2007 15:38:10 +0000 (15:38 +0000)
Package-Manager: portage-2.1.2_rc4-r3

perl-core/Text-Balanced/ChangeLog
perl-core/Text-Balanced/Text-Balanced-2.0.0.ebuild [new file with mode: 0644]
perl-core/Text-Balanced/files/digest-Text-Balanced-2.0.0 [new file with mode: 0644]
perl-core/Time-HiRes/ChangeLog
perl-core/Time-HiRes/Time-HiRes-1.97.04.ebuild [new file with mode: 0644]
perl-core/Time-HiRes/files/digest-Time-HiRes-1.97.04 [new file with mode: 0644]

index 52c53e1f7730d50e1af214caacbd13e46b65903c..cfa9e28653a0f2fdc7da3c2dadcbfbd1b49f38a2 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for perl-core/Text-Balanced
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-Balanced/ChangeLog,v 1.10 2006/12/24 00:56:27 dertobi123 Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-Balanced/ChangeLog,v 1.11 2007/01/02 15:33:48 mcummings Exp $
+
+*Text-Balanced-2.0.0 (02 Jan 2007)
+
+  02 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  +Text-Balanced-2.0.0.ebuild:
+  Version bump
 
   24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
   Text-Balanced-1.98.ebuild:
diff --git a/perl-core/Text-Balanced/Text-Balanced-2.0.0.ebuild b/perl-core/Text-Balanced/Text-Balanced-2.0.0.ebuild
new file mode 100644 (file)
index 0000000..8234d0d
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-Balanced/Text-Balanced-2.0.0.ebuild,v 1.1 2007/01/02 15:33:48 mcummings Exp $
+
+inherit perl-module
+
+MY_P="${PN}-v${PV}"
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Extract balanced-delimiter substrings"
+HOMEPAGE="http://search.cpan.org/~dconway"
+SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${MY_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="dev-lang/perl
+       >=dev-perl/module-build-0.28"
diff --git a/perl-core/Text-Balanced/files/digest-Text-Balanced-2.0.0 b/perl-core/Text-Balanced/files/digest-Text-Balanced-2.0.0
new file mode 100644 (file)
index 0000000..99d0932
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 dfb395067cd332056e9c893f9b854f58 Text-Balanced-v2.0.0.tar.gz 29466
+RMD160 28a1728d874eb922d3751e748d7312a2950d3bd5 Text-Balanced-v2.0.0.tar.gz 29466
+SHA256 f2b09b236bf86bc516004a4d92d005d3cfa5aa1069c7cb1348c08bcd949f6156 Text-Balanced-v2.0.0.tar.gz 29466
index 9581cbfe9c6b0f1c0f5244936622c66f4df78444..dd3164c8e4340cf6e42e75b5a9b7d618be4f56f8 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for perl-core/Time-HiRes
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/ChangeLog,v 1.27 2006/12/24 00:57:41 dertobi123 Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/ChangeLog,v 1.28 2007/01/02 15:38:10 mcummings Exp $
+
+*Time-HiRes-1.97.04 (02 Jan 2007)
+
+  02 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+  +Time-HiRes-1.97.04.ebuild:
+  Version bump
 
   24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
   Time-HiRes-1.90.ebuild:
diff --git a/perl-core/Time-HiRes/Time-HiRes-1.97.04.ebuild b/perl-core/Time-HiRes/Time-HiRes-1.97.04.ebuild
new file mode 100644 (file)
index 0000000..7889996
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2007 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.97.04.ebuild,v 1.1 2007/01/02 15:38:10 mcummings Exp $
+
+inherit perl-module versionator
+
+MY_P="${PN}-$(delete_version_separator 2)"
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Perl Time::HiRes. High resolution alarm, sleep, gettimeofday, interval timers"
+HOMEPAGE="http://search.cpan.org/~jhi"
+SRC_URI="mirror://cpan/authors/id/J/JH/JHI/${MY_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="dev-lang/perl"
+
+mydoc="TODO"
+
+SRC_TEST="do"
diff --git a/perl-core/Time-HiRes/files/digest-Time-HiRes-1.97.04 b/perl-core/Time-HiRes/files/digest-Time-HiRes-1.97.04
new file mode 100644 (file)
index 0000000..f6d9fa3
--- /dev/null
@@ -0,0 +1,3 @@
+MD5 1ed4ecd040030bbd6726481e8d792461 Time-HiRes-1.9704.tar.gz 80330
+RMD160 87d49b9344f0f94d8983e7ce06224de166b43b90 Time-HiRes-1.9704.tar.gz 80330
+SHA256 658434373d47f0cea27eb607fa7e3d75a403eebb92fd8ac10c9c4fa78e908e42 Time-HiRes-1.9704.tar.gz 80330