diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-05 16:00:58 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-05 16:00:58 +0000 |
commit | be0b4b3921e192ae7ccc0081ee2f95b73c2ebc1b (patch) | |
tree | ec2741f90801414a922a50db273453f5a91bf2d0 /x11-drivers/xf86-video-sis | |
parent | Version bump (again). (diff) | |
download | historical-be0b4b3921e192ae7ccc0081ee2f95b73c2ebc1b.tar.gz historical-be0b4b3921e192ae7ccc0081ee2f95b73c2ebc1b.tar.bz2 historical-be0b4b3921e192ae7ccc0081ee2f95b73c2ebc1b.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha115/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-sis')
-rw-r--r-- | x11-drivers/xf86-video-sis/ChangeLog | 9 | ||||
-rw-r--r-- | x11-drivers/xf86-video-sis/xf86-video-sis-0.10.6.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-sis/ChangeLog b/x11-drivers/xf86-video-sis/ChangeLog index 570e28a5f15b..d5b2a0b61f3b 100644 --- a/x11-drivers/xf86-video-sis/ChangeLog +++ b/x11-drivers/xf86-video-sis/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-sis # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.57 2012/06/24 19:14:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.58 2012/07/05 16:00:27 chithanh Exp $ + +*xf86-video-sis-0.10.6 (05 Jul 2012) + + 05 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-sis-0.10.6.ebuild: + Version bump. 24 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xf86-video-sis-0.10.4-r1.ebuild: @@ -267,4 +273,3 @@ 08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>; +xf86-video-sis-0.7.0.ebuild: Initial commit for modular X. - diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.6.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.6.ebuild new file mode 100644 index 000000000000..7295732bad06 --- /dev/null +++ b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.6.ebuild @@ -0,0 +1,17 @@ +# 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-sis/xf86-video-sis-0.10.6.ebuild,v 1.1 2012/07/05 16:00:27 chithanh Exp $ + +EAPI=4 +XORG_DRI=dri +inherit xorg-2 + +DESCRIPTION="SiS and XGI video driver" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd" +IUSE="dri" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable dri) + ) +} |