From 1792313b88a88f12a68813140a2dc0628818f415 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sat, 23 Jan 2010 20:30:03 +0000 Subject: rm (Portage version: 2.2_rc61/cvs/Linux x86_64) --- x11-drivers/xf86-video-sunffb/ChangeLog | 8 +++++-- .../xf86-video-sunffb-1.1.0.ebuild | 25 ---------------------- 2 files changed, 6 insertions(+), 27 deletions(-) delete mode 100644 x11-drivers/xf86-video-sunffb/xf86-video-sunffb-1.1.0.ebuild (limited to 'x11-drivers/xf86-video-sunffb') diff --git a/x11-drivers/xf86-video-sunffb/ChangeLog b/x11-drivers/xf86-video-sunffb/ChangeLog index 632f0f8d496d..6c8e239255ee 100644 --- a/x11-drivers/xf86-video-sunffb/ChangeLog +++ b/x11-drivers/xf86-video-sunffb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-sunffb -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunffb/ChangeLog,v 1.24 2009/11/02 12:37:22 remi Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunffb/ChangeLog,v 1.25 2010/01/23 20:30:03 scarabeus Exp $ + + 23 Jan 2010; Tomáš Chvátal + -xf86-video-sunffb-1.1.0.ebuild: + rm *xf86-video-sunffb-1.2.1 (02 Nov 2009) diff --git a/x11-drivers/xf86-video-sunffb/xf86-video-sunffb-1.1.0.ebuild b/x11-drivers/xf86-video-sunffb/xf86-video-sunffb-1.1.0.ebuild deleted file mode 100644 index 6864966a7bc8..000000000000 --- a/x11-drivers/xf86-video-sunffb/xf86-video-sunffb-1.1.0.ebuild +++ /dev/null @@ -1,25 +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-sunffb/xf86-video-sunffb-1.1.0.ebuild,v 1.5 2009/05/04 16:18:25 ssuominen Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="SUNFFB video driver" -KEYWORDS="-* sparc" -IUSE="dri" -RDEPEND=">=x11-base/xorg-server-1.0.99" -DEPEND="${RDEPEND} - x11-proto/fontsproto - x11-proto/randrproto - x11-proto/renderproto - x11-proto/xextproto - x11-proto/xproto - dri? ( x11-proto/xf86driproto - >=x11-libs/libdrm-2 )" - -pkg_setup() { - CONFIGURE_OPTIONS="$(use_enable dri)" -} -- cgit v1.2.3-65-gdbad