summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-09-11 22:59:28 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-09-11 22:59:28 +0000
commit06d112fb90983aba0d62dece1a953b7794a3dd1e (patch)
tree6c902991e0f9bf511a97a740dc563476c45fd7e5
parentuse minimal flags (diff)
downloadgentoo-2-06d112fb90983aba0d62dece1a953b7794a3dd1e.tar.gz
gentoo-2-06d112fb90983aba0d62dece1a953b7794a3dd1e.tar.bz2
gentoo-2-06d112fb90983aba0d62dece1a953b7794a3dd1e.zip
Version bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r--x11-drivers/xf86-video-vesa/ChangeLog10
-rw-r--r--x11-drivers/xf86-video-vesa/files/xf86-video-vesa-2.3.2-remove-mibstore_h.patch31
-rw-r--r--x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild (renamed from x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2-r1.ebuild)6
3 files changed, 10 insertions, 37 deletions
diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog
index ec70bd26f160..36a61bf25bda 100644
--- a/x11-drivers/xf86-video-vesa/ChangeLog
+++ b/x11-drivers/xf86-video-vesa/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for x11-drivers/xf86-video-vesa
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.65 2013/03/08 20:57:01 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.66 2013/09/11 22:59:28 chithanh Exp $
+
+*xf86-video-vesa-2.3.3 (11 Sep 2013)
+
+ 11 Sep 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-vesa-2.3.3.ebuild,
+ -files/xf86-video-vesa-2.3.2-remove-mibstore_h.patch,
+ -xf86-video-vesa-2.3.2-r1.ebuild:
+ Version bump
*xf86-video-vesa-2.3.2-r1 (08 Mar 2013)
diff --git a/x11-drivers/xf86-video-vesa/files/xf86-video-vesa-2.3.2-remove-mibstore_h.patch b/x11-drivers/xf86-video-vesa/files/xf86-video-vesa-2.3.2-remove-mibstore_h.patch
deleted file mode 100644
index 3ae6a98e800d..000000000000
--- a/x11-drivers/xf86-video-vesa/files/xf86-video-vesa-2.3.2-remove-mibstore_h.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 60d2dc115c4b6210d3b1e05f5b0c39d1f7917cbc Mon Sep 17 00:00:00 2001
-From: Adam Jackson <ajax@redhat.com>
-Date: Tue, 25 Sep 2012 12:55:03 +0000
-Subject: Remove mibstore.h
-
-Signed-off-by: Adam Jackson <ajax@redhat.com>
----
-diff --git a/src/vesa.c b/src/vesa.c
-index 11cd26c..b73d104 100644
---- a/src/vesa.c
-+++ b/src/vesa.c
-@@ -49,9 +49,6 @@
- /* All drivers initialising the SW cursor need this */
- #include "mipointer.h"
-
--/* All drivers implementing backing store need this */
--#include "mibstore.h"
--
- /* Colormap handling */
- #include "micmap.h"
- #include "xf86cmap.h"
-@@ -1081,7 +1078,6 @@ VESAScreenInit(SCREEN_INIT_ARGS_DECL)
- VESADGAInit(pScrn, pScreen);
-
- xf86SetBlackWhitePixels(pScreen);
-- miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
-
- /* software cursor */
---
-cgit v0.9.0.2-2-gbebe
diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2-r1.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild
index fd632e1d585c..a92baaff8ac4 100644
--- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2-r1.ebuild
+++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.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-vesa/xf86-video-vesa-2.3.2-r1.ebuild,v 1.1 2013/03/08 20:57:01 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild,v 1.1 2013/09/11 22:59:28 chithanh Exp $
EAPI=5
inherit xorg-2
@@ -12,7 +12,3 @@ IUSE=""
RDEPEND=">=x11-base/xorg-server-1.0.99
>=x11-libs/libpciaccess-0.12.901"
DEPEND="${RDEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${P}-remove-mibstore_h.patch
-)