diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-09-28 11:04:30 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-09-28 11:04:30 +0000 |
commit | 24dddc1283a93f4e9ffe870e1120435c7c1c7f77 (patch) | |
tree | 4ff8c690092beb991eccd501621cc63248dce024 /x11-drivers | |
parent | Version bump. (diff) | |
download | gentoo-2-24dddc1283a93f4e9ffe870e1120435c7c1c7f77.tar.gz gentoo-2-24dddc1283a93f4e9ffe870e1120435c7c1c7f77.tar.bz2 gentoo-2-24dddc1283a93f4e9ffe870e1120435c7c1c7f77.zip |
Version bump.
(Portage version: 2.2.0_alpha132/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-r128/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-r128/xf86-video-r128-6.9.1.ebuild | 21 |
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-r128/ChangeLog b/x11-drivers/xf86-video-r128/ChangeLog index b97458d80643..a1b0ecbc9505 100644 --- a/x11-drivers/xf86-video-r128/ChangeLog +++ b/x11-drivers/xf86-video-r128/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-r128 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.30 2012/08/26 19:48:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.31 2012/09/28 11:04:30 chithanh Exp $ + +*xf86-video-r128-6.9.1 (28 Sep 2012) + + 28 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-r128-6.9.1.ebuild: + Version bump. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xf86-video-r128-6.8.2-r1.ebuild: diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.9.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.9.1.ebuild new file mode 100644 index 000000000000..05630f169e83 --- /dev/null +++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.9.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/xf86-video-r128-6.9.1.ebuild,v 1.1 2012/09/28 11:04:30 chithanh Exp $ + +EAPI=4 +XORG_DRI=dri +inherit xorg-2 + +DESCRIPTION="ATI Rage128 video driver" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="dri" + +RDEPEND=">=x11-base/xorg-server-1.2" +DEPEND="${RDEPEND}" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable dri) + ) +} |