diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-05 15:59:29 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-05 15:59:29 +0000 |
commit | f337ceaf93734fabf1280123c54e99ce79e7a0c4 (patch) | |
tree | 2a7dab8fdecdc5964bb7687abeaf142426581f15 | |
parent | Version bump (again). (diff) | |
download | gentoo-2-f337ceaf93734fabf1280123c54e99ce79e7a0c4.tar.gz gentoo-2-f337ceaf93734fabf1280123c54e99ce79e7a0c4.tar.bz2 gentoo-2-f337ceaf93734fabf1280123c54e99ce79e7a0c4.zip |
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
-rw-r--r-- | x11-drivers/xf86-video-r128/ChangeLog | 9 | ||||
-rw-r--r-- | x11-drivers/xf86-video-r128/xf86-video-r128-6.8.3.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-r128/ChangeLog b/x11-drivers/xf86-video-r128/ChangeLog index 8f9ac4428c89..97e466b236c7 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.25 2012/06/24 19:11:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.26 2012/07/05 15:59:29 chithanh Exp $ + +*xf86-video-r128-6.8.3 (05 Jul 2012) + + 05 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-r128-6.8.3.ebuild: + Version bump. 24 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xf86-video-r128-6.8.2-r1.ebuild: @@ -106,4 +112,3 @@ +metadata.xml, +xf86-video-r128-6.8.0.ebuild: New package: ATI Rage128 video driver, split off from xf86-video-ati between 6.8.0 and 6.9.0. - diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.3.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.3.ebuild new file mode 100644 index 000000000000..5f399a573884 --- /dev/null +++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.3.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.8.3.ebuild,v 1.1 2012/07/05 15:59:29 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) + ) +} |