diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-12 02:14:00 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-04-12 02:14:00 +0000 |
commit | 28ff2a1fadd85224dbe221068ad93b4c58d0f563 (patch) | |
tree | 53d5f2497d29d8cff4c11060704bbbe06553362b /dev-perl/Text-Diff | |
parent | small change (diff) | |
download | historical-28ff2a1fadd85224dbe221068ad93b4c58d0f563.tar.gz historical-28ff2a1fadd85224dbe221068ad93b4c58d0f563.tar.bz2 historical-28ff2a1fadd85224dbe221068ad93b4c58d0f563.zip |
Keyworded ~sparc
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-perl/Text-Diff')
-rw-r--r-- | dev-perl/Text-Diff/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-Diff/Manifest | 14 | ||||
-rw-r--r-- | dev-perl/Text-Diff/Text-Diff-0.35.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/dev-perl/Text-Diff/ChangeLog b/dev-perl/Text-Diff/ChangeLog index 6394fc814c5a..99f1de221bef 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.5 2005/04/09 00:27:22 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/ChangeLog,v 1.6 2005/04/12 02:14:00 gustavoz Exp $ + + 12 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> Text-Diff-0.35.ebuild: + Keyworded ~sparc 09 Apr 2005; Christian Parpart <trapni@gentoo.org> Text-Diff-0.35.ebuild: added to ~amd64 diff --git a/dev-perl/Text-Diff/Manifest b/dev-perl/Text-Diff/Manifest index ac159f9a390e..4b3abd21a9b3 100644 --- a/dev-perl/Text-Diff/Manifest +++ b/dev-perl/Text-Diff/Manifest @@ -1,4 +1,14 @@ -MD5 dd395f7bc49875ef1b42ff68f25e7728 ChangeLog 641 -MD5 0145c7410f2e54d93777082f24cf9c65 Text-Diff-0.35.ebuild 513 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 02d2697e7a279e1f9ca8b20c734a6b5c ChangeLog 740 +MD5 5a03a6d42db8c053e604b42114c70f30 Text-Diff-0.35.ebuild 522 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 81be5a11342996d93baeaa183a5b2375 files/digest-Text-Diff-0.35 65 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) + +iD8DBQFCWy75KRy60XGEcJIRAu/JAJ0RgtZpBEXm3wJvVx2hg04ag6PrPgCcCSAZ +4YXXJZOHAmo0nbBEgIfDTF4= +=jl8W +-----END PGP SIGNATURE----- diff --git a/dev-perl/Text-Diff/Text-Diff-0.35.ebuild b/dev-perl/Text-Diff/Text-Diff-0.35.ebuild index f460b0753a35..81d053a2bebe 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 # 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.6 2005/04/09 00:27:22 trapni Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Diff/Text-Diff-0.35.ebuild,v 1.7 2005/04/12 02:14:00 gustavoz Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://www.cpan.org/authors/id/R/RB/RBS/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~ppc64 ~amd64" +KEYWORDS="x86 ~ppc ~ppc64 ~amd64 ~sparc" IUSE="" DEPEND="dev-perl/Algorithm-Diff" |