diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:32:09 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-02-06 20:32:09 +0000 |
commit | cd231b64dd7f3b016db51e898913a1e7516e838a (patch) | |
tree | 444b2dc170942199e612737f4d22eee1b844ec96 /dev-perl/Text-Diff | |
parent | stable on amd64 (diff) | |
download | gentoo-2-cd231b64dd7f3b016db51e898913a1e7516e838a.tar.gz gentoo-2-cd231b64dd7f3b016db51e898913a1e7516e838a.tar.bz2 gentoo-2-cd231b64dd7f3b016db51e898913a1e7516e838a.zip |
stable amd64
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-perl/Text-Diff')
-rw-r--r-- | dev-perl/Text-Diff/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-Diff/Text-Diff-0.35.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Text-Diff/ChangeLog b/dev-perl/Text-Diff/ChangeLog index dcecfc023b10..4d66548acdf8 100644 --- a/dev-perl/Text-Diff/ChangeLog +++ b/dev-perl/Text-Diff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-Diff -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.10 2005/12/24 16:00:15 hansmi Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.11 2006/02/06 20:27:52 blubb Exp $ + + 06 Feb 2006; Simon Stelling <blubb@gentoo.org> Text-Diff-0.35.ebuild: + stable on amd64 24 Dec 2005; Michael Hanselmann <hansmi@gentoo.org> Text-Diff-0.35.ebuild: Stable on ppc. diff --git a/dev-perl/Text-Diff/Text-Diff-0.35.ebuild b/dev-perl/Text-Diff/Text-Diff-0.35.ebuild index 9de19afc2333..3283891f6140 100644 --- a/dev-perl/Text-Diff/Text-Diff-0.35.ebuild +++ b/dev-perl/Text-Diff/Text-Diff-0.35.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-0.35.ebuild,v 1.11 2005/12/24 16:00:15 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-0.35.ebuild,v 1.12 2006/02/06 20:27:52 blubb Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/R/RB/RBS/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ppc64 sparc x86" +KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" DEPEND="dev-perl/Algorithm-Diff" |