From: Donnie Berkholz Date: Wed, 2 May 2007 07:10:02 +0000 (+0000) Subject: Add additional documentation of useful variables XDPVER and XDIR. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3287a014648cce3bc37b8ec74c3627b94f907c36;p=gentoo.git Add additional documentation of useful variables XDPVER and XDIR. --- diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 3ef0ad5cf70d..6e39a5b5ff6d 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.81 2006/12/17 15:30:25 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.82 2007/05/02 07:10:02 dberkholz Exp $ # # Author: Donnie Berkholz # @@ -21,7 +21,16 @@ # subdirectory of /usr/share/fonts/ it should install into, set FONT_DIR to that # directory or directories. # -# IMPORTANT: Both SNAPSHOT and FONT_DIR must be set _before_ the inherit. +# If you want to change the auto-application of the driver patchset or prevent +# it from applying, edit XDPVER in the ebuild. Set it to -1 to prevent patch +# application or positive integers for that patch version. +# +# IMPORTANT: SNAPSHOT, FONT_DIR and XDPVER must be set _before_ the inherit. +# +# If you want to install to a non-default prefix (e.g., /opt/xorg), change +# XDIR. This has not been recently tested. You may need to uncomment the +# setting of datadir and mandir in x-modular_src_install() or add it back in if +# it's no longer there. You may also want to change the SLOT. # # Pretty much everything else should be automatic.