summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-01-13 16:58:47 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-01-13 16:58:47 +0000
commitd8c4d8dd1ff35a914384af553ca47966a522fd14 (patch)
treec78b882b5e0f140dd6cd56df4d9141528fce55ec
parentVersion bump (diff)
downloadgentoo-2-d8c4d8dd1ff35a914384af553ca47966a522fd14.tar.gz
gentoo-2-d8c4d8dd1ff35a914384af553ca47966a522fd14.tar.bz2
gentoo-2-d8c4d8dd1ff35a914384af553ca47966a522fd14.zip
Version bump upstream
(Portage version: 2.1_pre1)
-rw-r--r--dev-perl/Tree-Simple/ChangeLog10
-rw-r--r--dev-perl/Tree-Simple/Manifest14
-rw-r--r--dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild20
-rw-r--r--dev-perl/Tree-Simple/files/digest-Tree-Simple-1.151
-rw-r--r--dev-perl/WWW-Bugzilla/ChangeLog10
-rw-r--r--dev-perl/WWW-Bugzilla/Manifest12
-rw-r--r--dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.5.ebuild19
-rw-r--r--dev-perl/WWW-Bugzilla/files/digest-WWW-Bugzilla-0.51
-rw-r--r--perl-core/Time-Local/ChangeLog10
-rw-r--r--perl-core/Time-Local/Manifest14
-rw-r--r--perl-core/Time-Local/Time-Local-1.12.ebuild16
-rw-r--r--perl-core/Time-Local/files/digest-Time-Local-1.121
12 files changed, 90 insertions, 38 deletions
diff --git a/dev-perl/Tree-Simple/ChangeLog b/dev-perl/Tree-Simple/ChangeLog
index 082949f26fdd..23e709f65014 100644
--- a/dev-perl/Tree-Simple/ChangeLog
+++ b/dev-perl/Tree-Simple/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Tree-Simple
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/ChangeLog,v 1.8 2005/05/25 15:15:47 mcummings Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/ChangeLog,v 1.9 2006/01/13 16:55:13 mcummings Exp $
+
+*Tree-Simple-1.15 (13 Jan 2006)
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ +Tree-Simple-1.15.ebuild:
+ Version bump upstream
25 May 2005; Michael Cummings <mcummings@gentoo.org>
Tree-Simple-1.14.ebuild:
diff --git a/dev-perl/Tree-Simple/Manifest b/dev-perl/Tree-Simple/Manifest
index e28e7ed536f5..bb94e7bf500a 100644
--- a/dev-perl/Tree-Simple/Manifest
+++ b/dev-perl/Tree-Simple/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 e24a7b6f6e83d1379357b45a005783fe ChangeLog 1272
MD5 a2017fbd41c31615c7dd993d4fb93be5 Tree-Simple-1.14.ebuild 589
-MD5 481d88ccd478ad0f14fb6102be6c92c2 metadata.xml 157
+MD5 5682a6111350af5bb453ebe0b4b69357 Tree-Simple-1.15.ebuild 482
MD5 b4f9ac595b4409f462c20ee905026276 files/digest-Tree-Simple-1.14 67
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFClJa4tG5z4I8BtQoRAikyAJ4xteBd+3qVinrg21eUERcx/NPJiACfRmkx
-tZHh3EeAcwD1Eld6OBJdKQ0=
-=+4Ub
------END PGP SIGNATURE-----
+MD5 e69404a8d2e1ee59d1cb607770f5c632 files/digest-Tree-Simple-1.15 67
+MD5 481d88ccd478ad0f14fb6102be6c92c2 metadata.xml 157
diff --git a/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild b/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild
new file mode 100644
index 000000000000..d0f90989e526
--- /dev/null
+++ b/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tree-Simple/Tree-Simple-1.15.ebuild,v 1.1 2006/01/13 16:55:13 mcummings Exp $
+
+# this is an RT dependency
+
+inherit perl-module
+
+DESCRIPTION="A simple tree object"
+SRC_URI="mirror://cpan/authors/id/S/ST/STEVAN/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~stevan/${P}/"
+
+SRC_TEST="do"
+SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+DEPEND=">=perl-core/Test-Simple-0.47
+ >=dev-perl/Test-Exception-0.15"
+IUSE=""
diff --git a/dev-perl/Tree-Simple/files/digest-Tree-Simple-1.15 b/dev-perl/Tree-Simple/files/digest-Tree-Simple-1.15
new file mode 100644
index 000000000000..a19e63b6b2ff
--- /dev/null
+++ b/dev-perl/Tree-Simple/files/digest-Tree-Simple-1.15
@@ -0,0 +1 @@
+MD5 f4bb1afd402186952ea0b87ceeb3bc41 Tree-Simple-1.15.tar.gz 31204
diff --git a/dev-perl/WWW-Bugzilla/ChangeLog b/dev-perl/WWW-Bugzilla/ChangeLog
index 00e0f2f614a8..0c9b02aaf22d 100644
--- a/dev-perl/WWW-Bugzilla/ChangeLog
+++ b/dev-perl/WWW-Bugzilla/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/WWW-Bugzilla
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.8 2005/05/06 01:06:59 swegener Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/ChangeLog,v 1.9 2006/01/13 16:58:47 mcummings Exp $
+
+*WWW-Bugzilla-0.5 (13 Jan 2006)
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ +WWW-Bugzilla-0.5.ebuild:
+ Version bump upstream
06 May 2005; Sven Wegener <swegener@gentoo.org> WWW-Bugzilla-0.4.ebuild:
Removed * postfix from <, <=, >= and > dependencies.
diff --git a/dev-perl/WWW-Bugzilla/Manifest b/dev-perl/WWW-Bugzilla/Manifest
index d17b6cba9fc8..c61e6ffba076 100644
--- a/dev-perl/WWW-Bugzilla/Manifest
+++ b/dev-perl/WWW-Bugzilla/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 df8e2624caf97f3ee561024c418f0907 ChangeLog 1246
MD5 eab2fa4df5b800c20f98c302decda2be WWW-Bugzilla-0.2.ebuild 530
MD5 5f22b9e0ddee95646c744540434059a0 WWW-Bugzilla-0.4.ebuild 564
+MD5 73698a9a0b3477ca195e5660c9fb8fd8 WWW-Bugzilla-0.5.ebuild 455
MD5 30288160a3fb34e4ff894edd4ba12651 files/digest-WWW-Bugzilla-0.2 67
MD5 d302b2385bfff140c17830f02c675eff files/digest-WWW-Bugzilla-0.4 67
+MD5 b80f1e6b66c8494a3c6b0ec5705efa24 files/digest-WWW-Bugzilla-0.5 67
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFC0FwqI1lqEGTUzyQRAtz9AJ9PImN2upbIzUKAEURANMKpR1cEGQCg0FSz
-j/UehIbPE/8TeTPN83NaVko=
-=GVxP
------END PGP SIGNATURE-----
diff --git a/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.5.ebuild b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.5.ebuild
new file mode 100644
index 000000000000..97e051bf6310
--- /dev/null
+++ b/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.5.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Bugzilla/WWW-Bugzilla-0.5.ebuild,v 1.1 2006/01/13 16:58:47 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="automate interaction with bugzilla"
+SRC_URI="mirror://cpan/authors/id/M/MC/MCVELLA/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~mcvella/${P}"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-perl/WWW-Mechanize
+ <dev-perl/Class-MethodMaker-2"
+
+DEPEND="${RDEPEND}"
diff --git a/dev-perl/WWW-Bugzilla/files/digest-WWW-Bugzilla-0.5 b/dev-perl/WWW-Bugzilla/files/digest-WWW-Bugzilla-0.5
new file mode 100644
index 000000000000..b397bcf986fe
--- /dev/null
+++ b/dev-perl/WWW-Bugzilla/files/digest-WWW-Bugzilla-0.5
@@ -0,0 +1 @@
+MD5 f839141b18912d281c71a078e06bbb4a WWW-Bugzilla-0.5.tar.gz 15188
diff --git a/perl-core/Time-Local/ChangeLog b/perl-core/Time-Local/ChangeLog
index c5fa55883fa9..02d8d1740b3b 100644
--- a/perl-core/Time-Local/ChangeLog
+++ b/perl-core/Time-Local/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for perl-core/Time-Local
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Local/ChangeLog,v 1.3 2005/06/04 03:43:53 mcummings Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Local/ChangeLog,v 1.4 2006/01/13 16:53:55 mcummings Exp $
+
+*Time-Local-1.12 (13 Jan 2006)
+
+ 13 Jan 2006; Michael Cummings <mcummings@gentoo.org>
+ +Time-Local-1.12.ebuild:
+ Version bump upstream
04 Jun 2005; Michael Cummings <mcummings@gentoo.org>
Time-Local-1.10.ebuild:
diff --git a/perl-core/Time-Local/Manifest b/perl-core/Time-Local/Manifest
index 66218428d2e4..386283f58126 100644
--- a/perl-core/Time-Local/Manifest
+++ b/perl-core/Time-Local/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 e4e65644efb82f88f76453461bdb2ad2 ChangeLog 2149
-MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
MD5 7d1a67d1444ffc7e9d48710ee9261cac Time-Local-1.10.ebuild 570
MD5 994edc06f7cc871fce0f445472a3afd2 Time-Local-1.11.ebuild 581
+MD5 0ecec0599fdd732b635a78c78d27323b Time-Local-1.12.ebuild 473
MD5 418190d3eea5c695354ed8a054d462ee files/digest-Time-Local-1.10 66
MD5 d4bd7eef7574ad755d16476d2b7fc48a files/digest-Time-Local-1.11 66
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCoSL+tG5z4I8BtQoRAmlTAJwOz+XxLm7cEeOFfHdZSRdHR2cH6ACfa0pd
-weQ+WEW/LCKkuvlefwjBinA=
-=lmiF
------END PGP SIGNATURE-----
+MD5 d1fab1f2edb7be532f85ac702da3ceac files/digest-Time-Local-1.12 66
+MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
diff --git a/perl-core/Time-Local/Time-Local-1.12.ebuild b/perl-core/Time-Local/Time-Local-1.12.ebuild
new file mode 100644
index 000000000000..f5b6d1b548d8
--- /dev/null
+++ b/perl-core/Time-Local/Time-Local-1.12.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Local/Time-Local-1.12.ebuild,v 1.1 2006/01/13 16:53:55 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Implements timelocal() and timegm()"
+HOMEPAGE="http://www.cpan.org/modules/by-authors/id/D/DR/DROLSKY/${P}.readme"
+SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+SRC_TEST="do"
diff --git a/perl-core/Time-Local/files/digest-Time-Local-1.12 b/perl-core/Time-Local/files/digest-Time-Local-1.12
new file mode 100644
index 000000000000..95dd3aa42e6c
--- /dev/null
+++ b/perl-core/Time-Local/files/digest-Time-Local-1.12
@@ -0,0 +1 @@
+MD5 10e3cd35570eaa2173e684da2017ff8f Time-Local-1.12.tar.gz 17084