summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/IO-Multiplex/Manifest14
-rw-r--r--dev-perl/Mail-Mbox-MessageParser/ChangeLog9
-rw-r--r--dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.20.ebuild4
-rw-r--r--dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.30.00.ebuild25
-rw-r--r--dev-perl/Mail-Mbox-MessageParser/Manifest4
-rw-r--r--dev-perl/Mail-Mbox-MessageParser/files/digest-Mail-Mbox-MessageParser-1.30.001
-rw-r--r--dev-perl/Math-GMP/ChangeLog6
-rw-r--r--dev-perl/Math-GMP/Math-GMP-2.03.ebuild4
-rw-r--r--dev-perl/Math-GMP/Math-GMP-2.04.ebuild6
9 files changed, 63 insertions, 10 deletions
diff --git a/dev-perl/IO-Multiplex/Manifest b/dev-perl/IO-Multiplex/Manifest
new file mode 100644
index 000000000000..1485760cb0f6
--- /dev/null
+++ b/dev-perl/IO-Multiplex/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 c141ad495e5fe1f216d0ed8e705c9e4b IO-Multiplex-1.08.ebuild 476
+MD5 fe716d0d7975af9041c2a5f152b5d7b2 ChangeLog 377
+MD5 f31966022c9147ea2a688f406ff19399 files/digest-IO-Multiplex-1.08 68
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCcX0OtG5z4I8BtQoRAhKNAJ9v6qcsB+DgFK5CsNnNLBsVuPaK3gCePYTc
+enLLHp95leN1I6zVuZQ3YcU=
+=OutE
+-----END PGP SIGNATURE-----
diff --git a/dev-perl/Mail-Mbox-MessageParser/ChangeLog b/dev-perl/Mail-Mbox-MessageParser/ChangeLog
index 22d1c03375d4..0b7ef0625121 100644
--- a/dev-perl/Mail-Mbox-MessageParser/ChangeLog
+++ b/dev-perl/Mail-Mbox-MessageParser/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-perl/Mail-Mbox-MessageParser
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/ChangeLog,v 1.9 2005/04/22 14:39:33 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/ChangeLog,v 1.10 2005/04/29 00:11:02 mcummings Exp $
+
+*Mail-Mbox-MessageParser-1.30.00 (29 Apr 2005)
+
+ 29 Apr 2005; Michael Cummings <mcummings@gentoo.org>
+ Mail-Mbox-MessageParser-1.20.ebuild,
+ +Mail-Mbox-MessageParser-1.30.00.ebuild:
+ Cleaning and bumping.
22 Apr 2005; Simon Stelling <blubb@gentoo.org>
Mail-Mbox-MessageParser-1.20.ebuild:
diff --git a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.20.ebuild b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.20.ebuild
index 1e499db48492..0ef1dbdba727 100644
--- a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.20.ebuild
+++ b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.20.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.20.ebuild,v 1.10 2005/04/22 14:39:33 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.20.ebuild,v 1.11 2005/04/29 00:11:02 mcummings Exp $
inherit perl-module
DESCRIPTION="Manipulation of electronic mail addresses"
-SRC_URI="http://www.cpan.org/modules/by-module/Mail/DCOPPIT/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/D/DC/DCOPPIT/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/~dcoppit/${P}/"
IUSE=""
diff --git a/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.30.00.ebuild b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.30.00.ebuild
new file mode 100644
index 000000000000..2f820d213029
--- /dev/null
+++ b/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.30.00.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Mbox-MessageParser/Mail-Mbox-MessageParser-1.30.00.ebuild,v 1.1 2005/04/29 00:11:02 mcummings Exp $
+
+inherit perl-module
+
+MY_PV=${PV/30.00/3000}
+MY_P=${PN}-${MY_PV}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Manipulation of electronic mail addresses"
+SRC_URI="mirror://cpan/authors/id/D/DC/DCOPPIT/${MY_P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/~dcoppit/${MY_P}/"
+IUSE=""
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
+
+DEPEND="${DEPEND}
+ dev-perl/Text-Diff
+ dev-perl/FileHandle-Unget"
+
+src_compile() {
+ echo "" | perl-module_src_compile
+}
diff --git a/dev-perl/Mail-Mbox-MessageParser/Manifest b/dev-perl/Mail-Mbox-MessageParser/Manifest
index 56df60f23b07..51b7f9f869a9 100644
--- a/dev-perl/Mail-Mbox-MessageParser/Manifest
+++ b/dev-perl/Mail-Mbox-MessageParser/Manifest
@@ -1,4 +1,6 @@
MD5 dc2b36b5a50033858cff6ad328cace4b ChangeLog 1389
-MD5 41191fbd46206116f12b3eed66ebe933 Mail-Mbox-MessageParser-1.20.ebuild 616
+MD5 c5df313d7152b4d582b29eef29a7be1c Mail-Mbox-MessageParser-1.20.ebuild 603
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
+MD5 05bfdb30fc27e5d5926af96aadf514e7 Mail-Mbox-MessageParser-1.30.00.ebuild 567
MD5 e22d2b3faabc49cc46e3b0c88a660d29 files/digest-Mail-Mbox-MessageParser-1.20 80
+MD5 89c715b9e33611f917e4d891643cab23 files/digest-Mail-Mbox-MessageParser-1.30.00 82
diff --git a/dev-perl/Mail-Mbox-MessageParser/files/digest-Mail-Mbox-MessageParser-1.30.00 b/dev-perl/Mail-Mbox-MessageParser/files/digest-Mail-Mbox-MessageParser-1.30.00
new file mode 100644
index 000000000000..da4d3bcc32b6
--- /dev/null
+++ b/dev-perl/Mail-Mbox-MessageParser/files/digest-Mail-Mbox-MessageParser-1.30.00
@@ -0,0 +1 @@
+MD5 5aa651791f9abfd668197566e81bdd75 Mail-Mbox-MessageParser-1.3000.tar.gz 248680
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog
index 5f3a6ffa77ce..e66873dcd5de 100644
--- a/dev-perl/Math-GMP/ChangeLog
+++ b/dev-perl/Math-GMP/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Math-GMP
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.9 2005/04/22 12:36:23 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.10 2005/04/29 00:14:13 mcummings Exp $
+
+ 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> Math-GMP-2.03.ebuild,
+ Math-GMP-2.04.ebuild:
+ Cleaning and bumping.
22 Apr 2005; Simon Stelling <blubb@gentoo.org> Math-GMP-2.03.ebuild:
stable on amd64
diff --git a/dev-perl/Math-GMP/Math-GMP-2.03.ebuild b/dev-perl/Math-GMP/Math-GMP-2.03.ebuild
index 061c50824263..35c7b1de30f9 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.03.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.03.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.03.ebuild,v 1.9 2005/04/22 12:36:23 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.03.ebuild,v 1.10 2005/04/29 00:14:13 mcummings Exp $
inherit perl-module
DESCRIPTION="High speed arbitrary size integer math"
-SRC_URI="http://www.cpan.org/modules/by-authors/id/C/CH/CHIPT/${P}.tar.gz"
+SRC_URI="mirror://cpan/authors/id/C/CH/CHIPT/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-authors/id/C/CH/CHIPT/${P}.readme"
SLOT="0"
diff --git a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild b/dev-perl/Math-GMP/Math-GMP-2.04.ebuild
index b02a548b676d..3aa5e6c828be 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.04.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.04.ebuild,v 1.1 2004/10/17 18:13:25 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.04.ebuild,v 1.2 2005/04/29 00:14:13 mcummings Exp $
inherit perl-module
@@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~chipt/${P}/"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~x86 ~alpha ~ppc ~sparc ~amd64 ~mips"
+KEYWORDS="x86 ~alpha ~ppc sparc ~amd64 ~mips"
IUSE=""
DEPEND="dev-libs/gmp"