diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-05-21 11:53:29 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-05-21 11:53:29 +0000 |
commit | 27e4c612cce8e456ffc851a43eefaaf515cd6609 (patch) | |
tree | 0b08902bc25527c0e48167f9fbe75796f75c8755 /x11-drivers | |
parent | Require at least simgear 2.0.0. Fix bug #320367 (diff) | |
download | gentoo-2-27e4c612cce8e456ffc851a43eefaaf515cd6609.tar.gz gentoo-2-27e4c612cce8e456ffc851a43eefaaf515cd6609.tar.bz2 gentoo-2-27e4c612cce8e456ffc851a43eefaaf515cd6609.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-mga/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-mga/xf86-video-mga-1.4.12.ebuild | 28 |
2 files changed, 35 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-mga/ChangeLog b/x11-drivers/xf86-video-mga/ChangeLog index 80b145ad757c..e2b9edc9dd90 100644 --- a/x11-drivers/xf86-video-mga/ChangeLog +++ b/x11-drivers/xf86-video-mga/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-mga # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mga/ChangeLog,v 1.83 2010/01/23 20:14:16 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mga/ChangeLog,v 1.84 2010/05/21 11:53:29 chithanh Exp $ + +*xf86-video-mga-1.4.12 (21 May 2010) + + 21 May 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-mga-1.4.12.ebuild: + Version bump. 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-mga-1.4.9.ebuild: diff --git a/x11-drivers/xf86-video-mga/xf86-video-mga-1.4.12.ebuild b/x11-drivers/xf86-video-mga/xf86-video-mga-1.4.12.ebuild new file mode 100644 index 000000000000..17f6f943de55 --- /dev/null +++ b/x11-drivers/xf86-video-mga/xf86-video-mga-1.4.12.ebuild @@ -0,0 +1,28 @@ +# 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-mga/xf86-video-mga-1.4.12.ebuild,v 1.1 2010/05/21 11:53:29 chithanh Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="Matrox video driver" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="dri" + +RDEPEND=">=x11-base/xorg-server-1.4" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xproto + dri? ( x11-proto/xf86driproto + x11-proto/glproto + >=x11-libs/libdrm-2 )" + +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable dri)" +} |