diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-04 14:56:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-04 14:56:26 +0000 |
commit | d2e77ad31147d6dc9430c7e3a51c968dd3c83511 (patch) | |
tree | b06d3b622bdf2f7c24b5412284ad63f432156d07 /x11-apps/xfs | |
parent | Move use_ functions out of global scope. (diff) | |
download | gentoo-2-d2e77ad31147d6dc9430c7e3a51c968dd3c83511.tar.gz gentoo-2-d2e77ad31147d6dc9430c7e3a51c968dd3c83511.tar.bz2 gentoo-2-d2e77ad31147d6dc9430c7e3a51c968dd3c83511.zip |
Move use_ functions out of global scope.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xfs')
-rw-r--r-- | x11-apps/xfs/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xfs/xfs-1.0.5.ebuild | 7 | ||||
-rw-r--r-- | x11-apps/xfs/xfs-1.0.6.ebuild | 7 | ||||
-rw-r--r-- | x11-apps/xfs/xfs-1.0.8.ebuild | 7 |
4 files changed, 15 insertions, 14 deletions
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 } |