jer 14/09/17 09:56:39
Modified: ChangeLog ratpoison-9999.ebuild
ratpoison-1.4.8.ebuild
Log:
Remove AC_ARG_ENABLE fail kludge.
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key
A792A613)
Revision Changes Path
1.108 x11-wm/ratpoison/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.108&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.108&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?r1=1.107&r2=1.108
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog 16 Sep 2014 05:44:59 -0000 1.107
+++ ChangeLog 17 Sep 2014 09:56:39 -0000 1.108
@@ -1,6 +1,10 @@
# 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.107
2014/09/16 05:44:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.108
2014/09/17 09:56:39 jer Exp $
+
+ 17 Sep 2014; Jeroen Roovers <[email protected]> ratpoison-1.4.8.ebuild,
+ ratpoison-9999.ebuild:
+ Remove AC_ARG_ENABLE fail kludge.
*ratpoison-1.4.8 (16 Sep 2014)
1.6 x11-wm/ratpoison/ratpoison-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild?r1=1.5&r2=1.6
Index: ratpoison-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ratpoison-9999.ebuild 21 Jul 2014 19:07:58 -0000 1.5
+++ ratpoison-9999.ebuild 17 Sep 2014 09:56:39 -0000 1.6
@@ -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.5 2014/07/21 19:07:58 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild,v
1.6 2014/09/17 09:56:39 jer Exp $
EAPI=5
@@ -39,10 +39,10 @@
src_configure() {
econf \
- --without-electric-fence \
+ $(use_enable debug) \
$(use_enable history) \
$(use_with xft) \
- $(usex debug --enable-debug '')
+ --without-electric-fence
}
src_compile() {
1.2 x11-wm/ratpoison/ratpoison-1.4.8.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.8.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.8.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.8.ebuild?r1=1.1&r2=1.2
Index: ratpoison-1.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ratpoison-1.4.8.ebuild 16 Sep 2014 05:44:59 -0000 1.1
+++ ratpoison-1.4.8.ebuild 17 Sep 2014 09:56:39 -0000 1.2
@@ -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.8.ebuild,v
1.1 2014/09/16 05:44:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.8.ebuild,v
1.2 2014/09/17 09:56:39 jer Exp $
EAPI=5
@@ -38,9 +38,9 @@
src_configure() {
econf \
+ $(use_enable debug) \
$(use_enable history) \
- $(use_with xft) \
- $(usex debug --enable-debug '')
+ $(use_with xft)
}
src_compile() {