Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: x-modular.eclass
Date: Fri, 09 May 2008 07:18:23
Message-Id: E1JuMrz-0007kQ-SS@stork.gentoo.org
1 dberkholz 08/05/09 07:18:19
2
3 Modified: x-modular.eclass
4 Log:
5 (#219581) Stop applying driver patch to install manpages to 4x.
6
7 Revision Changes Path
8 1.97 eclass/x-modular.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/x-modular.eclass?rev=1.97&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/x-modular.eclass?rev=1.97&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/x-modular.eclass?r1=1.96&r2=1.97
13
14 Index: x-modular.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v
17 retrieving revision 1.96
18 retrieving revision 1.97
19 diff -u -r1.96 -r1.97
20 --- x-modular.eclass 30 Apr 2008 17:37:42 -0000 1.96
21 +++ x-modular.eclass 9 May 2008 07:18:19 -0000 1.97
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2005 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.96 2008/04/30 17:37:42 dberkholz Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.97 2008/05/09 07:18:19 dberkholz Exp $
27 #
28 # @ECLASS: x-modular.eclass
29 # @MAINTAINER:
30 @@ -26,17 +26,6 @@
31 # there. You may also want to change the SLOT.
32 XDIR="/usr"
33
34 -if [[ -z "${XDPVER}" ]]; then
35 -# @ECLASS-VARIABLE: XDPVER
36 -# @DESCRIPTION:
37 -# Set up default patchset version(s) if necessary for driver patches. If
38 -# you want to change the auto-application of the driver patchset or
39 -# prevent it from applying, edit XDPVER in the ebuild. Set it to -1 to
40 -# prevent patch application or positive integers for that patch version.
41 -# Set before inheriting this eclass.
42 - XDPVER="1"
43 -fi
44 -
45 IUSE=""
46 HOMEPAGE="http://xorg.freedesktop.org/"
47
48 @@ -155,12 +144,6 @@
49 if [[ "${PN/#xf86-video}" != "${PN}" ]] || [[ "${PN/#xf86-input}" != "${PN}" ]]; then
50 # Enable driver code in the rest of the eclass
51 DRIVER="yes"
52 -
53 - if [[ ${XDPVER} != -1 ]]; then
54 - # Add driver patchset to SRC_URI
55 - SRC_URI="${SRC_URI}
56 - mirror://gentoo/x11-driver-patches-${XDPVER}.tar.bz2"
57 - fi
58 fi
59
60 # Debugging -- ignore packages that can't be built with debugging
61 @@ -269,14 +252,6 @@
62 EPATCH_SUFFIX="patch"
63 fi
64
65 - # If this is a driver package we need to fix man page install location.
66 - # Running autoreconf will use the patched util-macros to make the
67 - # change for us, so we only need to patch if it is not going to run.
68 - if [[ -n "${DRIVER}" ]] && [[ "${SNAPSHOT}" != "yes" ]]\
69 - && [[ ${XDPVER} != -1 ]]; then
70 - PATCHES="${PATCHES} ${DISTDIR}/x11-driver-patches-${XDPVER}.tar.bz2"
71 - fi
72 -
73 # @VARIABLE: PATCHES
74 # @DESCRIPTION:
75 # If you have any patches to apply, set PATCHES to their locations and epatch
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list