Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Samuli Suominen (ssuominen)" <ssuominen@g.o>
|
|
Subject:
|
gentoo-x86 commit in x11-base/xorg-server: xorg-server-1.4.2.ebuild xorg-server-1.3.0.0-r6.ebuild
|
|
Date:
|
Sat, 01 Aug 2009 17:17:15 +0000
|
|
ssuominen 09/08/01 17:17:15
Modified: xorg-server-1.4.2.ebuild
xorg-server-1.3.0.0-r6.ebuild
Log:
Fix repoman warnings.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.14 x11-base/xorg-server/xorg-server-1.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/xorg-server-1.4.2.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/xorg-server-1.4.2.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/xorg-server-1.4.2.ebuild?r1=1.13&r2=1.14
Index: xorg-server-1.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.4.2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xorg-server-1.4.2.ebuild 13 Jul 2009 10:53:18 -0000 1.13
+++ xorg-server-1.4.2.ebuild 1 Aug 2009 17:17:15 -0000 1.14
@@ -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-base/xorg-server/xorg-server-1.4.2.ebuild,v 1.13 2009/07/13 10:53:18 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.4.2.ebuild,v 1.14 2009/08/01 17:17:15 ssuominen Exp $
# Must be before x-modular eclass is inherited
SNAPSHOT="yes"
@@ -244,12 +244,10 @@
)"
LICENSE="${LICENSE} MIT"
-PATCHES="
- ${FILESDIR}/1.4-ia64.patch
- ${FILESDIR}/1.3.0.0-use-proc-instead-of-sys.patch
- ${FILESDIR}/1.4-fpic-libxf86config.patch
- ${FILESDIR}/1.4-fix-kdrive-automake.patch
- "
+PATCHES=( "${FILESDIR}/1.4-ia64.patch"
+ "${FILESDIR}/1.3.0.0-use-proc-instead-of-sys.patch"
+ "${FILESDIR}/1.4-fpic-libxf86config.patch"
+ "${FILESDIR}/1.4-fix-kdrive-automake.patch" )
pkg_setup() {
use minimal || ensure_a_server_is_building
1.13 x11-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild?r1=1.12&r2=1.13
Index: xorg-server-1.3.0.0-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xorg-server-1.3.0.0-r6.ebuild 29 Jul 2009 08:05:43 -0000 1.12
+++ xorg-server-1.3.0.0-r6.ebuild 1 Aug 2009 17:17:15 -0000 1.13
@@ -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-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild,v 1.12 2009/07/29 08:05:43 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/xorg-server-1.3.0.0-r6.ebuild,v 1.13 2009/08/01 17:17:15 ssuominen Exp $
# Must be before x-modular eclass is inherited
SNAPSHOT="yes"
@@ -230,39 +230,37 @@
)"
LICENSE="${LICENSE} MIT"
-PATCHES="
- ${FILESDIR}/${PV}-fix-xkb-openoffice-hangs.patch
- ${FILESDIR}/${PV}-fix-dual-head-screen-resolutions.patch
- ${FILESDIR}/${PV}-fix-randr-resizing.patch
- ${FILESDIR}/${PV}-fix-xephyr-amd64-segfault.patch
- ${FILESDIR}/${PV}-ramdac.patch
- ${FILESDIR}/use-composite-for-unequal-depths.patch
- ${FILESDIR}/1.2.0-fix-amd-cpu-detection.patch
- ${FILESDIR}/1.2.0-properly-free-device-devprivates-memory-leak-fix.patch
- ${FILESDIR}/1.2.0-typo-fix.patch
- ${FILESDIR}/1.2.0-zero-out-client-devprivates-on-allocation.patch
- ${FILESDIR}/${PV}-use-proc-instead-of-sys.patch
- ${FILESDIR}/avoid-crash-on-minimized-xv-window.patch
- ${FILESDIR}/xorg-server-sam225bw-quirks.patch
- ${FILESDIR}/1.3-alpha-build-fix.patch
- ${FILESDIR}/${PV}-xephyr_crash_at_exit.patch
- ${FILESDIR}/xorg-x11-server-1.0.1-fpic-libxf86config.patch
- ${FILESDIR}/1.4-0001-Fix-for-CVE-2007-5760-XFree86-Misc-extension-out-o.patch
- ${FILESDIR}/1.4-0002-Fix-for-CVE-2007-6428-TOG-cup-extension-memory-cor.patch
- ${FILESDIR}/1.3-0003-Fix-for-CVE-2007-6427-Xinput-extension-memory-corr.patch
- ${FILESDIR}/1.4-0004-Fix-for-CVE-2007-6429-MIT-SHM-and-EVI-extensions-i.patch
- ${FILESDIR}/1.4-0005-Fix-for-CVE-2008-0006-PCF-Font-parser-buffer-overf.patch
- ${FILESDIR}/1.3-0006-Fix-for-CVE-2007-5958-File-existence-disclosure.patch
- ${FILESDIR}/1.4-0007-CVE-2007-6429-Don-t-spuriously-reject-8bpp-shm-pix.patch
- ${FILESDIR}/1.4-0008-CVE-2007-6429-Always-test-for-size-offset-wrapping.patch
- ${FILESDIR}/1.4-0009-Don-t-break-grab-and-focus-state-for-a-window-when-r.patch
- ${FILESDIR}/xorg-server-1.4.0.90-automake-1.10.1-fixup.patch
- ${FILESDIR}/xorg-xserver-1.4-cve-2008-1377.diff
- ${FILESDIR}/xorg-xserver-1.4-cve-2008-1379.diff
- ${FILESDIR}/xorg-xserver-1.4-cve-2008-2360.diff
- ${FILESDIR}/xorg-xserver-1.4-cve-2008-2361.diff
- ${FILESDIR}/xorg-xserver-1.4-cve-2008-2362.diff
- "
+PATCHES=( "${FILESDIR}/${PV}-fix-xkb-openoffice-hangs.patch"
+ "${FILESDIR}/${PV}-fix-dual-head-screen-resolutions.patch"
+ "${FILESDIR}/${PV}-fix-randr-resizing.patch"
+ "${FILESDIR}/${PV}-fix-xephyr-amd64-segfault.patch"
+ "${FILESDIR}/${PV}-ramdac.patch"
+ "${FILESDIR}/use-composite-for-unequal-depths.patch"
+ "${FILESDIR}/1.2.0-fix-amd-cpu-detection.patch"
+ "${FILESDIR}/1.2.0-properly-free-device-devprivates-memory-leak-fix.patch"
+ "${FILESDIR}/1.2.0-typo-fix.patch"
+ "${FILESDIR}/1.2.0-zero-out-client-devprivates-on-allocation.patch"
+ "${FILESDIR}/${PV}-use-proc-instead-of-sys.patch"
+ "${FILESDIR}/avoid-crash-on-minimized-xv-window.patch"
+ "${FILESDIR}/xorg-server-sam225bw-quirks.patch"
+ "${FILESDIR}/1.3-alpha-build-fix.patch"
+ "${FILESDIR}/${PV}-xephyr_crash_at_exit.patch"
+ "${FILESDIR}/xorg-x11-server-1.0.1-fpic-libxf86config.patch"
+ "${FILESDIR}/1.4-0001-Fix-for-CVE-2007-5760-XFree86-Misc-extension-out-o.patch"
+ "${FILESDIR}/1.4-0002-Fix-for-CVE-2007-6428-TOG-cup-extension-memory-cor.patch"
+ "${FILESDIR}/1.3-0003-Fix-for-CVE-2007-6427-Xinput-extension-memory-corr.patch"
+ "${FILESDIR}/1.4-0004-Fix-for-CVE-2007-6429-MIT-SHM-and-EVI-extensions-i.patch"
+ "${FILESDIR}/1.4-0005-Fix-for-CVE-2008-0006-PCF-Font-parser-buffer-overf.patch"
+ "${FILESDIR}/1.3-0006-Fix-for-CVE-2007-5958-File-existence-disclosure.patch"
+ "${FILESDIR}/1.4-0007-CVE-2007-6429-Don-t-spuriously-reject-8bpp-shm-pix.patch"
+ "${FILESDIR}/1.4-0008-CVE-2007-6429-Always-test-for-size-offset-wrapping.patch"
+ "${FILESDIR}/1.4-0009-Don-t-break-grab-and-focus-state-for-a-window-when-r.patch"
+ "${FILESDIR}/xorg-server-1.4.0.90-automake-1.10.1-fixup.patch"
+ "${FILESDIR}/xorg-xserver-1.4-cve-2008-1377.diff"
+ "${FILESDIR}/xorg-xserver-1.4-cve-2008-1379.diff"
+ "${FILESDIR}/xorg-xserver-1.4-cve-2008-2360.diff"
+ "${FILESDIR}/xorg-xserver-1.4-cve-2008-2361.diff"
+ "${FILESDIR}/xorg-xserver-1.4-cve-2008-2362.diff" )
pkg_setup() {
use minimal || ensure_a_server_is_building
|
|