From c0402b7113b6c1ef65de90d13d3f66a4b672048c Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 13 Feb 2011 19:05:36 +0000 Subject: old (Portage version: 2.2.0_alpha23/cvs/Linux x86_64) --- x11-drivers/xf86-video-sis/ChangeLog | 6 +++- .../xf86-video-sis/xf86-video-sis-0.10.2.ebuild | 35 ---------------------- 2 files changed, 5 insertions(+), 36 deletions(-) delete mode 100644 x11-drivers/xf86-video-sis/xf86-video-sis-0.10.2.ebuild (limited to 'x11-drivers') 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 + -xf86-video-sis-0.10.2.ebuild: + old 12 Feb 2011; Raúl Porcel 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)" -} -- cgit v1.2.3-65-gdbad