public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [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
Date: Mon, 04 May 2009 14:56:26 +0000	[thread overview]
Message-ID: <E1M0zak-0006X6-Ge@stork.gentoo.org> (raw)

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
 }






                 reply	other threads:[~2009-05-04 14:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1M0zak-0006X6-Ge@stork.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox