public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xnee: ChangeLog xnee-3.10.ebuild xnee-3.09.ebuild
@ 2011-11-27  4:38 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2011-11-27  4:38 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/11/27 04:38:16

  Modified:             ChangeLog xnee-3.10.ebuild xnee-3.09.ebuild
  Log:
  Build in the source tree.
  
  (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 x11-misc/xnee/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	19 Nov 2011 05:03:12 -0000	1.16
+++ ChangeLog	27 Nov 2011 04:38:16 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xnee
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.16 2011/11/19 05:03:12 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.17 2011/11/27 04:38:16 radhermit Exp $
+
+  27 Nov 2011; Tim Harder <radhermit@gentoo.org> xnee-3.09.ebuild,
+  xnee-3.10.ebuild:
+  Build in the source tree.
 
 *xnee-3.10 (19 Nov 2011)
 



1.2                  x11-misc/xnee/xnee-3.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild?r1=1.1&r2=1.2

Index: xnee-3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xnee-3.10.ebuild	19 Nov 2011 05:03:12 -0000	1.1
+++ xnee-3.10.ebuild	27 Nov 2011 04:38:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v 1.1 2011/11/19 05:03:12 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v 1.2 2011/11/27 04:38:16 radhermit Exp $
 
 EAPI=4
 
@@ -41,6 +41,8 @@
 # enabled. Xlib: extension "RECORD" missing on display ":0.0".
 RESTRICT="test"
 
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
 src_configure() {
 	local myconf=""
 



1.2                  x11-misc/xnee/xnee-3.09.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild?r1=1.1&r2=1.2

Index: xnee-3.09.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xnee-3.09.ebuild	9 Aug 2011 18:48:13 -0000	1.1
+++ xnee-3.09.ebuild	27 Nov 2011 04:38:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v 1.1 2011/08/09 18:48:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v 1.2 2011/11/27 04:38:16 radhermit Exp $
 
 EAPI=4
 
@@ -39,6 +39,8 @@
 # enabled. Xlib: extension "RECORD" missing on display ":0.0".
 RESTRICT="test"
 
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
 src_configure() {
 	local myconf=""
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xnee: ChangeLog xnee-3.10.ebuild xnee-3.09.ebuild
@ 2011-11-27 23:17 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2011-11-27 23:17 UTC (permalink / raw
  To: gentoo-commits

jer         11/11/27 23:17:24

  Modified:             ChangeLog xnee-3.10.ebuild xnee-3.09.ebuild
  Log:
  Do not use autotools-utils.eclass (bug #392133).
  
  (Portage version: 2.2.0_alpha78/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 x11-misc/xnee/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	27 Nov 2011 04:38:16 -0000	1.17
+++ ChangeLog	27 Nov 2011 23:17:24 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xnee
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.17 2011/11/27 04:38:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.18 2011/11/27 23:17:24 jer Exp $
+
+  27 Nov 2011; Jeroen Roovers <jer@gentoo.org> xnee-3.09.ebuild,
+  xnee-3.10.ebuild:
+  Do not use autotools-utils.eclass (bug #392133).
 
   27 Nov 2011; Tim Harder <radhermit@gentoo.org> xnee-3.09.ebuild,
   xnee-3.10.ebuild:



1.3                  x11-misc/xnee/xnee-3.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild?r1=1.2&r2=1.3

Index: xnee-3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xnee-3.10.ebuild	27 Nov 2011 04:38:16 -0000	1.2
+++ xnee-3.10.ebuild	27 Nov 2011 23:17:24 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v 1.2 2011/11/27 04:38:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v 1.3 2011/11/27 23:17:24 jer Exp $
 
 EAPI=4
 
-inherit autotools-utils eutils
+inherit eutils
 
 DESCRIPTION="Program suite to record, replay and distribute user actions."
 HOMEPAGE="http://www.sandklef.com/xnee/"
@@ -70,5 +70,7 @@
 	default
 	dodoc AUTHORS BUGS ChangeLog FAQ NEWS README TODO
 	use gnome && make_desktop_entry gnee Gnee ${PN} "Utility;GTK"
-	use static-libs || remove_libtool_files
+	if ! use static-libs; then
+		rm -f "${D}"/usr/lib*/lib*.la
+	fi
 }



1.3                  x11-misc/xnee/xnee-3.09.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild?r1=1.2&r2=1.3

Index: xnee-3.09.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xnee-3.09.ebuild	27 Nov 2011 04:38:16 -0000	1.2
+++ xnee-3.09.ebuild	27 Nov 2011 23:17:24 -0000	1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v 1.2 2011/11/27 04:38:16 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v 1.3 2011/11/27 23:17:24 jer Exp $
 
 EAPI=4
 
-inherit autotools-utils eutils
+inherit eutils
 
 DESCRIPTION="Program suite to record, replay and distribute user actions."
 HOMEPAGE="http://www.sandklef.com/xnee/"
@@ -69,5 +69,7 @@
 	default
 	dodoc AUTHORS BUGS ChangeLog FAQ NEWS README TODO
 	use gnome && make_desktop_entry gnee Gnee ${PN} "Utility;GTK"
-	use static-libs || remove_libtool_files
+	if ! use static-libs; then
+		rm -f "${D}"/usr/lib*/lib*.la
+	fi
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/xnee: ChangeLog xnee-3.10.ebuild xnee-3.09.ebuild
@ 2011-11-28  6:58 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2011-11-28  6:58 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/11/28 06:58:03

  Modified:             ChangeLog xnee-3.10.ebuild xnee-3.09.ebuild
  Log:
  Remove unused autotools setting.
  
  (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 x11-misc/xnee/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xnee/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	27 Nov 2011 23:17:24 -0000	1.18
+++ ChangeLog	28 Nov 2011 06:58:03 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/xnee
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.18 2011/11/27 23:17:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.19 2011/11/28 06:58:03 radhermit Exp $
+
+  28 Nov 2011; Tim Harder <radhermit@gentoo.org> xnee-3.09.ebuild,
+  xnee-3.10.ebuild:
+  Remove unused autotools setting.
 
   27 Nov 2011; Jeroen Roovers <jer@gentoo.org> xnee-3.09.ebuild,
   xnee-3.10.ebuild:



1.4                  x11-misc/xnee/xnee-3.10.ebuild

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

Index: xnee-3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xnee-3.10.ebuild	27 Nov 2011 23:17:24 -0000	1.3
+++ xnee-3.10.ebuild	28 Nov 2011 06:58:03 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v 1.3 2011/11/27 23:17:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.10.ebuild,v 1.4 2011/11/28 06:58:03 radhermit Exp $
 
 EAPI=4
 
@@ -41,8 +41,6 @@
 # enabled. Xlib: extension "RECORD" missing on display ":0.0".
 RESTRICT="test"
 
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
 src_configure() {
 	local myconf=""
 



1.4                  x11-misc/xnee/xnee-3.09.ebuild

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

Index: xnee-3.09.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xnee-3.09.ebuild	27 Nov 2011 23:17:24 -0000	1.3
+++ xnee-3.09.ebuild	28 Nov 2011 06:58:03 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v 1.3 2011/11/27 23:17:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.09.ebuild,v 1.4 2011/11/28 06:58:03 radhermit Exp $
 
 EAPI=4
 
@@ -39,8 +39,6 @@
 # enabled. Xlib: extension "RECORD" missing on display ":0.0".
 RESTRICT="test"
 
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
 src_configure() {
 	local myconf=""
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-11-28  6:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-27  4:38 [gentoo-commits] gentoo-x86 commit in x11-misc/xnee: ChangeLog xnee-3.10.ebuild xnee-3.09.ebuild Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2011-11-27 23:17 Jeroen Roovers (jer)
2011-11-28  6:58 Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox