summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-07-24 08:03:37 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-07-24 08:03:37 +0000
commitaae8d1ba2cd14083547f1636ab29070581b28577 (patch)
treea25d54de91c1b2134e023c269326a6542662b495 /x11-drivers/xf86-video-chips
parentVersion bump. (diff)
downloadgentoo-2-aae8d1ba2cd14083547f1636ab29070581b28577.tar.gz
gentoo-2-aae8d1ba2cd14083547f1636ab29070581b28577.tar.bz2
gentoo-2-aae8d1ba2cd14083547f1636ab29070581b28577.zip
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-chips')
-rw-r--r--x11-drivers/xf86-video-chips/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-chips/files/chips.xinf11
-rw-r--r--x11-drivers/xf86-video-chips/xf86-video-chips-1.2.3.ebuild20
3 files changed, 27 insertions, 12 deletions
diff --git a/x11-drivers/xf86-video-chips/ChangeLog b/x11-drivers/xf86-video-chips/ChangeLog
index 66e192abf153..aca00f0fc3f8 100644
--- a/x11-drivers/xf86-video-chips/ChangeLog
+++ b/x11-drivers/xf86-video-chips/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-chips
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/ChangeLog,v 1.41 2010/01/23 20:02:05 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/ChangeLog,v 1.42 2010/07/24 08:03:37 scarabeus Exp $
+
+*xf86-video-chips-1.2.3 (24 Jul 2010)
+
+ 24 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +xf86-video-chips-1.2.3.ebuild, -files/chips.xinf:
+ Version bump.
23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-xf86-video-chips-1.2.1.ebuild:
diff --git a/x11-drivers/xf86-video-chips/files/chips.xinf b/x11-drivers/xf86-video-chips/files/chips.xinf
deleted file mode 100644
index 15a92c25e325..000000000000
--- a/x11-drivers/xf86-video-chips/files/chips.xinf
+++ /dev/null
@@ -1,11 +0,0 @@
-alias pcivideo:v0000102Cd000000B8sv*sd*bc*sc*i* chips
-alias pcivideo:v0000102Cd000000C0sv*sd*bc*sc*i* chips
-alias pcivideo:v0000102Cd000000D0sv*sd*bc*sc*i* chips
-alias pcivideo:v0000102Cd000000D8sv*sd*bc*sc*i* chips
-alias pcivideo:v0000102Cd000000DCsv*sd*bc*sc*i* chips
-alias pcivideo:v0000102Cd000000E0sv*sd*bc*sc*i* chips
-alias pcivideo:v0000102Cd000000E4sv*sd*bc*sc*i* chips
-alias pcivideo:v0000102Cd000000E5sv*sd*bc*sc*i* chips
-alias pcivideo:v0000102Cd000000F0sv*sd*bc*sc*i* chips
-alias pcivideo:v0000102Cd000000F4sv*sd*bc*sc*i* chips
-alias pcivideo:v0000102Cd00000C30sv*sd*bc*sc*i* chips
diff --git a/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.3.ebuild b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.3.ebuild
new file mode 100644
index 000000000000..b19858fd7075
--- /dev/null
+++ b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.3.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-chips/xf86-video-chips-1.2.3.ebuild,v 1.1 2010/07/24 08:03:37 scarabeus Exp $
+
+EAPI=3
+
+inherit xorg-2
+
+DESCRIPTION="Chips and Technologies 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/xproto"