Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/wdiff: ChangeLog wdiff-1.1.1.ebuild
Date: Wed, 23 May 2012 16:53:30
Message-Id: 20120523165309.7ED752004B@flycatcher.gentoo.org
1 jer 12/05/23 16:53:09
2
3 Modified: ChangeLog
4 Added: wdiff-1.1.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.71 app-text/wdiff/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.71&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.71&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.70&r2=1.71
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
20 retrieving revision 1.70
21 retrieving revision 1.71
22 diff -u -r1.70 -r1.71
23 --- ChangeLog 12 Feb 2012 19:32:26 -0000 1.70
24 +++ ChangeLog 23 May 2012 16:53:09 -0000 1.71
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-text/wdiff
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.70 2012/02/12 19:32:26 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.71 2012/05/23 16:53:09 jer Exp $
30 +
31 +*wdiff-1.1.1 (23 May 2012)
32 +
33 + 23 May 2012; Jeroen Roovers <jer@g.o> +wdiff-1.1.1.ebuild:
34 + Version bump.
35
36 12 Feb 2012; Justin Lecher <jlec@g.o> -wdiff-0.6.5.ebuild,
37 -wdiff-1.0.1.ebuild:
38
39
40
41 1.1 app-text/wdiff/wdiff-1.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-1.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-1.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: wdiff-1.1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-1.1.1.ebuild,v 1.1 2012/05/23 16:53:09 jer Exp $
51
52 EAPI=4
53
54 DESCRIPTION="Create a diff disregarding formatting"
55 HOMEPAGE="http://www.gnu.org/software/wdiff/"
56 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
61 IUSE="experimental test"
62
63 RDEPEND="sys-apps/diffutils
64 sys-apps/less"
65 DEPEND="${RDEPEND}
66 test? ( app-misc/screen )"
67
68 src_configure() {
69 econf \
70 $(use_enable experimental)
71 }