From fe0a03f740a1411c7e4b01fb9b405d9be0659910 Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Sat, 17 Feb 2007 15:24:44 +0000 Subject: [PATCH] Version bump Package-Manager: portage-2.1.2-r9 --- dev-perl/Sys-Statistics-Linux/ChangeLog | 8 ++- .../Sys-Statistics-Linux-0.08.ebuild | 20 ++++++++ .../files/digest-Sys-Statistics-Linux-0.08 | 3 ++ dev-perl/Template-Toolkit/ChangeLog | 8 ++- .../Template-Toolkit-2.18.ebuild | 49 +++++++++++++++++++ .../files/digest-Template-Toolkit-2.18 | 3 ++ dev-perl/Template-XML/ChangeLog | 8 ++- .../Template-XML/Template-XML-2.17.ebuild | 23 +++++++++ .../files/digest-Template-XML-2.17 | 3 ++ dev-perl/Test-ClassAPI/ChangeLog | 8 ++- .../Test-ClassAPI/Test-ClassAPI-1.03.ebuild | 20 ++++++++ .../files/digest-Test-ClassAPI-1.03 | 3 ++ dev-perl/Test-Exception/ChangeLog | 8 ++- .../Test-Exception/Test-Exception-0.25.ebuild | 22 +++++++++ .../files/digest-Test-Exception-0.25 | 3 ++ dev-perl/perl-ldap/ChangeLog | 8 ++- .../perl-ldap/files/digest-perl-ldap-0.34 | 3 ++ dev-perl/perl-ldap/perl-ldap-0.34.ebuild | 36 ++++++++++++++ dev-perl/version/ChangeLog | 7 ++- dev-perl/version/files/digest-version-0.70 | 3 ++ dev-perl/version/version-0.70.ebuild | 22 +++++++++ 21 files changed, 261 insertions(+), 7 deletions(-) create mode 100644 dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.08.ebuild create mode 100644 dev-perl/Sys-Statistics-Linux/files/digest-Sys-Statistics-Linux-0.08 create mode 100644 dev-perl/Template-Toolkit/Template-Toolkit-2.18.ebuild create mode 100644 dev-perl/Template-Toolkit/files/digest-Template-Toolkit-2.18 create mode 100644 dev-perl/Template-XML/Template-XML-2.17.ebuild create mode 100644 dev-perl/Template-XML/files/digest-Template-XML-2.17 create mode 100644 dev-perl/Test-ClassAPI/Test-ClassAPI-1.03.ebuild create mode 100644 dev-perl/Test-ClassAPI/files/digest-Test-ClassAPI-1.03 create mode 100644 dev-perl/Test-Exception/Test-Exception-0.25.ebuild create mode 100644 dev-perl/Test-Exception/files/digest-Test-Exception-0.25 create mode 100644 dev-perl/perl-ldap/files/digest-perl-ldap-0.34 create mode 100644 dev-perl/perl-ldap/perl-ldap-0.34.ebuild create mode 100644 dev-perl/version/files/digest-version-0.70 create mode 100644 dev-perl/version/version-0.70.ebuild diff --git a/dev-perl/Sys-Statistics-Linux/ChangeLog b/dev-perl/Sys-Statistics-Linux/ChangeLog index 44419b20e8fd..436dbee23795 100644 --- a/dev-perl/Sys-Statistics-Linux/ChangeLog +++ b/dev-perl/Sys-Statistics-Linux/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Sys-Statistics-Linux # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.1 2007/01/23 13:34:20 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Statistics-Linux/ChangeLog,v 1.2 2007/02/17 15:14:34 mcummings Exp $ + +*Sys-Statistics-Linux-0.08 (17 Feb 2007) + + 17 Feb 2007; Michael Cummings + +Sys-Statistics-Linux-0.08.ebuild: + Version bump *Sys-Statistics-Linux-0.06 (23 Jan 2007) diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.08.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.08.ebuild new file mode 100644 index 000000000000..7e1f7004c50f --- /dev/null +++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.08.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/Sys-Statistics-Linux/Sys-Statistics-Linux-0.08.ebuild,v 1.1 2007/02/17 15:14:34 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Collect linux system statistics" +HOMEPAGE="http://search.cpan.org/~bloonix/" +SRC_URI="mirror://cpan/authors/id/B/BL/BLOONIX/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lang/perl" +DEPEND="dev-perl/module-build + ${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/Sys-Statistics-Linux/files/digest-Sys-Statistics-Linux-0.08 b/dev-perl/Sys-Statistics-Linux/files/digest-Sys-Statistics-Linux-0.08 new file mode 100644 index 000000000000..a0692f3a6203 --- /dev/null +++ b/dev-perl/Sys-Statistics-Linux/files/digest-Sys-Statistics-Linux-0.08 @@ -0,0 +1,3 @@ +MD5 ba697fb75d3c8c5358a1c4e2719cdb82 Sys-Statistics-Linux-0.08.tar.gz 23497 +RMD160 e10f839cc14da9fbc854c1560f1bb5fbe7eca0c4 Sys-Statistics-Linux-0.08.tar.gz 23497 +SHA256 6d3affc3c5a92e1a238142755b048da7911c3066b57f61acc260b0c0b7989645 Sys-Statistics-Linux-0.08.tar.gz 23497 diff --git a/dev-perl/Template-Toolkit/ChangeLog b/dev-perl/Template-Toolkit/ChangeLog index 22d71c1bae63..d9da9a108f49 100644 --- a/dev-perl/Template-Toolkit/ChangeLog +++ b/dev-perl/Template-Toolkit/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Template-Toolkit # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-Toolkit/ChangeLog,v 1.34 2007/02/05 02:32:27 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-Toolkit/ChangeLog,v 1.35 2007/02/17 15:18:36 mcummings Exp $ + +*Template-Toolkit-2.18 (17 Feb 2007) + + 17 Feb 2007; Michael Cummings + +Template-Toolkit-2.18.ebuild: + Version bump *Template-Toolkit-2.16 (05 Feb 2007) diff --git a/dev-perl/Template-Toolkit/Template-Toolkit-2.18.ebuild b/dev-perl/Template-Toolkit/Template-Toolkit-2.18.ebuild new file mode 100644 index 000000000000..18c227ff8a59 --- /dev/null +++ b/dev-perl/Template-Toolkit/Template-Toolkit-2.18.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-Toolkit/Template-Toolkit-2.18.ebuild,v 1.1 2007/02/17 15:18:36 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="The Template Toolkit" +SRC_URI="mirror://cpan/authors/id/A/AB/ABW/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~abw/" +IUSE="xml gd mysql postgres latex" +SLOT="0" +LICENSE="Artistic GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND="dev-perl/text-autoformat + mysql? ( dev-perl/DBD-mysql ) + postgres? ( dev-perl/DBD-Pg ) + >=dev-perl/AppConfig-1.55 + dev-lang/perl" +PDEPEND="dev-perl/text-autoformat + xml? ( dev-perl/Template-XML ) + gd? ( dev-perl/Template-GD ) + mysql? ( dev-perl/Template-DBI ) + latex? ( dev-perl/Template-Latex ) + postgres? ( dev-perl/Template-DBI )" + +#The installer tries to install to /usr/local/tt2..., +#and asks for user input, so we change myconf to ensure that +# 1) make install doesn't violate the sandbox rule +# 2) perl Makefile.pl just uses reasonable defaults, and doesn't ask for input +myconf="${myconf} TT_PREFIX=${D}/usr/share/template-toolkit2" +myconf="${myconf} TT_IMAGES=/usr/share/template-toolkit2/images" +myconf="${myconf} TT_ACCEPT='y'" + +mydoc="README Changes" + +# You have version $Template::VERSION of the Template Toolkit installed. +# +# There are some minor incompatabilities between version 1 and 2 +# of the Template Toolkit which you should be aware of. Installing +# this version will overwrite your version $Template::VERSION files +# unless you take measures to install one or the other version in a +# different location (i.e. perl Makefile.PL PREFIX=/other/path). +# +# Please consult the README and Changes file for further details. +# Most of the changes are in the more obscure features and +# directives so hopefully you will find the upgrade process fairly +# painless. If you're feeling brave, then answer 'y', otherwise 'n'. + diff --git a/dev-perl/Template-Toolkit/files/digest-Template-Toolkit-2.18 b/dev-perl/Template-Toolkit/files/digest-Template-Toolkit-2.18 new file mode 100644 index 000000000000..42be306baa2b --- /dev/null +++ b/dev-perl/Template-Toolkit/files/digest-Template-Toolkit-2.18 @@ -0,0 +1,3 @@ +MD5 1a09711602b6ea8a69ef522c1ca5f7ae Template-Toolkit-2.18.tar.gz 770100 +RMD160 5fdb9b15666911ce9be8872a07d9f1616462665e Template-Toolkit-2.18.tar.gz 770100 +SHA256 d26a44e2317a45b89e09267e4cf2771edb51b04d17c81a7280574f3d2b968335 Template-Toolkit-2.18.tar.gz 770100 diff --git a/dev-perl/Template-XML/ChangeLog b/dev-perl/Template-XML/ChangeLog index f7b2e4722df7..734eccf1021f 100644 --- a/dev-perl/Template-XML/ChangeLog +++ b/dev-perl/Template-XML/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Template-XML # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-XML/ChangeLog,v 1.12 2007/01/23 00:16:18 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-XML/ChangeLog,v 1.13 2007/02/17 15:20:14 mcummings Exp $ + +*Template-XML-2.17 (17 Feb 2007) + + 17 Feb 2007; Michael Cummings + +Template-XML-2.17.ebuild: + Version bump 23 Jan 2007; Bryan Østergaard Template-XML-2.16-r1.ebuild: diff --git a/dev-perl/Template-XML/Template-XML-2.17.ebuild b/dev-perl/Template-XML/Template-XML-2.17.ebuild new file mode 100644 index 000000000000..57fd19539780 --- /dev/null +++ b/dev-perl/Template-XML/Template-XML-2.17.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/Template-XML/Template-XML-2.17.ebuild,v 1.1 2007/02/17 15:20:14 mcummings Exp $ + +inherit perl-module eutils + +DESCRIPTION="XML plugins for the Template Toolkit" +SRC_URI="mirror://cpan/modules/by-module/Template/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~abw/" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl + >=dev-perl/Template-Toolkit-2.15-r1 + dev-perl/XML-DOM + dev-perl/XML-Parser + dev-perl/XML-RSS + dev-perl/XML-Simple + dev-perl/XML-XPath" diff --git a/dev-perl/Template-XML/files/digest-Template-XML-2.17 b/dev-perl/Template-XML/files/digest-Template-XML-2.17 new file mode 100644 index 000000000000..146b9cdcee44 --- /dev/null +++ b/dev-perl/Template-XML/files/digest-Template-XML-2.17 @@ -0,0 +1,3 @@ +MD5 21a381e6d7da26c78b25e6a1f3e98fff Template-XML-2.17.tar.gz 26496 +RMD160 32580d81ea05193b2dfd0c33254f3d5fb0cd8a78 Template-XML-2.17.tar.gz 26496 +SHA256 a73b242ef20870187e1bbd0ceed864e65f7cec1b5fd40aae086182676d4cad85 Template-XML-2.17.tar.gz 26496 diff --git a/dev-perl/Test-ClassAPI/ChangeLog b/dev-perl/Test-ClassAPI/ChangeLog index 6f26a73d2c37..0494e0df4126 100644 --- a/dev-perl/Test-ClassAPI/ChangeLog +++ b/dev-perl/Test-ClassAPI/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-ClassAPI # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-ClassAPI/ChangeLog,v 1.15 2007/01/19 16:06:22 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-ClassAPI/ChangeLog,v 1.16 2007/02/17 15:21:45 mcummings Exp $ + +*Test-ClassAPI-1.03 (17 Feb 2007) + + 17 Feb 2007; Michael Cummings + +Test-ClassAPI-1.03.ebuild: + Version bump 19 Jan 2007; Michael Cummings Test-ClassAPI-1.02.ebuild: diff --git a/dev-perl/Test-ClassAPI/Test-ClassAPI-1.03.ebuild b/dev-perl/Test-ClassAPI/Test-ClassAPI-1.03.ebuild new file mode 100644 index 000000000000..99cc403bd865 --- /dev/null +++ b/dev-perl/Test-ClassAPI/Test-ClassAPI-1.03.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/Test-ClassAPI/Test-ClassAPI-1.03.ebuild,v 1.1 2007/02/17 15:21:45 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Provides basic first-pass API testing for large class trees" +SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~adamk/" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=virtual/perl-File-Spec-0.83 + virtual/perl-Test-Simple + >=dev-perl/Class-Inspector-1.06 + dev-perl/Config-Tiny + dev-lang/perl" diff --git a/dev-perl/Test-ClassAPI/files/digest-Test-ClassAPI-1.03 b/dev-perl/Test-ClassAPI/files/digest-Test-ClassAPI-1.03 new file mode 100644 index 000000000000..a09d587ed8cd --- /dev/null +++ b/dev-perl/Test-ClassAPI/files/digest-Test-ClassAPI-1.03 @@ -0,0 +1,3 @@ +MD5 5a0c678e86287b4b6f5250a2a632763b Test-ClassAPI-1.03.tar.gz 23661 +RMD160 f1cba20f396615919a48a0bcfb7db1b58a21578a Test-ClassAPI-1.03.tar.gz 23661 +SHA256 999479d76c7c190209ec6a67b95c81af13447aabd503f3d4e07fc622ee24ad27 Test-ClassAPI-1.03.tar.gz 23661 diff --git a/dev-perl/Test-Exception/ChangeLog b/dev-perl/Test-Exception/ChangeLog index 98cd819cc6f9..71ffef957559 100644 --- a/dev-perl/Test-Exception/ChangeLog +++ b/dev-perl/Test-Exception/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Test-Exception # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.37 2007/01/22 14:35:38 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Exception/ChangeLog,v 1.38 2007/02/17 15:23:00 mcummings Exp $ + +*Test-Exception-0.25 (17 Feb 2007) + + 17 Feb 2007; Michael Cummings + +Test-Exception-0.25.ebuild: + Version bump 22 Jan 2007; Bryan Østergaard Test-Exception-0.24.ebuild: diff --git a/dev-perl/Test-Exception/Test-Exception-0.25.ebuild b/dev-perl/Test-Exception/Test-Exception-0.25.ebuild new file mode 100644 index 000000000000..24fd5bd22408 --- /dev/null +++ b/dev-perl/Test-Exception/Test-Exception-0.25.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/Test-Exception/Test-Exception-0.25.ebuild,v 1.1 2007/02/17 15:23:00 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="test functions for exception based code" +HOMEPAGE="http://search.cpan.org/~adie/" +SRC_URI="mirror://cpan/authors/id/A/AD/ADIE/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" +SRC_TEST="do" + +DEPEND="${RDEPEND} + >=dev-perl/module-build-0.28" + +RDEPEND=">=virtual/perl-Test-Simple-0.64 + >=dev-perl/Sub-Uplevel-0.13 + dev-lang/perl" diff --git a/dev-perl/Test-Exception/files/digest-Test-Exception-0.25 b/dev-perl/Test-Exception/files/digest-Test-Exception-0.25 new file mode 100644 index 000000000000..f7b4b5cabb6d --- /dev/null +++ b/dev-perl/Test-Exception/files/digest-Test-Exception-0.25 @@ -0,0 +1,3 @@ +MD5 aaef654ff2239008e8827ece592f7a0a Test-Exception-0.25.tar.gz 11353 +RMD160 fa2483cb48a52debdf5e760dd40f5b8e03ab4ae7 Test-Exception-0.25.tar.gz 11353 +SHA256 8c6de99b1502fb7644dec6d3b6cc7bd7259731d499296444431c8f3c341bf01d Test-Exception-0.25.tar.gz 11353 diff --git a/dev-perl/perl-ldap/ChangeLog b/dev-perl/perl-ldap/ChangeLog index 9b8e69e524ac..b5a305f3b7c9 100644 --- a/dev-perl/perl-ldap/ChangeLog +++ b/dev-perl/perl-ldap/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/perl-ldap # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/ChangeLog,v 1.50 2007/01/19 15:21:58 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/ChangeLog,v 1.51 2007/02/17 15:13:01 mcummings Exp $ + +*perl-ldap-0.34 (17 Feb 2007) + + 17 Feb 2007; Michael Cummings + +perl-ldap-0.34.ebuild: + Version bump 19 Jan 2007; Michael Cummings -perl-ldap-0.31.ebuild, perl-ldap-0.33.ebuild, perl-ldap-0.33-r1.ebuild: diff --git a/dev-perl/perl-ldap/files/digest-perl-ldap-0.34 b/dev-perl/perl-ldap/files/digest-perl-ldap-0.34 new file mode 100644 index 000000000000..aa57ac2ba4b7 --- /dev/null +++ b/dev-perl/perl-ldap/files/digest-perl-ldap-0.34 @@ -0,0 +1,3 @@ +MD5 398689b0a7b1615075a6b5035f6e3e91 perl-ldap-0.34.tar.gz 254451 +RMD160 0d3d030d2cd7030569ec4140a3c9904fe87ddbb0 perl-ldap-0.34.tar.gz 254451 +SHA256 500958bdc22bba4f79ff1f49bef956654bb6c272329ceab9fcbda36ec6082555 perl-ldap-0.34.tar.gz 254451 diff --git a/dev-perl/perl-ldap/perl-ldap-0.34.ebuild b/dev-perl/perl-ldap/perl-ldap-0.34.ebuild new file mode 100644 index 000000000000..01f6e28ddfc6 --- /dev/null +++ b/dev-perl/perl-ldap/perl-ldap-0.34.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-ldap/perl-ldap-0.34.ebuild,v 1.1 2007/02/17 15:13:01 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="A collection of perl modules which provide an object-oriented interface to LDAP servers." +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 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="sasl xml ssl" + +DEPEND="dev-perl/Convert-ASN1 + dev-perl/URI + sasl? ( virtual/perl-Digest-MD5 dev-perl/Authen-SASL ) + xml? ( dev-perl/XML-Parser + dev-perl/XML-SAX + dev-perl/XML-SAX-Writer ) + ssl? ( >=dev-perl/IO-Socket-SSL-0.81 ) + dev-lang/perl" + +src_compile() { + if [ "${MMSIXELEVEN}" ]; then + echo 'n' | perl Makefile.PL ${myconf} \ + PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D} + else + echo 'n' | perl Makefile.PL ${myconf} \ + PREFIX=${D}/usr INSTALLDIRS=vendor + fi + perl-module_src_test +} + diff --git a/dev-perl/version/ChangeLog b/dev-perl/version/ChangeLog index b7a39c264bfa..420c51779413 100644 --- a/dev-perl/version/ChangeLog +++ b/dev-perl/version/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/version # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/version/ChangeLog,v 1.29 2007/01/30 03:55:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/version/ChangeLog,v 1.30 2007/02/17 15:24:44 mcummings Exp $ + +*version-0.70 (17 Feb 2007) + + 17 Feb 2007; Michael Cummings +version-0.70.ebuild: + Version bump 30 Jan 2007; Jeroen Roovers version-0.69.ebuild: Marked ~hppa (bug #161486). diff --git a/dev-perl/version/files/digest-version-0.70 b/dev-perl/version/files/digest-version-0.70 new file mode 100644 index 000000000000..b4db6bf862d7 --- /dev/null +++ b/dev-perl/version/files/digest-version-0.70 @@ -0,0 +1,3 @@ +MD5 cefd6fff47086339b20f0cdb52b0bd75 version-0.70.tar.gz 51930 +RMD160 04366aff7b43e72c300bc80367c9951e3190917d version-0.70.tar.gz 51930 +SHA256 04f57ef73e5d2d156066587119d5de979586bd8eadc3a74bd38ec6bfcdec3918 version-0.70.tar.gz 51930 diff --git a/dev-perl/version/version-0.70.ebuild b/dev-perl/version/version-0.70.ebuild new file mode 100644 index 000000000000..332014b7b211 --- /dev/null +++ b/dev-perl/version/version-0.70.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/version/version-0.70.ebuild,v 1.1 2007/02/17 15:24:44 mcummings Exp $ + +inherit versionator perl-module + +MY_P="${PN}-$(delete_version_separator 2)" +S="${WORKDIR}/${MY_P}" + +DESCRIPTION="Perl extension for Version Objects" +HOMEPAGE="http://search.cpan.org/~jpeakcock" +SRC_URI="mirror://cpan/authors/id/J/JP/JPEACOCK/${MY_P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-perl/module-build-0.28 + dev-lang/perl" + +SRC_TEST="do" -- 2.26.2