From 65f7361ecc67058aab54bd3faca52664884f0b89 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Mon, 5 Jul 2010 08:38:08 +0000 Subject: Version bump. Drop useless file. (Portage version: 2.2_rc67/cvs/Linux x86_64) --- x11-drivers/xf86-video-trident/ChangeLog | 8 +++++- x11-drivers/xf86-video-trident/files/trident.xinf | 30 ---------------------- .../xf86-video-trident-1.3.4.ebuild | 20 +++++++++++++++ 3 files changed, 27 insertions(+), 31 deletions(-) delete mode 100644 x11-drivers/xf86-video-trident/files/trident.xinf create mode 100644 x11-drivers/xf86-video-trident/xf86-video-trident-1.3.4.ebuild (limited to 'x11-drivers/xf86-video-trident') diff --git a/x11-drivers/xf86-video-trident/ChangeLog b/x11-drivers/xf86-video-trident/ChangeLog index 34b6288c2a7c..3716a10ed8c0 100644 --- a/x11-drivers/xf86-video-trident/ChangeLog +++ b/x11-drivers/xf86-video-trident/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-trident # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v 1.46 2010/01/23 20:34:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v 1.47 2010/07/05 08:38:08 scarabeus Exp $ + +*xf86-video-trident-1.3.4 (05 Jul 2010) + + 05 Jul 2010; Tomáš Chvátal + +xf86-video-trident-1.3.4.ebuild, -files/trident.xinf: + Version bump. Drop useless file. 23 Jan 2010; Tomáš Chvátal -xf86-video-trident-1.3.1.ebuild: diff --git a/x11-drivers/xf86-video-trident/files/trident.xinf b/x11-drivers/xf86-video-trident/files/trident.xinf deleted file mode 100644 index 01bc3074a669..000000000000 --- a/x11-drivers/xf86-video-trident/files/trident.xinf +++ /dev/null @@ -1,30 +0,0 @@ -alias pcivideo:v00001023d00002100sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00008400sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00008420sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00008500sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00008520sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00008600sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00008620sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00008820sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009320sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009382sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009385sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009388sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009397sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d0000939Asv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009420sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009430sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009440sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009520sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009525sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009540sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009660sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009680sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009682sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009685sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009750sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009759sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009850sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009880sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009910sv*sd*bc*sc*i* trident -alias pcivideo:v00001023d00009930sv*sd*bc*sc*i* trident diff --git a/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.4.ebuild b/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.4.ebuild new file mode 100644 index 000000000000..f7f8cb013da7 --- /dev/null +++ b/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.4.ebuild,v 1.1 2010/07/05 08:38:08 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="Trident video driver" +KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xf86dgaproto + x11-proto/xproto" -- cgit v1.2.3-65-gdbad