summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-02-13 19:05:36 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-02-13 19:05:36 +0000
commitc0402b7113b6c1ef65de90d13d3f66a4b672048c (patch)
treee78c5a60270b068b728f0d4ef31a711b88fce6d7 /x11-drivers/xf86-video-sis
parentold (diff)
downloadgentoo-2-c0402b7113b6c1ef65de90d13d3f66a4b672048c.tar.gz
gentoo-2-c0402b7113b6c1ef65de90d13d3f66a4b672048c.tar.bz2
gentoo-2-c0402b7113b6c1ef65de90d13d3f66a4b672048c.zip
old
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-sis')
-rw-r--r--x11-drivers/xf86-video-sis/ChangeLog6
-rw-r--r--x11-drivers/xf86-video-sis/xf86-video-sis-0.10.2.ebuild35
2 files changed, 5 insertions, 36 deletions
diff --git a/x11-drivers/xf86-video-sis/ChangeLog b/x11-drivers/xf86-video-sis/ChangeLog
index cb0a89f68175..60f98c640c35 100644
--- a/x11-drivers/xf86-video-sis/ChangeLog
+++ b/x11-drivers/xf86-video-sis/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-drivers/xf86-video-sis
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.52 2011/02/12 19:34:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.53 2011/02/13 19:05:36 scarabeus Exp $
+
+ 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -xf86-video-sis-0.10.2.ebuild:
+ old
12 Feb 2011; Raúl Porcel <armin76@gentoo.org> xf86-video-sis-0.10.3.ebuild:
ia64 stable wrt #344827
diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.2.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.2.ebuild
deleted file mode 100644
index c2d88d7f34e9..000000000000
--- a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 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.2.ebuild,v 1.6 2009/12/15 15:44:59 armin76 Exp $
-
-EAPI="2"
-
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
-
-DESCRIPTION="SiS and XGI video driver"
-KEYWORDS="amd64 ia64 ppc x86 ~x86-fbsd"
-IUSE="dri"
-RDEPEND="dri? ( x11-base/xorg-server[-minimal] )
- !dri? ( x11-base/xorg-server )
-"
-DEPEND="${RDEPEND}
- x11-proto/fontsproto
- x11-proto/randrproto
- x11-proto/renderproto
- x11-proto/videoproto
- x11-proto/xextproto
- x11-proto/xf86dgaproto
- x11-proto/xf86miscproto
- x11-proto/xineramaproto
- x11-proto/xproto
- dri? (
- x11-proto/xf86driproto
- >=x11-libs/libdrm-2
- )"
-
-pkg_setup() {
- CONFIGURE_OPTIONS="$(use_enable dri)"
-}