diff options
author | 2012-03-24 16:29:55 +0000 | |
---|---|---|
committer | 2012-03-24 16:29:55 +0000 | |
commit | 421e13573ba8d45a6768e89ea51bf8ff8c346687 (patch) | |
tree | 23523fabe32c95c4413e5f38977a7b8b4fec8501 /x11-drivers/xf86-video-mach64 | |
parent | Add Prefix keywords, bug #408399 (diff) | |
download | historical-421e13573ba8d45a6768e89ea51bf8ff8c346687.tar.gz historical-421e13573ba8d45a6768e89ea51bf8ff8c346687.tar.bz2 historical-421e13573ba8d45a6768e89ea51bf8ff8c346687.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha94/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-mach64')
-rw-r--r-- | x11-drivers/xf86-video-mach64/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild | 24 |
2 files changed, 32 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-mach64/ChangeLog b/x11-drivers/xf86-video-mach64/ChangeLog index 202f97fd158c..9ed163c44467 100644 --- a/x11-drivers/xf86-video-mach64/ChangeLog +++ b/x11-drivers/xf86-video-mach64/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-mach64 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.25 2011/07/30 10:49:15 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.26 2012/03/24 16:27:00 chithanh Exp $ + +*xf86-video-mach64-6.9.1 (24 Mar 2012) + + 24 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-mach64-6.9.1.ebuild: + Version bump. 30 Jul 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-mach64-6.9.0.ebuild: diff --git a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild new file mode 100644 index 000000000000..7ec30b6a6fa2 --- /dev/null +++ b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild @@ -0,0 +1,24 @@ +# 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-mach64/xf86-video-mach64-6.9.1.ebuild,v 1.1 2012/03/24 16:27:00 chithanh Exp $ + +EAPI=4 + +XORG_DRI="dri" +inherit xorg-2 + +DESCRIPTION="ATI Mach64 video driver" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.10" +DEPEND="${RDEPEND}" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable dri) + ) + + xorg-2_pkg_setup +} |