diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-06-08 13:13:08 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-06-08 13:13:08 +0000 |
commit | 62e3c5f4711153a166885e7819efa1a07ff1d3cc (patch) | |
tree | 7676fc8511ca1836da15fa9d170ef5b3540ecdfb /x11-drivers | |
parent | Version bump. (diff) | |
download | gentoo-2-62e3c5f4711153a166885e7819efa1a07ff1d3cc.tar.gz gentoo-2-62e3c5f4711153a166885e7819efa1a07ff1d3cc.tar.bz2 gentoo-2-62e3c5f4711153a166885e7819efa1a07ff1d3cc.zip |
Version bump.
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.14.5.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index e73f834c111b..7fd8ec712e1b 100644 --- a/x11-drivers/xf86-video-ati/ChangeLog +++ b/x11-drivers/xf86-video-ati/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-ati # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.169 2012/05/16 00:56:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.170 2012/06/08 13:13:08 chithanh Exp $ + +*xf86-video-ati-6.14.5 (08 Jun 2012) + + 08 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-ati-6.14.5.ebuild: + Version bump. 16 May 2012; Alexis Ballier <aballier@gentoo.org> xf86-video-ati-6.14.4-r1.ebuild: diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.5.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.5.ebuild new file mode 100644 index 000000000000..03ff2199238e --- /dev/null +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.5.ebuild @@ -0,0 +1,25 @@ +# 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-ati/xf86-video-ati-6.14.5.ebuild,v 1.1 2012/06/08 13:13:08 chithanh Exp $ + +EAPI=4 + +XORG_DRI=always +inherit xorg-2 + +DESCRIPTION="ATI video driver" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-libs/libdrm-2.4.35[video_cards_radeon]" +DEPEND="${RDEPEND}" + +pkg_setup() { + xorg-2_pkg_setup + XORG_CONFIGURE_OPTIONS=( + --enable-dri + --enable-kms + --enable-exa + ) +} |