public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-apps/xfs: xfs-1.0.6.ebuild ChangeLog xfs-1.0.8.ebuild xfs-1.0.5.ebuild
@ 2009-05-04 14:56 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-05-04 14:56 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/05/04 14:56:26

  Modified:             xfs-1.0.6.ebuild ChangeLog xfs-1.0.8.ebuild
                        xfs-1.0.5.ebuild
  Log:
  Move use_ functions out of global scope.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-apps/xfs/xfs-1.0.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/xfs-1.0.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/xfs-1.0.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/xfs-1.0.6.ebuild?r1=1.1&r2=1.2

Index: xfs-1.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfs-1.0.6.ebuild	10 Mar 2008 01:57:30 -0000	1.1
+++ xfs-1.0.6.ebuild	4 May 2009 14:56:26 -0000	1.2
@@ -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-apps/xfs/xfs-1.0.6.ebuild,v 1.1 2008/03/10 01:57:30 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.0.6.ebuild,v 1.2 2009/05/04 14:56:26 ssuominen Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -18,9 +18,8 @@
 DEPEND="${RDEPEND}
 	x11-proto/fontsproto"
 
-CONFIGURE_OPTIONS="$(use_enable ipv6) --libdir=/etc"
-
 pkg_setup() {
+	CONFIGURE_OPTIONS="$(use_enable ipv6) --libdir=/etc"
 	enewgroup xfs 33
 	enewuser xfs 33 -1 /etc/X11/fs xfs
 }



1.54                 x11-apps/xfs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	6 Jun 2008 21:31:51 -0000	1.53
+++ ChangeLog	4 May 2009 14:56:26 -0000	1.54
@@ -1,6 +1,10 @@
 # ChangeLog for x11-apps/xfs
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v 1.53 2008/06/06 21:31:51 dberkholz Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v 1.54 2009/05/04 14:56:26 ssuominen Exp $
+
+  04 May 2009; Samuli Suominen <ssuominen@gentoo.org> xfs-1.0.5.ebuild,
+  xfs-1.0.6.ebuild, xfs-1.0.8.ebuild:
+  Move use_ functions out of global scope.
 
 *xfs-1.0.8 (06 Jun 2008)
 



1.2                  x11-apps/xfs/xfs-1.0.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/xfs-1.0.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/xfs-1.0.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/xfs-1.0.8.ebuild?r1=1.1&r2=1.2

Index: xfs-1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfs-1.0.8.ebuild	6 Jun 2008 21:31:51 -0000	1.1
+++ xfs-1.0.8.ebuild	4 May 2009 14:56:26 -0000	1.2
@@ -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-apps/xfs/xfs-1.0.8.ebuild,v 1.1 2008/06/06 21:31:51 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.0.8.ebuild,v 1.2 2009/05/04 14:56:26 ssuominen Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -18,9 +18,8 @@
 DEPEND="${RDEPEND}
 	x11-proto/fontsproto"
 
-CONFIGURE_OPTIONS="$(use_enable ipv6) --libdir=/etc"
-
 pkg_setup() {
+	CONFIGURE_OPTIONS="$(use_enable ipv6) --libdir=/etc"
 	enewgroup xfs 33
 	enewuser xfs 33 -1 /etc/X11/fs xfs
 }



1.10                 x11-apps/xfs/xfs-1.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/xfs-1.0.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/xfs-1.0.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xfs/xfs-1.0.5.ebuild?r1=1.9&r2=1.10

Index: xfs-1.0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.0.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfs-1.0.5.ebuild	11 Dec 2007 10:55:35 -0000	1.9
+++ xfs-1.0.5.ebuild	4 May 2009 14:56:26 -0000	1.10
@@ -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-apps/xfs/xfs-1.0.5.ebuild,v 1.9 2007/12/11 10:55:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.0.5.ebuild,v 1.10 2009/05/04 14:56:26 ssuominen Exp $
 
 # Must be before x-modular eclass is inherited
 #SNAPSHOT="yes"
@@ -18,9 +18,8 @@
 DEPEND="${RDEPEND}
 	x11-proto/fontsproto"
 
-CONFIGURE_OPTIONS="$(use_enable ipv6) --libdir=/etc"
-
 pkg_setup() {
+	CONFIGURE_OPTIONS="$(use_enable ipv6) --libdir=/etc"
 	enewgroup xfs 33
 	enewuser xfs 33 -1 /etc/X11/fs xfs
 }






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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-04 14:56 [gentoo-commits] gentoo-x86 commit in x11-apps/xfs: xfs-1.0.6.ebuild ChangeLog xfs-1.0.8.ebuild xfs-1.0.5.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