diff options
Diffstat (limited to 'app-text/wdiff')
-rw-r--r-- | app-text/wdiff/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/wdiff/Manifest | 4 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-0.5-r2.ebuild | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index 4df604786a6c..0e7376554716 100644 --- a/app-text/wdiff/ChangeLog +++ b/app-text/wdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wdiff -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.23 2006/12/18 20:59:12 eroyf Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.24 2008/03/24 19:48:51 armin76 Exp $ + + 24 Mar 2008; Raúl Porcel <armin76@gentoo.org> wdiff-0.5-r2.ebuild: + Fix bug #89250 18 Dec 2006; Alexander H. Færøy <eroyf@gentoo.org> wdiff-0.5-r2.ebuild: Stable on MIPS. diff --git a/app-text/wdiff/Manifest b/app-text/wdiff/Manifest index 81c16dc3fc0c..ae57b8288163 100644 --- a/app-text/wdiff/Manifest +++ b/app-text/wdiff/Manifest @@ -2,6 +2,6 @@ AUX wdiff-0.5-avoid-wraps.diff 401 RMD160 7e25aa8c44a131d3dd1631ca76142c6ec52ea5 AUX wdiff-0.5-segfault-fix.diff 487 RMD160 0462bb29901c439307bc80338b4c2759aa6fa84f SHA1 6a83a6c412b63996d4a6b35cab8a733374fcb1ff SHA256 6ad068f5f0a7c7f8c96cd03b4a5ab24f6065fc09ba9abe3b0e22c2d2f89edcd9 DIST wdiff-0.5-gentoo.diff.bz2 253 RMD160 99cd2ba6fdeda177e380a7cf2cfd95c0df941426 SHA1 1745f579d8144f33dbb177db890b97032940b5ec SHA256 edc00a72975cd680a32bb6afec7b0c4747c1745fd70a033152caf56796de3f0e DIST wdiff-0.5.tar.gz 129267 RMD160 7b313cfaca2ec3759048888bbdba0be1cd88a5e1 SHA1 44e18850e16518633139cf24a83165e62e3baa95 SHA256 ecfda74a17d12c84873a17943b0f3a509ac012cc35708864462a5380a8d2b428 -EBUILD wdiff-0.5-r2.ebuild 1085 RMD160 a02bf767182b796eb212b5ac82e10a515ca97a8a SHA1 bf58849f8f32cab59edf08f4d026c5a46da94caa SHA256 07f7950705c81292679df0d911d826c3ee546b0ab22c0752cd3693494c4d4654 -MISC ChangeLog 2777 RMD160 72829caee20c21032c484e7b4bccb0155844205b SHA1 e5cc1aece4bdc5cd5a229e09a790f503992a201f SHA256 4a6a91598c4ae543a77a240d511ca6c17a5ce3ed4cf10a54cbbab23d689b6a67 +EBUILD wdiff-0.5-r2.ebuild 1127 RMD160 42ae3f2241471ed4c1508eb312e92e74662a84a9 SHA1 256750b5ba63c52efa8413177a796303da846788 SHA256 499bdf66f962f5fe5f1a522ee9c0cb6558cac6e40f6dd94639ea8bb64e5caf0d +MISC ChangeLog 2867 RMD160 74f8959f337725fceaa1feebf8559fc45d84966d SHA1 fd854b27d10ed8d25254cb580342059c27c73770 SHA256 e1baf582c02c1b13e192350735055b49d7864b9c72a1ef6f9b2f1c3a6bd3e896 MISC metadata.xml 165 RMD160 c4557a3518a065b077539be5a0f20e4735fc2141 SHA1 1831705b1eb97b63968fc9eef31aa904a69a854a SHA256 75ca85c472d4181ae0de529c83826baaebe75d9e750ee6621758b5096bceffcd diff --git a/app-text/wdiff/wdiff-0.5-r2.ebuild b/app-text/wdiff/wdiff-0.5-r2.ebuild index 33de52773b88..46d218266357 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-2006 Gentoo Foundation +# Copyright 1999-2008 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.10 2006/12/18 20:59:12 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5-r2.ebuild,v 1.11 2008/03/24 19:48:51 armin76 Exp $ inherit eutils @@ -32,6 +32,7 @@ src_compile() { # options. ./configure --prefix=/usr || die + echo '#define HAVE_TPUTS 1' >>config.h emake || die } |