diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 13:36:19 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-01-13 13:36:19 +0000 |
commit | a607e28aca6091cf39a202fa6d635bd01c94c95c (patch) | |
tree | 8221246327bc790539d39147767e260d7e081d30 | |
parent | Version bump (diff) | |
download | gentoo-2-a607e28aca6091cf39a202fa6d635bd01c94c95c.tar.gz gentoo-2-a607e28aca6091cf39a202fa6d635bd01c94c95c.tar.bz2 gentoo-2-a607e28aca6091cf39a202fa6d635bd01c94c95c.zip |
Version bump
(Portage version: 2.1_pre1)
-rw-r--r-- | dev-perl/Config-Tiny/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Config-Tiny/Config-Tiny-2.04.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Config-Tiny/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Config-Tiny/files/digest-Config-Tiny-2.04 | 1 | ||||
-rw-r--r-- | perl-core/Scalar-List-Utils/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/Scalar-List-Utils/Manifest | 12 | ||||
-rw-r--r-- | perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild | 14 | ||||
-rw-r--r-- | perl-core/Scalar-List-Utils/files/digest-Scalar-List-Utils-1.18 | 1 |
8 files changed, 55 insertions, 15 deletions
diff --git a/dev-perl/Config-Tiny/ChangeLog b/dev-perl/Config-Tiny/ChangeLog index c821105eba47..2044ba692459 100644 --- a/dev-perl/Config-Tiny/ChangeLog +++ b/dev-perl/Config-Tiny/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Config-Tiny -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v 1.18 2005/11/29 03:06:22 tgall Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/ChangeLog,v 1.19 2006/01/13 13:36:19 mcummings Exp $ + +*Config-Tiny-2.04 (13 Jan 2006) + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + +Config-Tiny-2.04.ebuild: + Version bump 28 Nov 2005; Tom Gall <tgall@gentoo.org> Config-Tiny-2.01.ebuild: stable on ppc64 diff --git a/dev-perl/Config-Tiny/Config-Tiny-2.04.ebuild b/dev-perl/Config-Tiny/Config-Tiny-2.04.ebuild new file mode 100644 index 000000000000..54a36a905b23 --- /dev/null +++ b/dev-perl/Config-Tiny/Config-Tiny-2.04.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-Tiny/Config-Tiny-2.04.ebuild,v 1.1 2006/01/13 13:36:19 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Read/Write .ini style files with as little code as possible" +SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/~adamk/${P}" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="perl-core/Test-Simple" diff --git a/dev-perl/Config-Tiny/Manifest b/dev-perl/Config-Tiny/Manifest index b5bd4b24f93d..fbc13b3b4a5f 100644 --- a/dev-perl/Config-Tiny/Manifest +++ b/dev-perl/Config-Tiny/Manifest @@ -2,7 +2,9 @@ MD5 725c3eb3547552354180537564d84899 ChangeLog 2197 MD5 19883a68080208fb344be9fdc8f9fbcd Config-Tiny-1.ebuild 589 MD5 b64a71eec14df6a95a4084d7a92e0fe8 Config-Tiny-2.01.ebuild 583 MD5 fb1d55e6218589abec643e099d88145f Config-Tiny-2.02.ebuild 593 -MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 4d6b63faf7ef7174f5a87683ff31a333 Config-Tiny-2.04.ebuild 484 MD5 75fd11ceb68441fd9a89bf8481d4d790 files/digest-Config-Tiny-1 64 MD5 b420c127159664e2d97ea0628076ed80 files/digest-Config-Tiny-2.01 67 MD5 5ea9cef53f2418acb143bcc449d83741 files/digest-Config-Tiny-2.02 67 +MD5 de61aed232cb06cd7503fbb7226c80a8 files/digest-Config-Tiny-2.04 67 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 diff --git a/dev-perl/Config-Tiny/files/digest-Config-Tiny-2.04 b/dev-perl/Config-Tiny/files/digest-Config-Tiny-2.04 new file mode 100644 index 000000000000..8828c567868d --- /dev/null +++ b/dev-perl/Config-Tiny/files/digest-Config-Tiny-2.04 @@ -0,0 +1 @@ +MD5 d14e3691a3fc357daa7ebe3af018c6b4 Config-Tiny-2.04.tar.gz 27774 diff --git a/perl-core/Scalar-List-Utils/ChangeLog b/perl-core/Scalar-List-Utils/ChangeLog index 9df75f83b2bc..ae45593d6043 100644 --- a/perl-core/Scalar-List-Utils/ChangeLog +++ b/perl-core/Scalar-List-Utils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Scalar-List-Utils -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/ChangeLog,v 1.1 2005/12/30 10:56:51 mcummings Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/ChangeLog,v 1.2 2006/01/13 13:31:24 mcummings Exp $ + +*Scalar-List-Utils-1.18 (13 Jan 2006) + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + +Scalar-List-Utils-1.18.ebuild: + Version bump *Scalar-List-Utils-1.14 (30 Dec 2005) diff --git a/perl-core/Scalar-List-Utils/Manifest b/perl-core/Scalar-List-Utils/Manifest index fefb15f5c618..87deb73a0a8a 100644 --- a/perl-core/Scalar-List-Utils/Manifest +++ b/perl-core/Scalar-List-Utils/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 c98433aa01a4b33d4d0e7d1dc013cec4 ChangeLog 2480 MD5 c9881bfc933c913f097209cd7498f32f Scalar-List-Utils-1.14.ebuild 531 +MD5 166ffee9056e4001aef626350d315e69 Scalar-List-Utils-1.18.ebuild 418 MD5 1c6a66ee2aca9d7e7c6edc2eca5a65e0 files/digest-Scalar-List-Utils-1.14 73 +MD5 929f3a745cd007be1b80fd8f2ceee61d files/digest-Scalar-List-Utils-1.18 73 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDtRJ8tG5z4I8BtQoRAl/OAJkBaCueY3NIUYXmpv+5uxvmRAzRAQCfW3rW -Nu17Kr2HRiREIdFw0yr8bpI= -=TmOj ------END PGP SIGNATURE----- diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild new file mode 100644 index 000000000000..4fb677a32aaf --- /dev/null +++ b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild,v 1.1 2006/01/13 13:31:24 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Scalar-List-Utils module for perl" +HOMEPAGE="http://cpan.org/modules/by-module/Scalar/" +SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="" diff --git a/perl-core/Scalar-List-Utils/files/digest-Scalar-List-Utils-1.18 b/perl-core/Scalar-List-Utils/files/digest-Scalar-List-Utils-1.18 new file mode 100644 index 000000000000..124b19a6c2e1 --- /dev/null +++ b/perl-core/Scalar-List-Utils/files/digest-Scalar-List-Utils-1.18 @@ -0,0 +1 @@ +MD5 118a080a79dce32f7b2e3a86947776f2 Scalar-List-Utils-1.18.tar.gz 36842 |