diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-02-05 17:22:45 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-02-05 17:22:45 +0000 |
commit | 982368c9b8cda2c0976c3d09bbb9b16a62d7ec31 (patch) | |
tree | 31e9f9277946493fe08558c466295f1c9c3eeb62 /perl-core | |
parent | ppc stable (bug #164296) (diff) | |
download | historical-982368c9b8cda2c0976c3d09bbb9b16a62d7ec31.tar.gz historical-982368c9b8cda2c0976c3d09bbb9b16a62d7ec31.tar.bz2 historical-982368c9b8cda2c0976c3d09bbb9b16a62d7ec31.zip |
Version bump
Package-Manager: portage-2.1.2-r5
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/File-Temp/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/File-Temp/File-Temp-0.18.ebuild | 17 | ||||
-rw-r--r-- | perl-core/File-Temp/files/digest-File-Temp-0.18 | 3 | ||||
-rw-r--r-- | perl-core/Getopt-Long/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.36.ebuild | 17 | ||||
-rw-r--r-- | perl-core/Getopt-Long/files/digest-Getopt-Long-2.36 | 3 | ||||
-rw-r--r-- | perl-core/Math-BigInt/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Math-BigInt/Math-BigInt-1.79.ebuild | 19 | ||||
-rw-r--r-- | perl-core/Math-BigInt/files/digest-Math-BigInt-1.79 | 3 | ||||
-rw-r--r-- | perl-core/Test-Simple/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Test-Simple/Test-Simple-0.67.ebuild | 21 | ||||
-rw-r--r-- | perl-core/Test-Simple/files/digest-Test-Simple-0.67 | 3 | ||||
-rw-r--r-- | perl-core/Time-Local/ChangeLog | 8 | ||||
-rw-r--r-- | perl-core/Time-Local/Time-Local-1.17.ebuild | 18 | ||||
-rw-r--r-- | perl-core/Time-Local/files/digest-Time-Local-1.17 | 3 | ||||
-rw-r--r-- | perl-core/libnet/ChangeLog | 7 | ||||
-rw-r--r-- | perl-core/libnet/files/digest-libnet-1.20 | 3 | ||||
-rw-r--r-- | perl-core/libnet/libnet-1.20.ebuild | 22 |
18 files changed, 175 insertions, 8 deletions
diff --git a/perl-core/File-Temp/ChangeLog b/perl-core/File-Temp/ChangeLog index 4ab79a580142..766fbf4b4ce1 100644 --- a/perl-core/File-Temp/ChangeLog +++ b/perl-core/File-Temp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/File-Temp -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Temp/ChangeLog,v 1.24 2006/12/24 00:54:18 dertobi123 Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Temp/ChangeLog,v 1.25 2007/02/05 17:11:15 mcummings Exp $ + +*File-Temp-0.18 (05 Feb 2007) + + 05 Feb 2007; Michael Cummings <mcummings@gentoo.org> + +File-Temp-0.18.ebuild: + Version bump 24 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org> File-Temp-0.17.ebuild: diff --git a/perl-core/File-Temp/File-Temp-0.18.ebuild b/perl-core/File-Temp/File-Temp-0.18.ebuild new file mode 100644 index 000000000000..bfa661246efc --- /dev/null +++ b/perl-core/File-Temp/File-Temp-0.18.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/perl-core/File-Temp/File-Temp-0.18.ebuild,v 1.1 2007/02/05 17:11:15 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="File::Temp can be used to create and open temporary files in a safe way." +HOMEPAGE="http://search.cpan.org/~tjenness/${P}/" +SRC_URI="mirror://cpan/authors/id/T/TJ/TJENNESS/${P}.tar.gz" +SRC_TEST="do" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" diff --git a/perl-core/File-Temp/files/digest-File-Temp-0.18 b/perl-core/File-Temp/files/digest-File-Temp-0.18 new file mode 100644 index 000000000000..c31bdf8151f4 --- /dev/null +++ b/perl-core/File-Temp/files/digest-File-Temp-0.18 @@ -0,0 +1,3 @@ +MD5 9ff2306433a0470773b0b51a70e81a91 File-Temp-0.18.tar.gz 33563 +RMD160 5d936127c86e88c0ddc2531bd926ed0b11fa52ab File-Temp-0.18.tar.gz 33563 +SHA256 a39f43b0a25d23cdd411220e89161a50b6fb38aa3cf4a829e4e6bd32859bf9d9 File-Temp-0.18.tar.gz 33563 diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog index 432195301a9c..4fc5f1cacd51 100644 --- a/perl-core/Getopt-Long/ChangeLog +++ b/perl-core/Getopt-Long/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Getopt-Long -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.14 2006/10/23 19:04:20 gustavoz Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.15 2007/02/05 17:12:43 mcummings Exp $ + +*Getopt-Long-2.36 (05 Feb 2007) + + 05 Feb 2007; Michael Cummings <mcummings@gentoo.org> + +Getopt-Long-2.36.ebuild: + Version bump 23 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> Getopt-Long-2.35.ebuild: diff --git a/perl-core/Getopt-Long/Getopt-Long-2.36.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.36.ebuild new file mode 100644 index 000000000000..0e30726130be --- /dev/null +++ b/perl-core/Getopt-Long/Getopt-Long-2.36.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/perl-core/Getopt-Long/Getopt-Long-2.36.ebuild,v 1.1 2007/02/05 17:12:43 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Advanced handling of command line options" +SRC_URI="mirror://cpan/authors/id/J/JV/JV/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-authors/id/J/JV/JV/${P}.readme" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="virtual/perl-PodParser + dev-lang/perl" diff --git a/perl-core/Getopt-Long/files/digest-Getopt-Long-2.36 b/perl-core/Getopt-Long/files/digest-Getopt-Long-2.36 new file mode 100644 index 000000000000..a7cd3ae59d68 --- /dev/null +++ b/perl-core/Getopt-Long/files/digest-Getopt-Long-2.36 @@ -0,0 +1,3 @@ +MD5 43d61055fcef596aa72b9e2810794469 Getopt-Long-2.36.tar.gz 41224 +RMD160 60591e940d53741b826c5eab9abfe53b8b516cad Getopt-Long-2.36.tar.gz 41224 +SHA256 4ea9ff0118b0050ab17b3ffc9f2c76c855c1751b8b4108cf5aba90596bb1a156 Getopt-Long-2.36.tar.gz 41224 diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 7eb31f64e125..3c6ecbdd79db 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Math-BigInt # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.20 2007/01/19 18:02:20 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.21 2007/02/05 17:18:10 mcummings Exp $ + +*Math-BigInt-1.79 (05 Feb 2007) + + 05 Feb 2007; Michael Cummings <mcummings@gentoo.org> + +Math-BigInt-1.79.ebuild: + Version bump 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> Math-BigInt-1.77.ebuild, Math-BigInt-1.77-r1.ebuild: diff --git a/perl-core/Math-BigInt/Math-BigInt-1.79.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.79.ebuild new file mode 100644 index 000000000000..109cec5832fd --- /dev/null +++ b/perl-core/Math-BigInt/Math-BigInt-1.79.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/perl-core/Math-BigInt/Math-BigInt-1.79.ebuild,v 1.1 2007/02/05 17:18:10 mcummings Exp $ + +inherit perl-module eutils + +DESCRIPTION="Arbitrary size floating point math package" +HOMEPAGE="http://serach.cpan.org/~tels/" +SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl + >=virtual/perl-Scalar-List-Utils-1.14" + +SRC_TEST="do" diff --git a/perl-core/Math-BigInt/files/digest-Math-BigInt-1.79 b/perl-core/Math-BigInt/files/digest-Math-BigInt-1.79 new file mode 100644 index 000000000000..b7c1b43851cd --- /dev/null +++ b/perl-core/Math-BigInt/files/digest-Math-BigInt-1.79 @@ -0,0 +1,3 @@ +MD5 00916631c17be916931078aa9ec2a24d Math-BigInt-1.79.tar.gz 172135 +RMD160 1ffe8459d2a58b9cac8014fd27ea62287f048b9b Math-BigInt-1.79.tar.gz 172135 +SHA256 2a23eda4fd3afa42e6122a8da51d22e95ff336cca37c2dba0b5f720a2c77aa39 Math-BigInt-1.79.tar.gz 172135 diff --git a/perl-core/Test-Simple/ChangeLog b/perl-core/Test-Simple/ChangeLog index 54f53e5d072e..87e7618ad91f 100644 --- a/perl-core/Test-Simple/ChangeLog +++ b/perl-core/Test-Simple/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Test-Simple # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/ChangeLog,v 1.33 2007/01/22 00:39:57 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/ChangeLog,v 1.34 2007/02/05 17:20:00 mcummings Exp $ + +*Test-Simple-0.67 (05 Feb 2007) + + 05 Feb 2007; Michael Cummings <mcummings@gentoo.org> + +Test-Simple-0.67.ebuild: + Version bump 22 Jan 2007; Bryan Ăstergaard <kloeri@gentoo.org> Test-Simple-0.66.ebuild: diff --git a/perl-core/Test-Simple/Test-Simple-0.67.ebuild b/perl-core/Test-Simple/Test-Simple-0.67.ebuild new file mode 100644 index 000000000000..4f11ca2c7b90 --- /dev/null +++ b/perl-core/Test-Simple/Test-Simple-0.67.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/Test-Simple-0.67.ebuild,v 1.1 2007/02/05 17:20:00 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Basic utilities for writing tests" +HOMEPAGE="http://search.cpan.org/~mschwern/${P}/" +SRC_URI="mirror://cpan/authors/id/M/MS/MSCHWERN/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/perl-5.8.0-r12" + +SRC_TEST="do" + +mydoc="rfc*.txt" +myconf="INSTALLDIRS=vendor" diff --git a/perl-core/Test-Simple/files/digest-Test-Simple-0.67 b/perl-core/Test-Simple/files/digest-Test-Simple-0.67 new file mode 100644 index 000000000000..3086ccc05f71 --- /dev/null +++ b/perl-core/Test-Simple/files/digest-Test-Simple-0.67 @@ -0,0 +1,3 @@ +MD5 9cc4491938d9f03c3bbf0cb1b5450ad0 Test-Simple-0.67.tar.gz 76284 +RMD160 70c744fef4f6925b6d58287c1e3ba2209dc10193 Test-Simple-0.67.tar.gz 76284 +SHA256 c78989a18462066d06d5379ed93d17beb7acb352b540ed6e2807e1f4791457f9 Test-Simple-0.67.tar.gz 76284 diff --git a/perl-core/Time-Local/ChangeLog b/perl-core/Time-Local/ChangeLog index 72e339df0136..a4dab507a309 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Local/ChangeLog,v 1.25 2007/01/19 18:08:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Local/ChangeLog,v 1.26 2007/02/05 17:22:45 mcummings Exp $ + +*Time-Local-1.17 (05 Feb 2007) + + 05 Feb 2007; Michael Cummings <mcummings@gentoo.org> + +Time-Local-1.17.ebuild: + Version bump 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> Time-Local-1.11.ebuild, Time-Local-1.12.ebuild, Time-Local-1.13.ebuild: diff --git a/perl-core/Time-Local/Time-Local-1.17.ebuild b/perl-core/Time-Local/Time-Local-1.17.ebuild new file mode 100644 index 000000000000..b86523fef605 --- /dev/null +++ b/perl-core/Time-Local/Time-Local-1.17.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 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.17.ebuild,v 1.1 2007/02/05 17:22:45 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Implements timelocal() and timegm()" +HOMEPAGE="http://search.cpan.org/~drolsky/" +SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-lang/perl" + +SRC_TEST="do" diff --git a/perl-core/Time-Local/files/digest-Time-Local-1.17 b/perl-core/Time-Local/files/digest-Time-Local-1.17 new file mode 100644 index 000000000000..a436a6121d3e --- /dev/null +++ b/perl-core/Time-Local/files/digest-Time-Local-1.17 @@ -0,0 +1,3 @@ +MD5 9035c1b032ae3fc4c72365d5897ce92e Time-Local-1.17.tar.gz 18145 +RMD160 df5c586b29bc36bdaac86536d255845668721b14 Time-Local-1.17.tar.gz 18145 +SHA256 d1f11ccffc5ddf62908aa080a914248675ea21f167f87366c00efaacb8f3290e Time-Local-1.17.tar.gz 18145 diff --git a/perl-core/libnet/ChangeLog b/perl-core/libnet/ChangeLog index 15b77b14be6a..e5077a917503 100644 --- a/perl-core/libnet/ChangeLog +++ b/perl-core/libnet/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/libnet # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.5 2007/01/19 18:00:57 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.6 2007/02/05 17:15:03 mcummings Exp $ + +*libnet-1.20 (05 Feb 2007) + + 05 Feb 2007; Michael Cummings <mcummings@gentoo.org> +libnet-1.20.ebuild: + Version bump 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> libnet-1.19.ebuild: Ebuild maintenance diff --git a/perl-core/libnet/files/digest-libnet-1.20 b/perl-core/libnet/files/digest-libnet-1.20 new file mode 100644 index 000000000000..938b0e2eefa6 --- /dev/null +++ b/perl-core/libnet/files/digest-libnet-1.20 @@ -0,0 +1,3 @@ +MD5 5d884dccf00c787ec560c83abda67c64 libnet-1.20.tar.gz 67954 +RMD160 e6b30a45178eacfa60b1cbcfcecb96c6f08887b9 libnet-1.20.tar.gz 67954 +SHA256 d8789fb683348cda689c3eb3e6772c05baf72deb4bbd50c6f9228d3ba43af4d0 libnet-1.20.tar.gz 67954 diff --git a/perl-core/libnet/libnet-1.20.ebuild b/perl-core/libnet/libnet-1.20.ebuild new file mode 100644 index 000000000000..369568b50a6f --- /dev/null +++ b/perl-core/libnet/libnet-1.20.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/perl-core/libnet/libnet-1.20.ebuild,v 1.1 2007/02/05 17:15:03 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A URI Perl Module" +HOMEPAGE="http://search.cpan.org/~gbarr/" +SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="sasl" + +DEPEND="dev-lang/perl + sasl? ( dev-perl/Authen-SASL )" + +src_compile() { + cp ${O}/files/libnet.cfg . + perl-module_src_compile +} |