summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-04 16:59:19 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-04 16:59:19 +0000
commit9c24f25369c0d125cf4cadcc6a4eaced1f41155e (patch)
tree0d2136140c32ab49ebaa965cf63d28507ac4aab6 /x11-libs/libXfont
parentMove use_ functions out of global scope. (diff)
downloadgentoo-2-9c24f25369c0d125cf4cadcc6a4eaced1f41155e.tar.gz
gentoo-2-9c24f25369c0d125cf4cadcc6a4eaced1f41155e.tar.bz2
gentoo-2-9c24f25369c0d125cf4cadcc6a4eaced1f41155e.zip
Move use_ functions out of global scope.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXfont')
-rw-r--r--x11-libs/libXfont/ChangeLog6
-rw-r--r--x11-libs/libXfont/libXfont-1.3.1-r1.ebuild10
-rw-r--r--x11-libs/libXfont/libXfont-1.3.4.ebuild10
-rw-r--r--x11-libs/libXfont/libXfont-1.4.0.ebuild10
4 files changed, 20 insertions, 16 deletions
diff --git a/x11-libs/libXfont/ChangeLog b/x11-libs/libXfont/ChangeLog
index 042a82dad5d2..7c691730b50d 100644
--- a/x11-libs/libXfont/ChangeLog
+++ b/x11-libs/libXfont/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libXfont
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.104 2009/04/29 11:49:55 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/ChangeLog,v 1.105 2009/05/04 16:59:19 ssuominen Exp $
+
+ 04 May 2009; Samuli Suominen <ssuominen@gentoo.org>
+ libXfont-1.3.1-r1.ebuild, libXfont-1.3.4.ebuild, libXfont-1.4.0.ebuild:
+ Move use_ functions out of global scope.
29 Apr 2009; Rémi Cardona <remi@gentoo.org> -libXfont-1.3.0.ebuild,
-libXfont-1.3.1.ebuild, -libXfont-1.3.2.ebuild, -libXfont-1.3.3.ebuild:
diff --git a/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild b/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild
index 3e0e0c98bbd9..ccbcf6b18355 100644
--- a/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild
+++ b/x11-libs/libXfont/libXfont-1.3.1-r1.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-libs/libXfont/libXfont-1.3.1-r1.ebuild,v 1.9 2008/04/13 22:50:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.1-r1.ebuild,v 1.10 2009/05/04 16:59:19 ssuominen Exp $
# Must be before x-modular eclass is inherited
# SNAPSHOT="yes"
@@ -20,14 +20,14 @@ RDEPEND="x11-libs/xtrans
DEPEND="${RDEPEND}
x11-proto/fontcacheproto"
-CONFIGURE_OPTIONS="$(use_enable ipv6)
- --with-encodingsdir=/usr/share/fonts/encodings"
-
PATCHES="
${FILESDIR}/0001-Fix-for-CVE-2008-0006-PCF-Font-parser-buffer-overf.patch
"
pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable ipv6)
+ --with-encodingsdir=/usr/share/fonts/encodings"
+
# No such function yet
# x-modular_pkg_setup
diff --git a/x11-libs/libXfont/libXfont-1.3.4.ebuild b/x11-libs/libXfont/libXfont-1.3.4.ebuild
index 4729e16f31ae..18560d4f834b 100644
--- a/x11-libs/libXfont/libXfont-1.3.4.ebuild
+++ b/x11-libs/libXfont/libXfont-1.3.4.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-libs/libXfont/libXfont-1.3.4.ebuild,v 1.8 2009/04/16 02:17:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.3.4.ebuild,v 1.9 2009/05/04 16:59:19 ssuominen Exp $
# Must be before x-modular eclass is inherited
# SNAPSHOT="yes"
@@ -20,11 +20,11 @@ RDEPEND="x11-libs/xtrans
DEPEND="${RDEPEND}
x11-proto/fontcacheproto"
-CONFIGURE_OPTIONS="$(use_enable ipv6)
- --with-bzip2
- --with-encodingsdir=/usr/share/fonts/encodings"
-
pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable ipv6)
+ --with-bzip2
+ --with-encodingsdir=/usr/share/fonts/encodings"
+
# No such function yet
# x-modular_pkg_setup
diff --git a/x11-libs/libXfont/libXfont-1.4.0.ebuild b/x11-libs/libXfont/libXfont-1.4.0.ebuild
index e0a9a49ffe7e..3a490af594f4 100644
--- a/x11-libs/libXfont/libXfont-1.4.0.ebuild
+++ b/x11-libs/libXfont/libXfont-1.4.0.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-libs/libXfont/libXfont-1.4.0.ebuild,v 1.1 2009/04/29 11:38:35 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfont/libXfont-1.4.0.ebuild,v 1.2 2009/05/04 16:59:19 ssuominen Exp $
# Must be before x-modular eclass is inherited
# SNAPSHOT="yes"
@@ -20,11 +20,11 @@ RDEPEND="x11-libs/xtrans
DEPEND="${RDEPEND}
x11-proto/fontcacheproto"
-CONFIGURE_OPTIONS="$(use_enable ipv6)
- --with-bzip2
- --with-encodingsdir=/usr/share/fonts/encodings"
-
pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable ipv6)
+ --with-bzip2
+ --with-encodingsdir=/usr/share/fonts/encodings"
+
# No such function yet
# x-modular_pkg_setup