diff options
22 files changed, 230 insertions, 9 deletions
diff --git a/dev-perl/Devel-Size/ChangeLog b/dev-perl/Devel-Size/ChangeLog index 45aebc413d43..d068cdeeaad6 100644 --- a/dev-perl/Devel-Size/ChangeLog +++ b/dev-perl/Devel-Size/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Devel-Size # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Size/ChangeLog,v 1.9 2007/03/11 00:04:11 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Size/ChangeLog,v 1.10 2007/06/13 06:45:18 mcummings Exp $ + +*Devel-Size-0.68 (13 Jun 2007) + + 13 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +Devel-Size-0.68.ebuild: + Version bump *Devel-Size-0.66 (11 Mar 2007) diff --git a/dev-perl/Devel-Size/Devel-Size-0.68.ebuild b/dev-perl/Devel-Size/Devel-Size-0.68.ebuild new file mode 100644 index 000000000000..c64b0f91f89c --- /dev/null +++ b/dev-perl/Devel-Size/Devel-Size-0.68.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-Size/Devel-Size-0.68.ebuild,v 1.1 2007/06/13 06:45:18 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Perl extension for finding the memory usage of Perl variables" +HOMEPAGE="http://search.cpan.org/~tels/" +SRC_URI="mirror://cpan/authors/id/T/TE/TELS/devel/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +IUSE="" +PREFER_BUILDPL="no" + + +SRC_TEST="do" + +DEPEND="dev-lang/perl" diff --git a/dev-perl/Devel-Size/files/digest-Devel-Size-0.68 b/dev-perl/Devel-Size/files/digest-Devel-Size-0.68 new file mode 100644 index 000000000000..e16237e6b2b5 --- /dev/null +++ b/dev-perl/Devel-Size/files/digest-Devel-Size-0.68 @@ -0,0 +1,3 @@ +MD5 e67327aebb98a25ecffe631d07a9c8b0 Devel-Size-0.68.tar.gz 25396 +RMD160 40cdc3beac7de1f4c072796d838aea69a4572f89 Devel-Size-0.68.tar.gz 25396 +SHA256 4e8969b55fa40325352563ed3f0d6b8c732d296e4e055ad85e3bcdba8ea18dc6 Devel-Size-0.68.tar.gz 25396 diff --git a/dev-perl/MIME-Types/ChangeLog b/dev-perl/MIME-Types/ChangeLog index b66d53144cad..2474a3392c88 100644 --- a/dev-perl/MIME-Types/ChangeLog +++ b/dev-perl/MIME-Types/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/MIME-Types # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v 1.31 2007/05/05 17:55:36 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/ChangeLog,v 1.32 2007/06/13 06:48:15 mcummings Exp $ + +*MIME-Types-1.20 (13 Jun 2007) + + 13 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +MIME-Types-1.20.ebuild: + Version bump 05 May 2007; Tobias Scherbaum <dertobi123@gentoo.org> MIME-Types-1.18.ebuild: diff --git a/dev-perl/MIME-Types/MIME-Types-1.20.ebuild b/dev-perl/MIME-Types/MIME-Types-1.20.ebuild new file mode 100644 index 000000000000..d314c81ccb6b --- /dev/null +++ b/dev-perl/MIME-Types/MIME-Types-1.20.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Types/MIME-Types-1.20.ebuild,v 1.1 2007/06/13 06:48:15 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Definition of MIME types" +SRC_URI="mirror://cpan/authors/id/M/MA/MARKOV/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~markov/${P}/" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +SRC_TEST="do" + +DEPEND="dev-lang/perl" diff --git a/dev-perl/MIME-Types/files/digest-MIME-Types-1.20 b/dev-perl/MIME-Types/files/digest-MIME-Types-1.20 new file mode 100644 index 000000000000..34d0b7b58182 --- /dev/null +++ b/dev-perl/MIME-Types/files/digest-MIME-Types-1.20 @@ -0,0 +1,3 @@ +MD5 b6ead8df4c9afecf7ab7f986ba7f5a4c MIME-Types-1.20.tar.gz 18029 +RMD160 9c21e0c5c143010916e49f0504089d12b319dce2 MIME-Types-1.20.tar.gz 18029 +SHA256 5bd4524bf1874f98cd3394a196678eaccc4548a693e29b326f04d95ff9f23ec3 MIME-Types-1.20.tar.gz 18029 diff --git a/dev-perl/Mail-DKIM/ChangeLog b/dev-perl/Mail-DKIM/ChangeLog index ca64e1af4cb1..e13f18f0cb48 100644 --- a/dev-perl/Mail-DKIM/ChangeLog +++ b/dev-perl/Mail-DKIM/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Mail-DKIM # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.10 2007/04/09 15:32:17 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/ChangeLog,v 1.11 2007/06/13 06:47:12 mcummings Exp $ + +*Mail-DKIM-0.26 (13 Jun 2007) + + 13 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +Mail-DKIM-0.26.ebuild: + Version bump 09 Apr 2007; Michael Cummings <mcummings@gentoo.org> Mail-DKIM-0.22.ebuild: diff --git a/dev-perl/Mail-DKIM/Mail-DKIM-0.26.ebuild b/dev-perl/Mail-DKIM/Mail-DKIM-0.26.ebuild new file mode 100644 index 000000000000..d519836be5c1 --- /dev/null +++ b/dev-perl/Mail-DKIM/Mail-DKIM-0.26.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-DKIM/Mail-DKIM-0.26.ebuild,v 1.1 2007/06/13 06:47:12 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Mail::DKIM - Signs/verifies Internet mail using DKIM message signatures" +SRC_URI="mirror://cpan/authors/id/J/JA/JASLONG/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~jaslong/${P}/" +DEPEND="dev-perl/Crypt-OpenSSL-Bignum + dev-perl/Crypt-OpenSSL-RSA + dev-perl/crypt-rsa + dev-perl/Digest-SHA + dev-perl/Digest-SHA1 + virtual/perl-MIME-Base64 + dev-perl/Net-DNS + dev-perl/MailTools + dev-perl/Error + dev-lang/perl" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" +IUSE="" +SRC_TEST="do" diff --git a/dev-perl/Mail-DKIM/files/digest-Mail-DKIM-0.26 b/dev-perl/Mail-DKIM/files/digest-Mail-DKIM-0.26 new file mode 100644 index 000000000000..d031e27262eb --- /dev/null +++ b/dev-perl/Mail-DKIM/files/digest-Mail-DKIM-0.26 @@ -0,0 +1,3 @@ +MD5 8ee96cc0c34de9a57c4af61fe462d4ff Mail-DKIM-0.26.tar.gz 47695 +RMD160 e47dc2778d090f500c3c95097603fa9ac92d8567 Mail-DKIM-0.26.tar.gz 47695 +SHA256 5334e9bd032fab91aa0f788371b4fd0cc17133aa35c3b94993c8bfc314d9911c Mail-DKIM-0.26.tar.gz 47695 diff --git a/dev-perl/PGPLOT/ChangeLog b/dev-perl/PGPLOT/ChangeLog index a69d074dc878..2acb3e151e85 100644 --- a/dev-perl/PGPLOT/ChangeLog +++ b/dev-perl/PGPLOT/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/PGPLOT # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.6 2007/01/19 15:25:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.7 2007/06/13 06:49:42 mcummings Exp $ + +*PGPLOT-2.20 (13 Jun 2007) + + 13 Jun 2007; Michael Cummings <mcummings@gentoo.org> PGPLOT-2.19.ebuild, + +PGPLOT-2.20.ebuild: + Version bump 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> PGPLOT-2.19.ebuild: Version bump, thanks seemant diff --git a/dev-perl/PGPLOT/PGPLOT-2.19.ebuild b/dev-perl/PGPLOT/PGPLOT-2.19.ebuild index 8ae2a86bf7eb..58bc6622574d 100644 --- a/dev-perl/PGPLOT/PGPLOT-2.19.ebuild +++ b/dev-perl/PGPLOT/PGPLOT-2.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.19.ebuild,v 1.6 2007/01/19 15:25:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.19.ebuild,v 1.7 2007/06/13 06:49:42 mcummings Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~ia64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" # Tests require active X display diff --git a/dev-perl/PGPLOT/PGPLOT-2.20.ebuild b/dev-perl/PGPLOT/PGPLOT-2.20.ebuild new file mode 100644 index 000000000000..5a5f36b574a4 --- /dev/null +++ b/dev-perl/PGPLOT/PGPLOT-2.20.ebuild @@ -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/dev-perl/PGPLOT/PGPLOT-2.20.ebuild,v 1.1 2007/06/13 06:49:42 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="allow subroutines in the PGPLOT graphics library to be called from Perl." +HOMEPAGE="http://search.cpan.org/~kgb/" +SRC_URI="mirror://cpan/authors/id/K/KG/KGB/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86" +IUSE="" + +# Tests require active X display +#SRC_TEST="do" + +DEPEND="sci-libs/pgplot + || ( x11-base/xorg-server + virtual/x11 ) + >=dev-perl/ExtUtils-F77-1.13 + dev-lang/perl" diff --git a/dev-perl/PGPLOT/files/digest-PGPLOT-2.20 b/dev-perl/PGPLOT/files/digest-PGPLOT-2.20 new file mode 100644 index 000000000000..873a6abfccb6 --- /dev/null +++ b/dev-perl/PGPLOT/files/digest-PGPLOT-2.20 @@ -0,0 +1,3 @@ +MD5 2843f43f2062f32a79aac9767203e0bb PGPLOT-2.20.tar.gz 51774 +RMD160 c13e0409aec9d8c3b28c62f8c416d785ce9a2b80 PGPLOT-2.20.tar.gz 51774 +SHA256 4d3fe8770da527cb2e0df70b68e41dc80b8a8e421298df3c8b26cd03e431adae PGPLOT-2.20.tar.gz 51774 diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 3eb83bba9758..d08430bae3f7 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Text-CSV_XS # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.8 2007/05/24 16:52:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.9 2007/06/13 06:52:31 mcummings Exp $ + +*Text-CSV_XS-0.29 (13 Jun 2007) + + 13 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +Text-CSV_XS-0.29.ebuild: + Version bump *Text-CSV_XS-0.26 (24 May 2007) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.ebuild new file mode 100644 index 000000000000..b47d90043a40 --- /dev/null +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.ebuild @@ -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/dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.ebuild,v 1.1 2007/06/13 06:52:31 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="comma-separated values manipulation routines" +SRC_URI="mirror://cpan/authors/id/H/HM/HMBRAND/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~hmbrand/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + + +DEPEND="dev-lang/perl" diff --git a/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.29 b/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.29 new file mode 100644 index 000000000000..c3057d1b29fc --- /dev/null +++ b/dev-perl/Text-CSV_XS/files/digest-Text-CSV_XS-0.29 @@ -0,0 +1,3 @@ +MD5 34ec7bd3139e22182f22cfecee3542fd Text-CSV_XS-0.29.tar.gz 36480 +RMD160 49de0a87b5de73c63cfe846928a4026f94bc2d7c Text-CSV_XS-0.29.tar.gz 36480 +SHA256 dde164fbaddc24d25b90d515c102bb17e04fcd2b4d92b70a863c7812abbedaf5 Text-CSV_XS-0.29.tar.gz 36480 diff --git a/dev-perl/WWW-Mechanize/ChangeLog b/dev-perl/WWW-Mechanize/ChangeLog index e1364178604c..a08c9e80759f 100644 --- a/dev-perl/WWW-Mechanize/ChangeLog +++ b/dev-perl/WWW-Mechanize/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/WWW-Mechanize # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.36 2007/05/12 14:52:15 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/ChangeLog,v 1.37 2007/06/13 06:54:05 mcummings Exp $ + +*WWW-Mechanize-1.30 (13 Jun 2007) + + 13 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +WWW-Mechanize-1.30.ebuild: + Version bump *WWW-Mechanize-1.24 (12 May 2007) diff --git a/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild new file mode 100644 index 000000000000..26754db8947b --- /dev/null +++ b/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Mechanize/WWW-Mechanize-1.30.ebuild,v 1.1 2007/06/13 06:54:05 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Handy web browsing in a Perl object" +SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~petdance/" +IUSE="test" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +# Bug in the tests - improper use of HTTP::Server +SRC_TEST="do" + +# configure to run the local tests, but not the ones which access the Internet +myconf="--local --mech-dump --nolive" + + +DEPEND="dev-lang/perl + dev-perl/IO-Socket-SSL + >=dev-perl/libwww-perl-5.76 + >=dev-perl/URI-1.25 + >=dev-perl/HTML-Parser-3.34 + dev-perl/Test-LongString + test? ( dev-perl/Test-Pod + dev-perl/Test-Taint + dev-perl/Test-Warn + dev-perl/Test-Memory-Cycle )" + diff --git a/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.30 b/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.30 new file mode 100644 index 000000000000..29d5cef11a56 --- /dev/null +++ b/dev-perl/WWW-Mechanize/files/digest-WWW-Mechanize-1.30 @@ -0,0 +1,3 @@ +MD5 13efe329942f741f966f09ea4f95710b WWW-Mechanize-1.30.tar.gz 111276 +RMD160 bed567849a73f584717292f6433cd7a3fe76d29d WWW-Mechanize-1.30.tar.gz 111276 +SHA256 5ae11aa19f6dfdb90056c97408caec967c6d29904bb9d8c072832a699ddbcf25 WWW-Mechanize-1.30.tar.gz 111276 diff --git a/dev-perl/module-info/ChangeLog b/dev-perl/module-info/ChangeLog index 8b1d5406b7f7..662095e70bdc 100644 --- a/dev-perl/module-info/ChangeLog +++ b/dev-perl/module-info/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/module-info # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.44 2007/05/12 05:14:36 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.45 2007/06/13 06:49:28 mcummings Exp $ + +*module-info-0.31 (13 Jun 2007) + + 13 Jun 2007; Michael Cummings <mcummings@gentoo.org> + +module-info-0.31.ebuild: + Version bump 12 May 2007; Joshua Kinard <kumba@gentoo.org> module-info-0.30.ebuild: Stable on mips. diff --git a/dev-perl/module-info/files/digest-module-info-0.31 b/dev-perl/module-info/files/digest-module-info-0.31 new file mode 100644 index 000000000000..e87fb8d46696 --- /dev/null +++ b/dev-perl/module-info/files/digest-module-info-0.31 @@ -0,0 +1,3 @@ +MD5 c891812ff4ab0ab3c851ecfa0812a18c Module-Info-0.31.tar.gz 45047 +RMD160 91a77af5d60a9da8c6754e32cc300d8885569a9b Module-Info-0.31.tar.gz 45047 +SHA256 812f6439f8fc7b176585fd2ff8cbe26323b24626e8d42337fe004fd099566711 Module-Info-0.31.tar.gz 45047 diff --git a/dev-perl/module-info/module-info-0.31.ebuild b/dev-perl/module-info/module-info-0.31.ebuild new file mode 100644 index 000000000000..f9eac9b0dbac --- /dev/null +++ b/dev-perl/module-info/module-info-0.31.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.31.ebuild,v 1.1 2007/06/13 06:49:28 mcummings Exp $ + +inherit perl-module + +MY_PV=${PV/9.0/90} +MY_P="Module-Info-${MY_PV}" +S=${WORKDIR}/${MY_P} +DESCRIPTION="Information about Perl modules" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/M/MB/MBARBON/${MY_P}.readme" +SRC_URI="mirror://cpan/authors/id/M/MB/MBARBON/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-perl/module-build + dev-lang/perl" |