summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-04 14:56:26 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-04 14:56:26 +0000
commit9fd3a6401b7903c8eda5de6cf0034098707e3a72 (patch)
treec1487abfdccd009c64bf4ac685b59d3c72a5f6e9
parentVersion bump (diff)
downloadhistorical-9fd3a6401b7903c8eda5de6cf0034098707e3a72.tar.gz
historical-9fd3a6401b7903c8eda5de6cf0034098707e3a72.tar.bz2
historical-9fd3a6401b7903c8eda5de6cf0034098707e3a72.zip
Move use_ functions out of global scope.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
-rw-r--r--x11-apps/lbxproxy/ChangeLog7
-rw-r--r--x11-apps/lbxproxy/lbxproxy-1.0.1.ebuild8
-rw-r--r--x11-apps/xauth/ChangeLog6
-rw-r--r--x11-apps/xauth/xauth-1.0.2.ebuild8
-rw-r--r--x11-apps/xauth/xauth-1.0.3.ebuild6
-rw-r--r--x11-apps/xdm/ChangeLog5
-rw-r--r--x11-apps/xdm/xdm-1.1.8.ebuild14
-rw-r--r--x11-apps/xfs/ChangeLog8
-rw-r--r--x11-apps/xfs/xfs-1.0.5.ebuild7
-rw-r--r--x11-apps/xfs/xfs-1.0.6.ebuild7
-rw-r--r--x11-apps/xfs/xfs-1.0.8.ebuild7
-rw-r--r--x11-apps/xrx/ChangeLog7
-rw-r--r--x11-apps/xrx/xrx-1.0.1.ebuild8
13 files changed, 61 insertions, 37 deletions
diff --git a/x11-apps/lbxproxy/ChangeLog b/x11-apps/lbxproxy/ChangeLog
index 6a496e88c8e2..fab288f1f649 100644
--- a/x11-apps/lbxproxy/ChangeLog
+++ b/x11-apps/lbxproxy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/lbxproxy
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/lbxproxy/ChangeLog,v 1.16 2007/12/19 23:50:56 cla Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/lbxproxy/ChangeLog,v 1.17 2009/05/04 14:50:10 ssuominen Exp $
+
+ 04 May 2009; Samuli Suominen <ssuominen@gentoo.org> lbxproxy-1.0.1.ebuild:
+ Move use_ functions out of global scope.
19 Dec 2007; Dawid Węgliński <cla@gentoo.org> lbxproxy-1.0.1.ebuild:
Stable on x86 (bug #202087)
diff --git a/x11-apps/lbxproxy/lbxproxy-1.0.1.ebuild b/x11-apps/lbxproxy/lbxproxy-1.0.1.ebuild
index 95ef2604b9ad..66c6dccfa81a 100644
--- a/x11-apps/lbxproxy/lbxproxy-1.0.1.ebuild
+++ b/x11-apps/lbxproxy/lbxproxy-1.0.1.ebuild
@@ -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/lbxproxy/lbxproxy-1.0.1.ebuild,v 1.6 2008/01/13 09:35:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/lbxproxy/lbxproxy-1.0.1.ebuild,v 1.7 2009/05/04 14:50:10 ssuominen Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -18,4 +18,6 @@ DEPEND="${RDEPEND}
x11-proto/xproxymanagementprotocol"
IUSE="ipv6"
-CONFIGURE_OPTIONS="$(use_enable ipv6)"
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable ipv6)"
+}
diff --git a/x11-apps/xauth/ChangeLog b/x11-apps/xauth/ChangeLog
index 941d4dc2f7a5..1f198a5cb07a 100644
--- a/x11-apps/xauth/ChangeLog
+++ b/x11-apps/xauth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xauth
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.47 2009/04/16 02:07:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/ChangeLog,v 1.48 2009/05/04 14:53:59 ssuominen Exp $
+
+ 04 May 2009; Samuli Suominen <ssuominen@gentoo.org> xauth-1.0.2.ebuild,
+ xauth-1.0.3.ebuild:
+ Move use_ functions out of global scope.
16 Apr 2009; Jeroen Roovers <jer@gentoo.org> xauth-1.0.3.ebuild:
Stable for HPPA (bug #251832).
diff --git a/x11-apps/xauth/xauth-1.0.2.ebuild b/x11-apps/xauth/xauth-1.0.2.ebuild
index fcf367aa8544..f4b30855ef7d 100644
--- a/x11-apps/xauth/xauth-1.0.2.ebuild
+++ b/x11-apps/xauth/xauth-1.0.2.ebuild
@@ -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/xauth/xauth-1.0.2.ebuild,v 1.11 2007/08/07 13:25:49 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.2.ebuild,v 1.12 2009/05/04 14:53:59 ssuominen Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -18,4 +18,6 @@ RDEPEND="x11-libs/libX11
x11-libs/libXmu"
DEPEND="${RDEPEND}"
-CONFIGURE_OPTIONS="$(use_enable ipv6)"
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable ipv6)"
+}
diff --git a/x11-apps/xauth/xauth-1.0.3.ebuild b/x11-apps/xauth/xauth-1.0.3.ebuild
index 72361c820ec2..e3ba756383fc 100644
--- a/x11-apps/xauth/xauth-1.0.3.ebuild
+++ b/x11-apps/xauth/xauth-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.3.ebuild,v 1.8 2009/04/16 02:07:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xauth/xauth-1.0.3.ebuild,v 1.9 2009/05/04 14:53:59 ssuominen Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -18,4 +18,6 @@ RDEPEND="x11-libs/libX11
x11-libs/libXmu"
DEPEND="${RDEPEND}"
-CONFIGURE_OPTIONS="$(use_enable ipv6)"
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable ipv6)"
+}
diff --git a/x11-apps/xdm/ChangeLog b/x11-apps/xdm/ChangeLog
index a838497647d0..233d527f2138 100644
--- a/x11-apps/xdm/ChangeLog
+++ b/x11-apps/xdm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xdm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.95 2009/04/22 21:01:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/ChangeLog,v 1.96 2009/05/04 14:52:34 ssuominen Exp $
+
+ 04 May 2009; Samuli Suominen <ssuominen@gentoo.org> xdm-1.1.8.ebuild:
+ Move use_ functions out of global scope.
22 Apr 2009; Markus Meier <maekke@gentoo.org> xdm-1.1.8:
amd64 stable, bug #265404
diff --git a/x11-apps/xdm/xdm-1.1.8.ebuild b/x11-apps/xdm/xdm-1.1.8.ebuild
index ba233383ed53..d7909d330f96 100644
--- a/x11-apps/xdm/xdm-1.1.8.ebuild
+++ b/x11-apps/xdm/xdm-1.1.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.8.ebuild,v 1.8 2009/04/22 21:01:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdm/xdm-1.1.8.ebuild,v 1.9 2009/05/04 14:52:34 ssuominen Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -29,11 +29,13 @@ DEPEND="${RDEPEND}
PATCHES="${FILESDIR}/wtmp.patch
${FILESDIR}/xwilling-hang.patch"
-CONFIGURE_OPTIONS="$(use_enable ipv6)
- $(use_with pam)
- --disable-xprint
- --with-default-vt=${DEFAULTVT}
- --with-xdmconfigdir=/etc/X11/xdm"
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable ipv6)
+ $(use_with pam)
+ --disable-xprint
+ --with-default-vt=${DEFAULTVT}
+ --with-xdmconfigdir=/etc/X11/xdm"
+}
src_install() {
x-modular_src_install
diff --git a/x11-apps/xfs/ChangeLog b/x11-apps/xfs/ChangeLog
index 7d7a9d50121e..8bb3ac21832b 100644
--- a/x11-apps/xfs/ChangeLog
+++ b/x11-apps/xfs/ChangeLog
@@ -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)
diff --git a/x11-apps/xfs/xfs-1.0.5.ebuild b/x11-apps/xfs/xfs-1.0.5.ebuild
index 562f1af6af4c..e280e3f48e25 100644
--- a/x11-apps/xfs/xfs-1.0.5.ebuild
+++ b/x11-apps/xfs/xfs-1.0.5.ebuild
@@ -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 @@ RDEPEND="x11-apps/ttmkfdir
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
}
diff --git a/x11-apps/xfs/xfs-1.0.6.ebuild b/x11-apps/xfs/xfs-1.0.6.ebuild
index 6cf3bf2fbf48..67e767b093c6 100644
--- a/x11-apps/xfs/xfs-1.0.6.ebuild
+++ b/x11-apps/xfs/xfs-1.0.6.ebuild
@@ -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 @@ RDEPEND="x11-apps/ttmkfdir
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
}
diff --git a/x11-apps/xfs/xfs-1.0.8.ebuild b/x11-apps/xfs/xfs-1.0.8.ebuild
index bab0b32bd2bd..b56f7e3c3acd 100644
--- a/x11-apps/xfs/xfs-1.0.8.ebuild
+++ b/x11-apps/xfs/xfs-1.0.8.ebuild
@@ -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 @@ RDEPEND="x11-apps/ttmkfdir
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
}
diff --git a/x11-apps/xrx/ChangeLog b/x11-apps/xrx/ChangeLog
index c2b9afda77fa..dd404851cb6e 100644
--- a/x11-apps/xrx/ChangeLog
+++ b/x11-apps/xrx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xrx
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrx/ChangeLog,v 1.14 2008/10/11 22:24:36 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrx/ChangeLog,v 1.15 2009/05/04 14:48:24 ssuominen Exp $
+
+ 04 May 2009; Samuli Suominen <ssuominen@gentoo.org> xrx-1.0.1.ebuild:
+ Move use_ functions out of global scope.
11 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> xrx-1.0.1.ebuild:
Fix build dependencies.
diff --git a/x11-apps/xrx/xrx-1.0.1.ebuild b/x11-apps/xrx/xrx-1.0.1.ebuild
index 682a29917ac3..fba2311a7a47 100644
--- a/x11-apps/xrx/xrx-1.0.1.ebuild
+++ b/x11-apps/xrx/xrx-1.0.1.ebuild
@@ -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/xrx/xrx-1.0.1.ebuild,v 1.5 2008/10/11 22:24:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrx/xrx-1.0.1.ebuild,v 1.6 2009/05/04 14:48:24 ssuominen Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -16,4 +16,6 @@ DEPEND="${RDEPEND}
x11-proto/xproxymanagementprotocol"
IUSE="ipv6"
-CONFIGURE_OPTIONS="$(use_enable ipv6)"
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable ipv6)"
+}