public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: libXaw-1.0.3.ebuild ChangeLog libXaw-1.0.4.ebuild
@ 2009-05-04 17:03 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-05-04 17:03 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/05/04 17:03:40

  Modified:             libXaw-1.0.3.ebuild ChangeLog libXaw-1.0.4.ebuild
  Log:
  Move use_ functions out of global scope.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 x11-libs/libXaw/libXaw-1.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.3.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.3.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.3.ebuild?r1=1.11&r2=1.12

Index: libXaw-1.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libXaw-1.0.3.ebuild	7 Aug 2007 13:07:05 -0000	1.11
+++ libXaw-1.0.3.ebuild	4 May 2009 17:03:40 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.3.ebuild,v 1.11 2007/08/07 13:07:05 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.3.ebuild,v 1.12 2009/05/04 17:03:40 ssuominen Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -21,9 +21,9 @@
 DEPEND="${RDEPEND}
 	sys-apps/ed"
 
-CONFIGURE_OPTIONS="$(use_enable xprint xaw8)"
-
 pkg_setup() {
+	CONFIGURE_OPTIONS="$(use_enable xprint xaw8)"
+
 	# No such function yet
 	# x-modular_pkg_setup
 



1.58                 x11-libs/libXaw/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	16 Apr 2009 02:13:33 -0000	1.57
+++ ChangeLog	4 May 2009 17:03:40 -0000	1.58
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libXaw
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.57 2009/04/16 02:13:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.58 2009/05/04 17:03:40 ssuominen Exp $
+
+  04 May 2009; Samuli Suominen <ssuominen@gentoo.org> libXaw-1.0.3.ebuild,
+  libXaw-1.0.4.ebuild:
+  Move use_ functions out of global scope.
 
   16 Apr 2009; Jeroen Roovers <jer@gentoo.org> libXaw-1.0.5.ebuild:
   Stable for HPPA (bug #251832).



1.9                  x11-libs/libXaw/libXaw-1.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.4.ebuild?r1=1.8&r2=1.9

Index: libXaw-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libXaw-1.0.4.ebuild	13 Jan 2008 09:23:19 -0000	1.8
+++ libXaw-1.0.4.ebuild	4 May 2009 17:03:40 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.4.ebuild,v 1.8 2008/01/13 09:23:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.4.ebuild,v 1.9 2009/05/04 17:03:40 ssuominen Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -21,9 +21,9 @@
 DEPEND="${RDEPEND}
 	sys-apps/ed"
 
-CONFIGURE_OPTIONS="$(use_enable xprint xaw8)"
-
 pkg_setup() {
+	CONFIGURE_OPTIONS="$(use_enable xprint xaw8)"
+
 	# No such function yet
 	# x-modular_pkg_setup
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-04 17:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-04 17:03 [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: libXaw-1.0.3.ebuild ChangeLog libXaw-1.0.4.ebuild Samuli Suominen (ssuominen)

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