jer 14/06/02 14:05:10
Modified: ratpoison-1.4.7.ebuild ratpoison-9999.ebuild
ChangeLog
Log:
Work around configure error interpreting --disable-debug (bug #512168 by
no-person).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
A792A613)
Revision Changes Path
1.4 x11-wm/ratpoison/ratpoison-1.4.7.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild?r1=1.3&r2=1.4
Index: ratpoison-1.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ratpoison-1.4.7.ebuild 31 May 2014 16:59:18 -0000 1.3
+++ ratpoison-1.4.7.ebuild 2 Jun 2014 14:05:10 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v
1.3 2014/05/31 16:59:18 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v
1.4 2014/06/02 14:05:10 jer Exp $
EAPI=5
@@ -38,8 +38,8 @@
src_configure() {
econf \
- $(use_enable debug) \
$(use_with xft) \
+ $(usex debug --enable-debug '') \
$(usex history '' --disable-history)
}
1.3 x11-wm/ratpoison/ratpoison-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild?r1=1.2&r2=1.3
Index: ratpoison-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ratpoison-9999.ebuild 6 Mar 2014 18:31:27 -0000 1.2
+++ ratpoison-9999.ebuild 2 Jun 2014 14:05:10 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild,v
1.2 2014/03/06 18:31:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild,v
1.3 2014/06/02 14:05:10 jer Exp $
EAPI=5
@@ -40,8 +40,8 @@
src_configure() {
econf \
--without-electric-fence \
- $(use_enable debug) \
$(use_with xft) \
+ $(usex debug --enable-debug '') \
$(usex history '' --disable-history)
}
1.101 x11-wm/ratpoison/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.101&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.101&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?r1=1.100&r2=1.101
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog 31 May 2014 16:59:18 -0000 1.100
+++ ChangeLog 2 Jun 2014 14:05:10 -0000 1.101
@@ -1,6 +1,11 @@
# ChangeLog for x11-wm/ratpoison
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.100
2014/05/31 16:59:18 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.101
2014/06/02 14:05:10 jer Exp $
+
+ 02 Jun 2014; Jeroen Roovers <[email protected]> ratpoison-1.4.7.ebuild,
+ ratpoison-9999.ebuild:
+ Work around configure error interpreting --disable-debug (bug #512168 by
+ no-person).
31 May 2014; Chema Alonso <[email protected]> ratpoison-1.4.7.ebuild:
Stable for amd64 wrt bug #511108