diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-04-29 00:55:45 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-04-29 00:55:45 +0000 |
commit | d1dd130ba361604f9c3ea6006e5e734f7aa2644c (patch) | |
tree | 211b47530ba108881fd6f4093d0b9f74cd01e80b /x11-drivers | |
parent | Don't use ROOT in src_install(). (diff) | |
download | gentoo-2-d1dd130ba361604f9c3ea6006e5e734f7aa2644c.tar.gz gentoo-2-d1dd130ba361604f9c3ea6006e5e734f7aa2644c.tar.bz2 gentoo-2-d1dd130ba361604f9c3ea6006e5e734f7aa2644c.zip |
Version bump. Most importantly fixes image drawing under xorg-server-1.7/1.8
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-geode/ChangeLog | 12 | ||||
-rw-r--r-- | x11-drivers/xf86-video-geode/xf86-video-geode-2.11.8.ebuild (renamed from x11-drivers/xf86-video-geode/xf86-video-geode-2.11.6.ebuild) | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-geode/xf86-video-geode-2.9.0.ebuild | 21 |
3 files changed, 13 insertions, 26 deletions
diff --git a/x11-drivers/xf86-video-geode/ChangeLog b/x11-drivers/xf86-video-geode/ChangeLog index 61f050ba9e44..83dbabbe8402 100644 --- a/x11-drivers/xf86-video-geode/ChangeLog +++ b/x11-drivers/xf86-video-geode/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-drivers/xf86-video-geode -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v 1.6 2009/11/03 09:29:27 remi Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/ChangeLog,v 1.7 2010/04/29 00:55:45 leio Exp $ + +*xf86-video-geode-2.11.8 (29 Apr 2010) + + 29 Apr 2010; Mart Raudsepp <leio@gentoo.org> + -xf86-video-geode-2.9.0.ebuild, -xf86-video-geode-2.11.6.ebuild, + +xf86-video-geode-2.11.8.ebuild: + Version bump. Most importantly fixes image drawing under + xorg-server-1.7/1.8 *xf86-video-geode-2.11.6 (03 Nov 2009) diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.6.ebuild b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.8.ebuild index a584a2b444b5..c23927fbbcc6 100644 --- a/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.6.ebuild +++ b/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.6.ebuild,v 1.1 2009/11/03 09:29:27 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/xf86-video-geode-2.11.8.ebuild,v 1.1 2010/04/29 00:55:45 leio Exp $ inherit x-modular @@ -16,5 +16,5 @@ DEPEND="${RDEPEND} x11-proto/renderproto x11-proto/videoproto x11-proto/xextproto - x11-proto/xf86dgaproto x11-proto/xproto" + #>=x11-misc/util-macros-1.4 - only necessary if eautoreconfing diff --git a/x11-drivers/xf86-video-geode/xf86-video-geode-2.9.0.ebuild b/x11-drivers/xf86-video-geode/xf86-video-geode-2.9.0.ebuild deleted file mode 100644 index 7b2804b1d40b..000000000000 --- a/x11-drivers/xf86-video-geode/xf86-video-geode-2.9.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-geode/xf86-video-geode-2.9.0.ebuild,v 1.1 2008/05/09 19:28:25 leio Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" -XDPVER=4 - -inherit x-modular - -DESCRIPTION="AMD Geode GX and LX video driver" -KEYWORDS="~x86" -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/videoproto - x11-proto/xextproto - x11-proto/xf86dgaproto - x11-proto/xproto" |