diff options
-rw-r--r-- | x11-drivers/xf86-video-mach64/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.0.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 990e73c15b40..5d34b269b59e 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.19 2010/09/11 22:24:19 scarabeus Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.20 2011/04/28 16:16:38 scarabeus Exp $ + +*xf86-video-mach64-6.9.0 (28 Apr 2011) + + 28 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> + +xf86-video-mach64-6.9.0.ebuild: + Version bump to latest. 11 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -files/mach64.xinf: drop useless file diff --git a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.0.ebuild b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.0.ebuild new file mode 100644 index 000000000000..bebe1e0aeda3 --- /dev/null +++ b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 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.0.ebuild,v 1.1 2011/04/28 16:16:38 scarabeus 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 +} |