diff options
-rw-r--r-- | dev-perl/Graph/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Graph/Graph-0.69.ebuild | 16 | ||||
-rw-r--r-- | dev-perl/Graph/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Graph/files/digest-Graph-0.69 | 1 | ||||
-rw-r--r-- | perl-core/Getopt-Long/ChangeLog | 10 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Getopt-Long-2.35.ebuild | 16 | ||||
-rw-r--r-- | perl-core/Getopt-Long/Manifest | 12 | ||||
-rw-r--r-- | perl-core/Getopt-Long/files/digest-Getopt-Long-2.35 | 1 |
8 files changed, 53 insertions, 14 deletions
diff --git a/dev-perl/Graph/ChangeLog b/dev-perl/Graph/ChangeLog index b9f54d7175da..0cdb16a981c4 100644 --- a/dev-perl/Graph/ChangeLog +++ b/dev-perl/Graph/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Graph -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.14 2005/12/24 14:24:17 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.15 2006/01/13 14:23:42 mcummings Exp $ + +*Graph-0.69 (13 Jan 2006) + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> +Graph-0.69.ebuild: + Version bump upstream 24 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> Graph-0.63.ebuild: Stable on ppc. diff --git a/dev-perl/Graph/Graph-0.69.ebuild b/dev-perl/Graph/Graph-0.69.ebuild new file mode 100644 index 000000000000..f21c464e27ef --- /dev/null +++ b/dev-perl/Graph/Graph-0.69.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.69.ebuild,v 1.1 2006/01/13 14:23:42 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Data structure and ops for directed graphs" +SRC_URI="mirror://cpan/authors/id/J/JH/JHI/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Graph/${P}.readme" +IUSE="" +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +SRC_TEST="do" + +DEPEND="dev-perl/Heap" diff --git a/dev-perl/Graph/Manifest b/dev-perl/Graph/Manifest index 8381e4c04a20..8c89ff8234b6 100644 --- a/dev-perl/Graph/Manifest +++ b/dev-perl/Graph/Manifest @@ -3,8 +3,10 @@ MD5 a9b3bdf939efaa9b1cd75ab770295ece Graph-0.20.101.ebuild 617 MD5 be07f09c96aa1c9e25721bd104907b2b Graph-0.20.105.ebuild 624 MD5 d79bb7f8a0f79b19f39e57cd9533a8ca Graph-0.63.ebuild 548 MD5 6dfe646b3d899bb35d0f81be7248dfd2 Graph-0.67.ebuild 554 +MD5 5ffa1785c1e07997e22186a136e4054c Graph-0.69.ebuild 457 MD5 a71dcc0962a8adef82720ed56da486be files/digest-Graph-0.20.101 64 MD5 6b956a3803d81868f15408ac1e2a3561 files/digest-Graph-0.20.105 64 MD5 45c74e340ac2ba7aa79c92f491003594 files/digest-Graph-0.63 61 MD5 fb8bf28d9276a3decfa188843973f879 files/digest-Graph-0.67 61 +MD5 af3cad74b49e88c32b60a5512571acb1 files/digest-Graph-0.69 61 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 diff --git a/dev-perl/Graph/files/digest-Graph-0.69 b/dev-perl/Graph/files/digest-Graph-0.69 new file mode 100644 index 000000000000..b14be2a5d12a --- /dev/null +++ b/dev-perl/Graph/files/digest-Graph-0.69 @@ -0,0 +1 @@ +MD5 190cf68bff1820953b926419e508b0e4 Graph-0.69.tar.gz 97631 diff --git a/perl-core/Getopt-Long/ChangeLog b/perl-core/Getopt-Long/ChangeLog index 51fa5e914841..6a45d6a0052a 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.4 2005/12/30 10:47:03 mcummings Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Getopt-Long/ChangeLog,v 1.5 2006/01/13 14:19:54 mcummings Exp $ + +*Getopt-Long-2.35 (13 Jan 2006) + + 13 Jan 2006; Michael Cummings <mcummings@gentoo.org> + +Getopt-Long-2.35.ebuild: + Version bump upstream 30 Dec 2005; <mcumming@gentoo.org> Getopt-Long-2.34.ebuild: PodParser moved to perl-core diff --git a/perl-core/Getopt-Long/Getopt-Long-2.35.ebuild b/perl-core/Getopt-Long/Getopt-Long-2.35.ebuild new file mode 100644 index 000000000000..387999ac9c8c --- /dev/null +++ b/perl-core/Getopt-Long/Getopt-Long-2.35.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 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.35.ebuild,v 1.1 2006/01/13 14:19:54 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="perl-core/PodParser" diff --git a/perl-core/Getopt-Long/Manifest b/perl-core/Getopt-Long/Manifest index 9755f2aecb2a..3bb15d945da6 100644 --- a/perl-core/Getopt-Long/Manifest +++ b/perl-core/Getopt-Long/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 e23cdf2df9c28adf81c56eba8101deae ChangeLog 1658 MD5 9ae533d901c8c61e92a81871e1984762 Getopt-Long-2.34.ebuild 574 +MD5 47503818791430838b91270366b2ed8d Getopt-Long-2.35.ebuild 473 MD5 ef72aad0758beb5a213eecdce43e9835 files/digest-Getopt-Long-2.34 67 +MD5 b377bae517accbadc025cfaa5dead203 files/digest-Getopt-Long-2.35 67 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDtRAxtG5z4I8BtQoRAh3fAKCMeD/+ekCZTfaeavVZMwjBKFwUdACfcmHk -E+aTPycnHOAbVSpUfEWxD2Q= -=5nWc ------END PGP SIGNATURE----- diff --git a/perl-core/Getopt-Long/files/digest-Getopt-Long-2.35 b/perl-core/Getopt-Long/files/digest-Getopt-Long-2.35 new file mode 100644 index 000000000000..d498b556bd80 --- /dev/null +++ b/perl-core/Getopt-Long/files/digest-Getopt-Long-2.35 @@ -0,0 +1 @@ +MD5 a93f5ae6381cdff2ba68b214d89f83dd Getopt-Long-2.35.tar.gz 36689 |