jer         14/06/02 16:40:53

  Modified:             ratpoison-1.4.7.ebuild ChangeLog
                        ratpoison-9999.ebuild
  Log:
  Remove obsolete configure --disable-history workaround.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild?r1=1.4&r2=1.5

Index: ratpoison-1.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ratpoison-1.4.7.ebuild      2 Jun 2014 14:05:10 -0000       1.4
+++ ratpoison-1.4.7.ebuild      2 Jun 2014 16:40:53 -0000       1.5
@@ -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.4 2014/06/02 14:05:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.7.ebuild,v 
1.5 2014/06/02 16:40:53 jer Exp $
 
 EAPI=5
 
@@ -38,9 +38,9 @@
 
 src_configure() {
        econf \
+               $(use_enable history) \
                $(use_with xft) \
-               $(usex debug --enable-debug '') \
-               $(usex history '' --disable-history)
+               $(usex debug --enable-debug '')
 }
 
 src_compile() {



1.102                x11-wm/ratpoison/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.102&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?rev=1.102&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ChangeLog?r1=1.101&r2=1.102

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   2 Jun 2014 14:05:10 -0000       1.101
+++ ChangeLog   2 Jun 2014 16:40:53 -0000       1.102
@@ -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.101 
2014/06/02 14:05:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.102 
2014/06/02 16:40:53 jer Exp $
+
+  02 Jun 2014; Jeroen Roovers <[email protected]> ratpoison-1.4.7.ebuild,
+  ratpoison-9999.ebuild:
+  Remove obsolete configure --disable-history workaround.
 
   02 Jun 2014; Jeroen Roovers <[email protected]> ratpoison-1.4.7.ebuild,
   ratpoison-9999.ebuild:



1.4                  x11-wm/ratpoison/ratpoison-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild?r1=1.3&r2=1.4

Index: ratpoison-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ratpoison-9999.ebuild       2 Jun 2014 14:05:10 -0000       1.3
+++ ratpoison-9999.ebuild       2 Jun 2014 16:40:53 -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-9999.ebuild,v 
1.3 2014/06/02 14:05:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-9999.ebuild,v 
1.4 2014/06/02 16:40:53 jer Exp $
 
 EAPI=5
 
@@ -40,9 +40,9 @@
 src_configure() {
        econf \
                --without-electric-fence \
+               $(use_enable history) \
                $(use_with xft) \
-               $(usex debug --enable-debug '') \
-               $(usex history '' --disable-history)
+               $(usex debug --enable-debug '')
 }
 
 src_compile() {




Reply via email to