Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/ratpoison: ratpoison-1.4.7.ebuild ChangeLog ratpoison-9999.ebuild
Date: Mon, 02 Jun 2014 16:40:58
Message-Id: 20140602164054.0C68B2004E@flycatcher.gentoo.org
1 jer 14/06/02 16:40:53
2
3 Modified: ratpoison-1.4.7.ebuild ChangeLog
4 ratpoison-9999.ebuild
5 Log:
6 Remove obsolete configure --disable-history workaround.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.5 x11-wm/ratpoison/ratpoison-1.4.7.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild?r1=1.4&r2=1.5
16
17 Index: ratpoison-1.4.7.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ratpoison-1.4.7.ebuild 2 Jun 2014 14:05:10 -0000 1.4
24 +++ ratpoison-1.4.7.ebuild 2 Jun 2014 16:40:53 -0000 1.5
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v 1.4 2014/06/02 14:05:10 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v 1.5 2014/06/02 16:40:53 jer Exp $
30
31 EAPI=5
32
33 @@ -38,9 +38,9 @@
34
35 src_configure() {
36 econf \
37 + $(use_enable history) \
38 $(use_with xft) \
39 - $(usex debug --enable-debug '') \
40 - $(usex history '' --disable-history)
41 + $(usex debug --enable-debug '')
42 }
43
44 src_compile() {
45
46
47
48 1.102 x11-wm/ratpoison/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.102&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.102&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?r1=1.101&r2=1.102
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v
57 retrieving revision 1.101
58 retrieving revision 1.102
59 diff -u -r1.101 -r1.102
60 --- ChangeLog 2 Jun 2014 14:05:10 -0000 1.101
61 +++ ChangeLog 2 Jun 2014 16:40:53 -0000 1.102
62 @@ -1,6 +1,10 @@
63 # ChangeLog for x11-wm/ratpoison
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.101 2014/06/02 14:05:10 jer Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.102 2014/06/02 16:40:53 jer Exp $
67 +
68 + 02 Jun 2014; Jeroen Roovers <jer@g.o> ratpoison-1.4.7.ebuild,
69 + ratpoison-9999.ebuild:
70 + Remove obsolete configure --disable-history workaround.
71
72 02 Jun 2014; Jeroen Roovers <jer@g.o> ratpoison-1.4.7.ebuild,
73 ratpoison-9999.ebuild:
74
75
76
77 1.4 x11-wm/ratpoison/ratpoison-9999.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild?rev=1.4&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild?rev=1.4&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild?r1=1.3&r2=1.4
82
83 Index: ratpoison-9999.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild,v
86 retrieving revision 1.3
87 retrieving revision 1.4
88 diff -u -r1.3 -r1.4
89 --- ratpoison-9999.ebuild 2 Jun 2014 14:05:10 -0000 1.3
90 +++ ratpoison-9999.ebuild 2 Jun 2014 16:40:53 -0000 1.4
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2014 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild,v 1.3 2014/06/02 14:05:10 jer Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild,v 1.4 2014/06/02 16:40:53 jer Exp $
96
97 EAPI=5
98
99 @@ -40,9 +40,9 @@
100 src_configure() {
101 econf \
102 --without-electric-fence \
103 + $(use_enable history) \
104 $(use_with xft) \
105 - $(usex debug --enable-debug '') \
106 - $(usex history '' --disable-history)
107 + $(usex debug --enable-debug '')
108 }
109
110 src_compile() {