Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-0.5-r2.ebuild ChangeLog
Date: Sun, 07 Dec 2008 05:54:26
Message-Id: E1L9Cb2-00054F-MM@stork.gentoo.org
1 vapier 08/12/07 05:54:24
2
3 Modified: wdiff-0.5-r2.ebuild ChangeLog
4 Log:
5 Remove pointless USE=build support.
6 (Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
7
8 Revision Changes Path
9 1.16 app-text/wdiff/wdiff-0.5-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wdiff/wdiff-0.5-r2.ebuild?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wdiff/wdiff-0.5-r2.ebuild?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wdiff/wdiff-0.5-r2.ebuild?r1=1.15&r2=1.16
14
15 Index: wdiff-0.5-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5-r2.ebuild,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- wdiff-0.5-r2.ebuild 6 Jul 2008 18:10:29 -0000 1.15
22 +++ wdiff-0.5-r2.ebuild 7 Dec 2008 05:54:24 -0000 1.16
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5-r2.ebuild,v 1.15 2008/07/06 18:10:29 ricmm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5-r2.ebuild,v 1.16 2008/12/07 05:54:24 vapier Exp $
28
29 inherit eutils
30
31 @@ -12,17 +12,17 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd"
35 -IUSE="build"
36 +IUSE=""
37
38 DEPEND="sys-apps/diffutils
39 sys-apps/less"
40
41 src_unpack() {
42 unpack ${A}
43 - cd ${S}
44 - epatch ${WORKDIR}/${P}-gentoo.diff
45 - epatch ${FILESDIR}/${P}-segfault-fix.diff
46 - epatch ${FILESDIR}/${P}-avoid-wraps.diff
47 + cd "${S}"
48 + epatch "${WORKDIR}"/${P}-gentoo.diff
49 + epatch "${FILESDIR}"/${P}-segfault-fix.diff
50 + epatch "${FILESDIR}"/${P}-avoid-wraps.diff
51 sed -i 's:-ltermcap:-lncurses:' configure
52 }
53
54 @@ -32,18 +32,12 @@
55 # options.
56
57 ./configure --prefix=/usr || die
58 - echo '#define HAVE_TPUTS 1' >>config.h
59 + echo '#define HAVE_TPUTS 1' >> config.h
60 emake || die
61 }
62
63 src_install() {
64 einstall || die
65 -
66 - if ! use build
67 - then
68 - dodoc ChangeLog NEWS README
69 - doman wdiff.1
70 - else
71 - rm -rf ${D}/usr/share/info
72 - fi
73 + dodoc ChangeLog NEWS README
74 + doman wdiff.1
75 }
76
77
78
79 1.29 app-text/wdiff/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.29&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.29&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.28&r2=1.29
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
88 retrieving revision 1.28
89 retrieving revision 1.29
90 diff -u -r1.28 -r1.29
91 --- ChangeLog 6 Jul 2008 18:10:29 -0000 1.28
92 +++ ChangeLog 7 Dec 2008 05:54:24 -0000 1.29
93 @@ -1,6 +1,9 @@
94 # ChangeLog for app-text/wdiff
95 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.28 2008/07/06 18:10:29 ricmm Exp $
97 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
98 +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.29 2008/12/07 05:54:24 vapier Exp $
99 +
100 + 07 Dec 2008; Mike Frysinger <vapier@g.o> wdiff-0.5-r2.ebuild:
101 + Remove pointless USE=build support.
102
103 06 Jul 2008; <ricmm@g.o> wdiff-0.5-r2.ebuild:
104 Drop to ~mips due to unstable deps