Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/wdiff: wdiff-0.6.4.ebuild wdiff-0.6.5.ebuild ChangeLog
Date: Thu, 06 Jan 2011 16:34:31
Message-Id: 20110106163421.25CDD20051@flycatcher.gentoo.org
1 jlec 11/01/06 16:34:21
2
3 Modified: wdiff-0.6.4.ebuild wdiff-0.6.5.ebuild ChangeLog
4 Log:
5 Some Clean up
6
7 (Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 app-text/wdiff/wdiff-0.6.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-0.6.4.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-0.6.4.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-0.6.4.ebuild?r1=1.7&r2=1.8
15
16 Index: wdiff-0.6.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.4.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- wdiff-0.6.4.ebuild 28 Dec 2010 15:28:40 -0000 1.7
23 +++ wdiff-0.6.4.ebuild 6 Jan 2011 16:34:20 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.4.ebuild,v 1.7 2010/12/28 15:28:40 ranger Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.4.ebuild,v 1.8 2011/01/06 16:34:20 jlec Exp $
30
31 EAPI="2"
32
33 @@ -16,6 +16,7 @@
34 DEPEND="
35 sys-apps/diffutils
36 sys-apps/less"
37 +RDEPEND="${DEPEND}"
38
39 src_install() {
40 emake DESTDIR="${D}" install || die
41
42
43
44 1.2 app-text/wdiff/wdiff-0.6.5.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-0.6.5.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-0.6.5.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-0.6.5.ebuild?r1=1.1&r2=1.2
49
50 Index: wdiff-0.6.5.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.5.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- wdiff-0.6.5.ebuild 5 Dec 2010 20:18:29 -0000 1.1
57 +++ wdiff-0.6.5.ebuild 6 Jan 2011 16:34:20 -0000 1.2
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2010 Gentoo Foundation
60 +# Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.5.ebuild,v 1.1 2010/12/05 20:18:29 jer Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.6.5.ebuild,v 1.2 2011/01/06 16:34:20 jlec Exp $
64
65 EAPI="2"
66
67 @@ -16,6 +16,7 @@
68 DEPEND="
69 sys-apps/diffutils
70 sys-apps/less"
71 +RDEPEND="${DEPEND}"
72
73 src_install() {
74 emake DESTDIR="${D}" install || die
75
76
77
78 1.53 app-text/wdiff/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.53&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.53&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.52&r2=1.53
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
87 retrieving revision 1.52
88 retrieving revision 1.53
89 diff -u -r1.52 -r1.53
90 --- ChangeLog 29 Dec 2010 02:00:47 -0000 1.52
91 +++ ChangeLog 6 Jan 2011 16:34:20 -0000 1.53
92 @@ -1,6 +1,10 @@
93 # ChangeLog for app-text/wdiff
94 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.52 2010/12/29 02:00:47 darkside Exp $
96 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
97 +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.53 2011/01/06 16:34:20 jlec Exp $
98 +
99 + 06 Jan 2011; Justin Lecher <jlec@g.o> wdiff-0.6.4.ebuild,
100 + wdiff-0.6.5.ebuild:
101 + Some Clean up
102
103 29 Dec 2010; Jeremy Olexa <darkside@g.o> -wdiff-0.5-r2.ebuild,
104 -wdiff-0.5-r3.ebuild, -wdiff-0.6.0-r1.ebuild, -wdiff-0.6.1.ebuild,