diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-02-06 14:39:00 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-02-06 14:39:00 +0000 |
commit | 30576aeec0cf960bc9aa1d9b5a81f294c74b2a2f (patch) | |
tree | dcad6834b7d31f69fa5e42fdc54c59cb7f34738b /dev-perl/Algorithm-Diff | |
parent | Re-mask dev-libs/nspr-4.6.4-r1 because it needs to be fixed (diff) | |
download | historical-30576aeec0cf960bc9aa1d9b5a81f294c74b2a2f.tar.gz historical-30576aeec0cf960bc9aa1d9b5a81f294c74b2a2f.tar.bz2 historical-30576aeec0cf960bc9aa1d9b5a81f294c74b2a2f.zip |
Version bump
Package-Manager: portage-2.1.2-r5
Diffstat (limited to 'dev-perl/Algorithm-Diff')
6 files changed, 39 insertions, 11 deletions
diff --git a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild index f95bed2adfd1..1c330d4b1b3a 100644 --- a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild +++ b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild,v 1.14 2006/08/04 22:12:37 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/Algorithm-Diff-1.15.ebuild,v 1.15 2007/02/06 14:37:01 mcummings Exp $ inherit perl-module DESCRIPTION="Algorithm::Diff - Compute intelligent differences between two files / lists" -HOMEPAGE="http://search.cpan.org/~nedkonz/${P}/" +HOMEPAGE="http://search.cpan.org/~nedkonz/" SRC_URI="mirror://cpan/authors/id/N/NE/NEDKONZ/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" @@ -13,4 +13,3 @@ IUSE="" SLOT="0" KEYWORDS="x86 ppc sparc alpha ppc64 amd64" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" diff --git a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1901.ebuild b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1901.ebuild index 963c9622b074..3f9fd9f815cd 100644 --- a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1901.ebuild +++ b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1901.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1901.ebuild,v 1.12 2006/09/16 20:23:03 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1901.ebuild,v 1.13 2007/02/06 14:37:01 mcummings Exp $ inherit perl-module DESCRIPTION="Algorithm::Diff - Compute intelligent differences between two files / lists" -HOMEPAGE="http://search.cpan.org/~tyemq/${P}/" -SRC_URI="mirror://cpan/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1901.zip" +HOMEPAGE="http://search.cpan.org/~tyemq/" +SRC_URI="mirror://cpan/authors/id/T/TY/TYEMQ/${P}.zip" LICENSE="|| ( Artistic GPL-2 )" IUSE="" SLOT="0" @@ -14,6 +14,5 @@ KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc ~x86" DEPEND="app-arch/unzip dev-lang/perl" -RDEPEND="${DEPEND}" SRC_TEST="do" diff --git a/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1902.ebuild b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1902.ebuild new file mode 100644 index 000000000000..a508458fb68d --- /dev/null +++ b/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1902.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/dev-perl/Algorithm-Diff/Algorithm-Diff-1.1902.ebuild,v 1.1 2007/02/06 14:37:01 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Algorithm::Diff - Compute intelligent differences between two files / lists" +HOMEPAGE="http://search.cpan.org/~tyemq/" +SRC_URI="mirror://cpan/authors/id/T/TY/TYEMQ/${P}.tar.gz" +LICENSE="|| ( Artistic GPL-2 )" +IUSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND="app-arch/unzip + dev-lang/perl" + +SRC_TEST="do" diff --git a/dev-perl/Algorithm-Diff/ChangeLog b/dev-perl/Algorithm-Diff/ChangeLog index ac4337791bfb..8a68a0e440de 100644 --- a/dev-perl/Algorithm-Diff/ChangeLog +++ b/dev-perl/Algorithm-Diff/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Algorithm-Diff -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/ChangeLog,v 1.24 2006/09/16 20:23:03 dertobi123 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Algorithm-Diff/ChangeLog,v 1.25 2007/02/06 14:37:01 mcummings Exp $ + +*Algorithm-Diff-1.1902 (06 Feb 2007) + + 06 Feb 2007; Michael Cummings <mcummings@gentoo.org> + Algorithm-Diff-1.15.ebuild, Algorithm-Diff-1.1901.ebuild, + +Algorithm-Diff-1.1902.ebuild: + Version bump 16 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org> Algorithm-Diff-1.1901.ebuild: diff --git a/dev-perl/Algorithm-Diff/files/digest-Algorithm-Diff-1.15 b/dev-perl/Algorithm-Diff/files/digest-Algorithm-Diff-1.15 index ef7b445e609e..6eeb12db8e1b 100644 --- a/dev-perl/Algorithm-Diff/files/digest-Algorithm-Diff-1.15 +++ b/dev-perl/Algorithm-Diff/files/digest-Algorithm-Diff-1.15 @@ -1 +1,3 @@ MD5 457cd497a0411a88b47d3741eb176071 Algorithm-Diff-1.15.tar.gz 23234 +RMD160 b59f7fe4e922d03b6effa0fa3f34a16a0a04a10e Algorithm-Diff-1.15.tar.gz 23234 +SHA256 aa848b75ad3ecc32d31e8651909551e851cceef74a32822c7a3cb35c259f5190 Algorithm-Diff-1.15.tar.gz 23234 diff --git a/dev-perl/Algorithm-Diff/files/digest-Algorithm-Diff-1.1902 b/dev-perl/Algorithm-Diff/files/digest-Algorithm-Diff-1.1902 new file mode 100644 index 000000000000..d16cc3a117dd --- /dev/null +++ b/dev-perl/Algorithm-Diff/files/digest-Algorithm-Diff-1.1902 @@ -0,0 +1,3 @@ +MD5 ff3e17ae485f8adfb8857b183991fbce Algorithm-Diff-1.1902.tar.gz 33529 +RMD160 3fc13f11788371a7a37bdd76e3c288e4d7606f43 Algorithm-Diff-1.1902.tar.gz 33529 +SHA256 c8b40dbf406770c6bcbd1a26a3f2343fa1563675085b63932d06f37e60098375 Algorithm-Diff-1.1902.tar.gz 33529 |