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.2.ebuild
Date: Thu, 31 May 2012 03:01:06
Message-Id: 20120531030042.03E862004B@flycatcher.gentoo.org
1 jer 12/05/31 03:00:42
2
3 Modified: ChangeLog
4 Added: wdiff-1.1.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.72 app-text/wdiff/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.72&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?rev=1.72&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/ChangeLog?r1=1.71&r2=1.72
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v
20 retrieving revision 1.71
21 retrieving revision 1.72
22 diff -u -r1.71 -r1.72
23 --- ChangeLog 23 May 2012 16:53:09 -0000 1.71
24 +++ ChangeLog 31 May 2012 03:00:41 -0000 1.72
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.71 2012/05/23 16:53:09 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.72 2012/05/31 03:00:41 jer Exp $
30 +
31 +*wdiff-1.1.2 (31 May 2012)
32 +
33 + 31 May 2012; Jeroen Roovers <jer@g.o> +wdiff-1.1.2.ebuild:
34 + Version bump.
35
36 *wdiff-1.1.1 (23 May 2012)
37
38
39
40
41 1.1 app-text/wdiff/wdiff-1.1.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-1.1.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wdiff/wdiff-1.1.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: wdiff-1.1.2.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.2.ebuild,v 1.1 2012/05/31 03:00:41 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 }