diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-09-11 22:59:45 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-09-11 22:59:45 +0000 |
commit | ddebe901e6c5b4c53d3532da26633d36217d09ca (patch) | |
tree | abda42c165c152ac8a4447e00cd5cf404fdee687 /x11-drivers | |
parent | Version bump (diff) | |
download | gentoo-2-ddebe901e6c5b4c53d3532da26633d36217d09ca.tar.gz gentoo-2-ddebe901e6c5b4c53d3532da26633d36217d09ca.tar.bz2 gentoo-2-ddebe901e6c5b4c53d3532da26633d36217d09ca.zip |
Version bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-dummy/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-video-dummy/files/xf86-video-dummy-0.3.6-remove-mibstore_h.patch | 31 | ||||
-rw-r--r-- | x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild (renamed from x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6-r1.ebuild) | 6 |
3 files changed, 10 insertions, 37 deletions
diff --git a/x11-drivers/xf86-video-dummy/ChangeLog b/x11-drivers/xf86-video-dummy/ChangeLog index 3f3a38ec314d..24d010d4c907 100644 --- a/x11-drivers/xf86-video-dummy/ChangeLog +++ b/x11-drivers/xf86-video-dummy/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-drivers/xf86-video-dummy # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.100 2013/03/08 20:56:28 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.101 2013/09/11 22:59:45 chithanh Exp $ + +*xf86-video-dummy-0.3.7 (11 Sep 2013) + + 11 Sep 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-dummy-0.3.7.ebuild, + -files/xf86-video-dummy-0.3.6-remove-mibstore_h.patch, + -xf86-video-dummy-0.3.6-r1.ebuild: + Version bump *xf86-video-dummy-0.3.6-r1 (08 Mar 2013) diff --git a/x11-drivers/xf86-video-dummy/files/xf86-video-dummy-0.3.6-remove-mibstore_h.patch b/x11-drivers/xf86-video-dummy/files/xf86-video-dummy-0.3.6-remove-mibstore_h.patch deleted file mode 100644 index 4b0b46ef3000..000000000000 --- a/x11-drivers/xf86-video-dummy/files/xf86-video-dummy-0.3.6-remove-mibstore_h.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 44f04fd3046043ed31369025f34353c4e0e5c1cd Mon Sep 17 00:00:00 2001 -From: Adam Jackson <ajax@redhat.com> -Date: Tue, 25 Sep 2012 12:54:36 +0000 -Subject: Remove mibstore.h - -Signed-off-by: Adam Jackson <ajax@redhat.com> ---- -diff --git a/src/dummy_driver.c b/src/dummy_driver.c -index 62066d6..6062c39 100644 ---- a/src/dummy_driver.c -+++ b/src/dummy_driver.c -@@ -14,9 +14,6 @@ - /* All drivers initialising the SW cursor need this */ - #include "mipointer.h" - --/* All drivers implementing backing store need this */ --#include "mibstore.h" -- - /* All drivers using the mi colormap manipulation need this */ - #include "micmap.h" - -@@ -617,7 +614,6 @@ DUMMYScreenInit(SCREEN_INIT_ARGS_DECL) - , lines - pScrn->virtualY); - } - -- miInitializeBackingStore(pScreen); - xf86SetBackingStore(pScreen); - xf86SetSilkenMouse(pScreen); - --- -cgit v0.9.0.2-2-gbebe diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6-r1.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild index 453d952c3220..637bce85583d 100644 --- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6-r1.ebuild +++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6-r1.ebuild,v 1.1 2013/03/08 20:56:28 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild,v 1.1 2013/09/11 22:59:45 chithanh Exp $ EAPI=5 inherit xorg-2 @@ -16,10 +16,6 @@ DEPEND="${RDEPEND} x11-proto/xf86dgaproto )" -PATCHES=( - "${FILESDIR}"/${P}-remove-mibstore_h.patch -) - pkg_setup() { XORG_CONFIGURE_OPTIONS=( $(use_enable dga) |