diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-26 22:17:01 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-26 22:17:01 +0000 |
commit | 8040cc62f1b9677b2f8a7cc1d49dbcb61144d25d (patch) | |
tree | 2dc6b44ea72208f047d54556840f5b90b5908647 /app-text/wdiff | |
parent | version bump (bug #93214) (diff) | |
download | historical-8040cc62f1b9677b2f8a7cc1d49dbcb61144d25d.tar.gz historical-8040cc62f1b9677b2f8a7cc1d49dbcb61144d25d.tar.bz2 historical-8040cc62f1b9677b2f8a7cc1d49dbcb61144d25d.zip |
add ~alpha ~ia64
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-text/wdiff')
-rw-r--r-- | app-text/wdiff/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wdiff/Manifest | 16 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-0.5-r2.ebuild | 4 |
3 files changed, 19 insertions, 6 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index e363f5a4b6ac..ad2ed1158ec0 100644 --- a/app-text/wdiff/ChangeLog +++ b/app-text/wdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wdiff # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.18 2005/04/24 11:45:22 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.19 2005/07/26 22:17:01 agriffis Exp $ + + 26 Jul 2005; Aron Griffis <agriffis@gentoo.org> wdiff-0.5-r2.ebuild: + add ~alpha ~ia64 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> wdiff-0.5-r2.ebuild: Stable on ppc. diff --git a/app-text/wdiff/Manifest b/app-text/wdiff/Manifest index 18eb41390719..3c4371efdcf0 100644 --- a/app-text/wdiff/Manifest +++ b/app-text/wdiff/Manifest @@ -1,6 +1,16 @@ -MD5 c9aa33082407b4ece57311599faf00d5 wdiff-0.5-r2.ebuild 1076 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 58818d95e94e6dcd6a34edd95d8bc907 wdiff-0.5-r2.ebuild 1091 MD5 0c131a7201c4670302767f93643876fa metadata.xml 165 -MD5 becb8825ef28dc9269a7f0b9e95253e1 ChangeLog 2307 -MD5 d6f2ef7713b8a0187fd684b0d8010347 files/digest-wdiff-0.5-r2 128 +MD5 8b729dce46a98af74dd5c37e00eca1df ChangeLog 2400 MD5 9857b4daaad6db84f5c7dd600a7e7b4c files/wdiff-0.5-segfault-fix.diff 487 +MD5 d6f2ef7713b8a0187fd684b0d8010347 files/digest-wdiff-0.5-r2 128 MD5 c0daaa4f7a7f181a9900d082fe2f5a7a files/wdiff-0.5-avoid-wraps.diff 401 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC5rZnBXaUFmZvwyMRAgnPAJ9QTd83729Ccd8kAZk7e1PAqfQktQCfd72C +NDQx5C8YY+CrpBrK6n5eKMQ= +=UZYj +-----END PGP SIGNATURE----- diff --git a/app-text/wdiff/wdiff-0.5-r2.ebuild b/app-text/wdiff/wdiff-0.5-r2.ebuild index 1d46be2a2db7..b1a306b23908 100644 --- a/app-text/wdiff/wdiff-0.5-r2.ebuild +++ b/app-text/wdiff/wdiff-0.5-r2.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/app-text/wdiff/wdiff-0.5-r2.ebuild,v 1.5 2005/04/24 11:45:22 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5-r2.ebuild,v 1.6 2005/07/26 22:17:01 agriffis Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~mips ppc ~sparc x86" +KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ~sparc x86" IUSE="build" DEPEND="sys-apps/diffutils |