From 06d112fb90983aba0d62dece1a953b7794a3dd1e Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Wed, 11 Sep 2013 22:59:28 +0000 Subject: Version bump (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit) --- x11-drivers/xf86-video-vesa/ChangeLog | 10 ++++++- .../xf86-video-vesa-2.3.2-remove-mibstore_h.patch | 31 ---------------------- .../xf86-video-vesa-2.3.2-r1.ebuild | 18 ------------- .../xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild | 14 ++++++++++ 4 files changed, 23 insertions(+), 50 deletions(-) delete mode 100644 x11-drivers/xf86-video-vesa/files/xf86-video-vesa-2.3.2-remove-mibstore_h.patch delete mode 100644 x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2-r1.ebuild create mode 100644 x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild (limited to 'x11-drivers') 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 + +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 -Date: Tue, 25 Sep 2012 12:55:03 +0000 -Subject: Remove mibstore.h - -Signed-off-by: Adam Jackson ---- -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.2-r1.ebuild deleted file mode 100644 index fd632e1d585c..000000000000 --- a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.2-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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 $ - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="Generic VESA video driver" -KEYWORDS="-* ~alpha ~amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-base/xorg-server-1.0.99 - >=x11-libs/libpciaccess-0.12.901" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-remove-mibstore_h.patch -) diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild new file mode 100644 index 000000000000..a92baaff8ac4 --- /dev/null +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-2.3.3.ebuild @@ -0,0 +1,14 @@ +# 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.3.ebuild,v 1.1 2013/09/11 22:59:28 chithanh Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="Generic VESA video driver" +KEYWORDS="-* ~alpha ~amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99 + >=x11-libs/libpciaccess-0.12.901" +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad