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