summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2004-10-21 01:12:17 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2004-10-21 01:12:17 +0000
commit3ddb03514bd9fc27fd1a47a6c2d282fe32605c6e (patch)
treedef015e6930c6ea5b496e232c8a3404ba447526a /x11-base
parentDont install init.d script anymore #59599 by Bjarke Istrup Pedersen. (Manifes... (diff)
downloadgentoo-2-3ddb03514bd9fc27fd1a47a6c2d282fe32605c6e.tar.gz
gentoo-2-3ddb03514bd9fc27fd1a47a6c2d282fe32605c6e.tar.bz2
gentoo-2-3ddb03514bd9fc27fd1a47a6c2d282fe32605c6e.zip
Change xfs USE to font-server to stop duplication with xfs filesystem.
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/xorg-x11/ChangeLog6
-rw-r--r--x11-base/xorg-x11/xorg-x11-6.8.0-r2.ebuild20
2 files changed, 15 insertions, 11 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog
index d3b1ec4b0986..55ceccc60581 100644
--- a/x11-base/xorg-x11/ChangeLog
+++ b/x11-base/xorg-x11/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-base/xorg-x11
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.171 2004/10/21 01:09:21 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.172 2004/10/21 01:12:17 spyderous Exp $
+
+ 20 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>;
+ xorg-x11-6.8.0-r2.ebuild:
+ Change xfs USE to font-server to stop duplication with xfs filesystem.
20 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>;
xorg-x11-6.7.0-r2.ebuild, xorg-x11-6.8.0-r1.ebuild,
diff --git a/x11-base/xorg-x11/xorg-x11-6.8.0-r2.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.0-r2.ebuild
index 92a77db50e40..5b142fe30031 100644
--- a/x11-base/xorg-x11/xorg-x11-6.8.0-r2.ebuild
+++ b/x11-base/xorg-x11/xorg-x11-6.8.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.0-r2.ebuild,v 1.28 2004/10/21 01:09:22 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.0-r2.ebuild,v 1.29 2004/10/21 01:12:17 spyderous Exp $
# Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory
# voodoo3 cards.
@@ -34,9 +34,9 @@ inherit eutils flag-o-matic toolchain-funcs x11
RESTRICT="nostrip"
# IUSE="gatos" disabled because gatos is broken on ~4.4 now (31 Jan 2004)
-IUSE="3dfx 3dnow bitmap-fonts cjk debug dlloader dmx doc dri glx hardened
- insecure-drivers ipv6 mmx nls pam sdk sse static truetype-fonts type1-fonts
- uclibc xfs xprint xv"
+IUSE="3dfx 3dnow bitmap-fonts cjk debug dlloader dmx doc dri font-server glx
+ hardened insecure-drivers ipv6 mmx nls pam sdk sse static truetype-fonts
+ type1-fonts uclibc xprint xv"
# IUSE_INPUT_DEVICES="synaptics wacom"
FILES_VER="0.4"
@@ -65,7 +65,7 @@ GENTOO_FILES="mirror://gentoo/${P}-files-${FILES_VER}.tar.bz2
http://dev.gentoo.org/~cyfred/distfiles/${P}-files-${FILES_VER}.tar.bz2"
SRC_URI="mirror://gentoo/eurofonts-X11.tar.bz2
- xfs? ( http://dev.gentoo.org/~cyfred/xorg/${PN}/patchsets/${PV}/xfsft-encodings-${XFSFT_ENC_VER}.tar.bz2 )
+ font-server? ( http://dev.gentoo.org/~cyfred/xorg/${PN}/patchsets/${PV}/xfsft-encodings-${XFSFT_ENC_VER}.tar.bz2 )
mirror://gentoo/gentoo-cursors-tad-${XCUR_VER}.tar.bz2
nls? ( mirror://gentoo/gemini-koi8-u.tar.bz2 )
${GENTOO_FILES}
@@ -515,7 +515,7 @@ host_def_setup() {
use_build truetype-fonts BuildTrueTypeFonts
# X Font Server
- use_build xfs BuildFontServer
+ use_build font-server BuildFontServer
# Distributed Multiheaded X
use_build dmx BuildDmx
@@ -609,7 +609,7 @@ src_unpack() {
unpack gemini-koi8-u.tar.bz2 > /dev/null
fi
unpack eurofonts-X11.tar.bz2 > /dev/null
- if use xfs; then
+ if use font-server; then
unpack xfsft-encodings-${XFSFT_ENC_VER}.tar.bz2 > /dev/null
fi
eend 0
@@ -739,7 +739,7 @@ etc_files_install() {
doins ${FILES_DIR}/xinitrc
exeinto /etc/X11/xdm
doexe ${FILES_DIR}/Xsession ${FILES_DIR}/Xsetup_0
- if use xfs; then
+ if use font-server; then
insinto /etc/X11/fs
newins ${FILES_DIR}/xfs.config config
fi
@@ -751,7 +751,7 @@ etc_files_install() {
fi
exeinto /etc/init.d
newexe ${FILES_DIR}/xdm.start xdm
- if use xfs; then
+ if use font-server; then
newexe ${FILES_DIR}/xfs.start xfs
insinto /etc/conf.d
newins ${FILES_DIR}/xfs.conf.d xfs
@@ -998,7 +998,7 @@ src_install() {
compose_files_setup
# Yet more Mandrake
- if use xfs; then
+ if use font-server; then
ebegin "Encoding files for xfsft font server..."
dodir /usr/share/fonts/encodings
cp -a ${WORKDIR}/usr/share/fonts/encodings/* \