diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:13:10 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-10-22 18:13:10 +0000 |
commit | 982c79533e6d230fc2d13d54c6364d06e5919bb2 (patch) | |
tree | f5b3b3884066bde1c6818b128a48b2d85e6e12ce | |
parent | Fix --as-needed (see bug #152393) (diff) | |
download | historical-982c79533e6d230fc2d13d54c6364d06e5919bb2.tar.gz historical-982c79533e6d230fc2d13d54c6364d06e5919bb2.tar.bz2 historical-982c79533e6d230fc2d13d54c6364d06e5919bb2.zip |
Version bump with minor changes.
Package-Manager: portage-2.1.2_pre3-r5
45 files changed, 541 insertions, 15 deletions
diff --git a/x11-drivers/xf86-input-evdev/ChangeLog b/x11-drivers/xf86-input-evdev/ChangeLog index 588713046472..accad54eb038 100644 --- a/x11-drivers/xf86-input-evdev/ChangeLog +++ b/x11-drivers/xf86-input-evdev/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-evdev # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.41 2006/10/18 16:43:44 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.42 2006/10/22 18:07:38 joshuabaergen Exp $ + +*xf86-input-evdev-1.1.3 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-evdev-1.1.3.ebuild: + Version bump. 18 Oct 2006; Aron Griffis <agriffis@gentoo.org> xf86-input-evdev-1.1.2-r2.ebuild: diff --git a/x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.1.3 b/x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.1.3 new file mode 100644 index 000000000000..5e6d9c19acd7 --- /dev/null +++ b/x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.1.3 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 c4338322a8ee93eae1f99957c9d4b015 xf86-input-evdev-1.1.3.tar.gz 346474 +RMD160 8e4e1b7b0de988143a2b81528fbb3f80ad3c8d80 xf86-input-evdev-1.1.3.tar.gz 346474 +SHA256 30823941ba337994f3fa35eb22e08a027fe6db68ea87c0d434d552ebc9881a41 xf86-input-evdev-1.1.3.tar.gz 346474 diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.3.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.3.ebuild new file mode 100644 index 000000000000..ff8d50b87208 --- /dev/null +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.3.ebuild,v 1.1 2006/10/22 18:07:38 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +# The tarball is currently in the wrong place upstream +SRC_URI="${BASE_INDIVIDUAL_URI}/app/${P}.tar.gz + http://dev.gentoo.org/~joshuabaergen/distfiles/x11-driver-patches-${XDPVER}.tar.bz2" + +DESCRIPTION="Generic Linux input driver" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" + +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + || ( >=sys-kernel/linux-headers-2.6 >=sys-kernel/mips-headers-2.6 ) + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-keyboard/ChangeLog b/x11-drivers/xf86-input-keyboard/ChangeLog index e1a58441d755..661f44405d58 100644 --- a/x11-drivers/xf86-input-keyboard/ChangeLog +++ b/x11-drivers/xf86-input-keyboard/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-keyboard # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.29 2006/10/13 23:15:48 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/ChangeLog,v 1.30 2006/10/22 18:08:09 joshuabaergen Exp $ + +*xf86-input-keyboard-1.1.1 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-keyboard-1.1.1.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-input-keyboard-1.1.0.ebuild: diff --git a/x11-drivers/xf86-input-keyboard/files/digest-xf86-input-keyboard-1.1.1 b/x11-drivers/xf86-input-keyboard/files/digest-xf86-input-keyboard-1.1.1 new file mode 100644 index 000000000000..d9d3b650ff2f --- /dev/null +++ b/x11-drivers/xf86-input-keyboard/files/digest-xf86-input-keyboard-1.1.1 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 babf094e37bdfc08076d4adb4c69c1d9 xf86-input-keyboard-1.1.1.tar.bz2 235022 +RMD160 3587c2c6329ad5d218a4590b7d77cfde25d3cd7f xf86-input-keyboard-1.1.1.tar.bz2 235022 +SHA256 b7e7377d75f3a10cceb5df18019b8e4498fbed0100478edd4af75bf8cd45d6fd xf86-input-keyboard-1.1.1.tar.bz2 235022 diff --git a/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1.ebuild b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1.ebuild new file mode 100644 index 000000000000..1cd1c0d73bcc --- /dev/null +++ b/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-keyboard/xf86-input-keyboard-1.1.1.ebuild,v 1.1 2006/10/22 18:08:09 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Keyboard input driver" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/kbproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-input-mouse/ChangeLog b/x11-drivers/xf86-input-mouse/ChangeLog index 27b32f2da99f..936fb76d9296 100644 --- a/x11-drivers/xf86-input-mouse/ChangeLog +++ b/x11-drivers/xf86-input-mouse/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-mouse # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.33 2006/10/13 23:15:48 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.34 2006/10/22 18:08:36 joshuabaergen Exp $ + +*xf86-input-mouse-1.1.2 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-input-mouse-1.1.2.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-input-mouse-1.1.1.ebuild: diff --git a/x11-drivers/xf86-input-mouse/files/digest-xf86-input-mouse-1.1.2 b/x11-drivers/xf86-input-mouse/files/digest-xf86-input-mouse-1.1.2 new file mode 100644 index 000000000000..c0003411357c --- /dev/null +++ b/x11-drivers/xf86-input-mouse/files/digest-xf86-input-mouse-1.1.2 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 d8bcd9fb1b4efb02acd251495f9a30c1 xf86-input-mouse-1.1.2.tar.bz2 279229 +RMD160 59c54aadf009237695e0d0fc085c783744470cba xf86-input-mouse-1.1.2.tar.bz2 279229 +SHA256 7d4c2ecbe8f9327f7c8093c05401ab68b22f3343bcf04e4838cc40c21b7f8e0a xf86-input-mouse-1.1.2.tar.bz2 279229 diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.1.2.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.1.2.ebuild new file mode 100644 index 000000000000..9612bba4028a --- /dev/null +++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.1.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.1.2.ebuild,v 1.1 2006/10/22 18:08:36 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="X.Org driver for mouse input devices" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" diff --git a/x11-drivers/xf86-video-mga/ChangeLog b/x11-drivers/xf86-video-mga/ChangeLog index 039d1c6ec7af..cf20621e413d 100644 --- a/x11-drivers/xf86-video-mga/ChangeLog +++ b/x11-drivers/xf86-video-mga/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-mga # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mga/ChangeLog,v 1.36 2006/10/18 17:01:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mga/ChangeLog,v 1.37 2006/10/22 18:09:03 joshuabaergen Exp $ + +*xf86-video-mga-1.4.3 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-mga-1.4.3.ebuild: + Version bump. 18 Oct 2006; Aron Griffis <agriffis@gentoo.org> xf86-video-mga-1.4.1-r1.ebuild: diff --git a/x11-drivers/xf86-video-mga/files/digest-xf86-video-mga-1.4.3 b/x11-drivers/xf86-video-mga/files/digest-xf86-video-mga-1.4.3 new file mode 100644 index 000000000000..a5bdc238ccf9 --- /dev/null +++ b/x11-drivers/xf86-video-mga/files/digest-xf86-video-mga-1.4.3 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 41c9ca3d1e3eb91ca4165a31c9fe329a xf86-video-mga-1.4.3.tar.bz2 391299 +RMD160 3521864d97bc98e97cbe3478bb0a26f825e0bac6 xf86-video-mga-1.4.3.tar.bz2 391299 +SHA256 4b627324dadcbb2eff67928665a6c9d24fb07e17f183583ed2654b8be80b3e88 xf86-video-mga-1.4.3.tar.bz2 391299 diff --git a/x11-drivers/xf86-video-mga/xf86-video-mga-1.4.3.ebuild b/x11-drivers/xf86-video-mga/xf86-video-mga-1.4.3.ebuild new file mode 100644 index 000000000000..56554781eec4 --- /dev/null +++ b/x11-drivers/xf86-video-mga/xf86-video-mga-1.4.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mga/xf86-video-mga-1.4.3.ebuild,v 1.1 2006/10/22 18:09:03 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Matrox video driver" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="dri" +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/xproto + dri? ( x11-proto/xf86driproto + >=x11-libs/libdrm-2 )" + +CONFIGURE_OPTIONS="$(use_enable dri)" + +pkg_setup() { + if use dri && ! built_with_use x11-base/xorg-server dri; then + die "Build x11-base/xorg-server with USE=dri." + fi +} diff --git a/x11-drivers/xf86-video-newport/ChangeLog b/x11-drivers/xf86-video-newport/ChangeLog index fe9e39fd4f9b..5b7b6e2f7e17 100644 --- a/x11-drivers/xf86-video-newport/ChangeLog +++ b/x11-drivers/xf86-video-newport/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-newport # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-newport/ChangeLog,v 1.16 2006/10/11 00:26:59 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-newport/ChangeLog,v 1.17 2006/10/22 18:09:22 joshuabaergen Exp $ + +*xf86-video-newport-0.2.1 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-newport-0.2.1.ebuild: + Version bump. 11 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; xf86-video-newport-0.1.4.1.ebuild, xf86-video-newport-0.2.0.ebuild: diff --git a/x11-drivers/xf86-video-newport/files/digest-xf86-video-newport-0.2.1 b/x11-drivers/xf86-video-newport/files/digest-xf86-video-newport-0.2.1 new file mode 100644 index 000000000000..b00c132b2db7 --- /dev/null +++ b/x11-drivers/xf86-video-newport/files/digest-xf86-video-newport-0.2.1 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 2bd8e5b9ea68e0dcd80dfcaca0eff82c xf86-video-newport-0.2.1.tar.bz2 257576 +RMD160 c8aed29537d80097e63251173184f673eee51e82 xf86-video-newport-0.2.1.tar.bz2 257576 +SHA256 66ac855452690ef896400577806dc1dd86318940f8a62ce20039037318b1ce08 xf86-video-newport-0.2.1.tar.bz2 257576 diff --git a/x11-drivers/xf86-video-newport/xf86-video-newport-0.2.1.ebuild b/x11-drivers/xf86-video-newport/xf86-video-newport-0.2.1.ebuild new file mode 100644 index 000000000000..7a5936b5a7e0 --- /dev/null +++ b/x11-drivers/xf86-video-newport/xf86-video-newport-0.2.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-newport/xf86-video-newport-0.2.1.ebuild,v 1.1 2006/10/22 18:09:22 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +# SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Newport video driver" +KEYWORDS="-* ~mips" +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" diff --git a/x11-drivers/xf86-video-nsc/ChangeLog b/x11-drivers/xf86-video-nsc/ChangeLog index 9e3cfcc43342..ed5876d11fc6 100644 --- a/x11-drivers/xf86-video-nsc/ChangeLog +++ b/x11-drivers/xf86-video-nsc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-nsc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/ChangeLog,v 1.20 2006/10/13 23:15:48 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/ChangeLog,v 1.21 2006/10/22 18:09:41 joshuabaergen Exp $ + +*xf86-video-nsc-2.8.2 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-nsc-2.8.2.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-nsc-2.8.1.ebuild: diff --git a/x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.8.2 b/x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.8.2 new file mode 100644 index 000000000000..b8c9153598ef --- /dev/null +++ b/x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.8.2 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 1fbdd5e9b5508b032c0102f72d1e555c xf86-video-nsc-2.8.2.tar.bz2 479445 +RMD160 0eeddcbc62fe0c525b7e02cb67caf0561a05facf xf86-video-nsc-2.8.2.tar.bz2 479445 +SHA256 060493a9dcad81e8912381d2a8d14a3e32a34414296a089756868f3442103c8c xf86-video-nsc-2.8.2.tar.bz2 479445 diff --git a/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild b/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild new file mode 100644 index 000000000000..bfe9206cd5a9 --- /dev/null +++ b/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.2.ebuild,v 1.1 2006/10/22 18:09:41 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Nsc video driver" +KEYWORDS="~amd64 ~sh ~x86 ~x86-fbsd" +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" diff --git a/x11-drivers/xf86-video-rendition/ChangeLog b/x11-drivers/xf86-video-rendition/ChangeLog index 7db0626e2b09..ce5ca703df62 100644 --- a/x11-drivers/xf86-video-rendition/ChangeLog +++ b/x11-drivers/xf86-video-rendition/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-rendition # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.22 2006/10/13 23:15:48 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.23 2006/10/22 18:10:12 joshuabaergen Exp $ + +*xf86-video-rendition-4.1.1 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-rendition-4.1.1.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-rendition-4.1.0.ebuild: diff --git a/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.1 b/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.1 new file mode 100644 index 000000000000..86467e7e7e92 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.1 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 3a9f3099f3accf7b0c7af41955f14fa6 xf86-video-rendition-4.1.1.tar.bz2 296601 +RMD160 8651c17fd4c98d01f802b380dc608f45d4b9796a xf86-video-rendition-4.1.1.tar.bz2 296601 +SHA256 3b0ca758ce35886901bf5c0165e1a47e39f8e3ade5953f9d6d8dd40c586c7276 xf86-video-rendition-4.1.1.tar.bz2 296601 diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.1.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.1.ebuild new file mode 100644 index 000000000000..8c316dda96b6 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.1.ebuild,v 1.1 2006/10/22 18:10:12 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Rendition video driver" +KEYWORDS="~alpha ~amd64 ~ia64 ~sh ~x86 ~x86-fbsd" +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" diff --git a/x11-drivers/xf86-video-siliconmotion/ChangeLog b/x11-drivers/xf86-video-siliconmotion/ChangeLog index 3df8ea2cbaa7..439db87ac369 100644 --- a/x11-drivers/xf86-video-siliconmotion/ChangeLog +++ b/x11-drivers/xf86-video-siliconmotion/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-siliconmotion # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.22 2006/10/13 23:15:48 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.23 2006/10/22 18:10:37 joshuabaergen Exp $ + +*xf86-video-siliconmotion-1.4.2 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-siliconmotion-1.4.2.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-siliconmotion-1.4.1.ebuild: diff --git a/x11-drivers/xf86-video-siliconmotion/files/digest-xf86-video-siliconmotion-1.4.2 b/x11-drivers/xf86-video-siliconmotion/files/digest-xf86-video-siliconmotion-1.4.2 new file mode 100644 index 000000000000..468ca709db34 --- /dev/null +++ b/x11-drivers/xf86-video-siliconmotion/files/digest-xf86-video-siliconmotion-1.4.2 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 31fa07bfc6f06e07216bf34a35091af0 xf86-video-siliconmotion-1.4.2.tar.bz2 279048 +RMD160 9efe790e564288eaa1feda489d942b9e1325b49b xf86-video-siliconmotion-1.4.2.tar.bz2 279048 +SHA256 a47a60920c454342a212260b5ec74c93f7889a6df4942bd2d6c0c0672aa25fdd xf86-video-siliconmotion-1.4.2.tar.bz2 279048 diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.4.2.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.4.2.ebuild new file mode 100644 index 000000000000..65b5902c3010 --- /dev/null +++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.4.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.4.2.ebuild,v 1.1 2006/10/22 18:10:37 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Silicon Motion video driver" +KEYWORDS="~alpha ~amd64 ~ia64 ~sh ~x86 ~x86-fbsd" +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/xproto" diff --git a/x11-drivers/xf86-video-sis/ChangeLog b/x11-drivers/xf86-video-sis/ChangeLog index 51b7bda7b0d8..197ae450acda 100644 --- a/x11-drivers/xf86-video-sis/ChangeLog +++ b/x11-drivers/xf86-video-sis/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-sis # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.23 2006/10/13 23:15:49 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sis/ChangeLog,v 1.24 2006/10/22 18:10:57 joshuabaergen Exp $ + +*xf86-video-sis-0.9.2 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-sis-0.9.2.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-sis-0.9.1-r1.ebuild: diff --git a/x11-drivers/xf86-video-sis/files/digest-xf86-video-sis-0.9.2 b/x11-drivers/xf86-video-sis/files/digest-xf86-video-sis-0.9.2 new file mode 100644 index 000000000000..06e6d99d0b7d --- /dev/null +++ b/x11-drivers/xf86-video-sis/files/digest-xf86-video-sis-0.9.2 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 66d9a4a3d168249f0e41f7f1fe8639e2 xf86-video-sis-0.9.2.tar.bz2 619656 +RMD160 1f4b11419566b2bfc07f6cf6a8e67cccfe4bc01a xf86-video-sis-0.9.2.tar.bz2 619656 +SHA256 1ea9e0a0d8d35578604b0a42b15c3fb82640a5616516c30bb0aab6666959f6d0 xf86-video-sis-0.9.2.tar.bz2 619656 diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.2.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.2.ebuild new file mode 100644 index 000000000000..c97462d76c60 --- /dev/null +++ b/x11-drivers/xf86-video-sis/xf86-video-sis-0.9.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2006 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.9.2.ebuild,v 1.1 2006/10/22 18:10:57 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="SiS and XGI video driver" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sh ~x86 ~x86-fbsd" +IUSE="dri" +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/xf86miscproto + x11-proto/xineramaproto + x11-proto/xproto + dri? ( x11-proto/xf86driproto + >=x11-libs/libdrm-2 )" + +CONFIGURE_OPTIONS="$(use_enable dri)" + +pkg_setup() { + if use dri && ! built_with_use x11-base/xorg-server dri; then + die "Build x11-base/xorg-server with USE=dri." + fi +} diff --git a/x11-drivers/xf86-video-tdfx/ChangeLog b/x11-drivers/xf86-video-tdfx/ChangeLog index c0ffd5113f16..722ab87cfca0 100644 --- a/x11-drivers/xf86-video-tdfx/ChangeLog +++ b/x11-drivers/xf86-video-tdfx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-tdfx # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.27 2006/10/13 23:15:49 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/ChangeLog,v 1.28 2006/10/22 18:11:24 joshuabaergen Exp $ + +*xf86-video-tdfx-1.2.2 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-tdfx-1.2.2.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-tdfx-1.2.1-r1.ebuild: diff --git a/x11-drivers/xf86-video-tdfx/files/digest-xf86-video-tdfx-1.2.2 b/x11-drivers/xf86-video-tdfx/files/digest-xf86-video-tdfx-1.2.2 new file mode 100644 index 000000000000..e03ce1faea1e --- /dev/null +++ b/x11-drivers/xf86-video-tdfx/files/digest-xf86-video-tdfx-1.2.2 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 68568ca1402d07046b08f82679aefb87 xf86-video-tdfx-1.2.2.tar.bz2 276785 +RMD160 9ebc5c0c5d67f110965c80759a44d82b1d098a8b xf86-video-tdfx-1.2.2.tar.bz2 276785 +SHA256 04abe62a0cb9280dcad6082eea12564468b5940b657795811ddd5d8e2c443ec6 xf86-video-tdfx-1.2.2.tar.bz2 276785 diff --git a/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.2.2.ebuild b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.2.2.ebuild new file mode 100644 index 000000000000..e15fac1e1dac --- /dev/null +++ b/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.2.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tdfx/xf86-video-tdfx-1.2.2.ebuild,v 1.1 2006/10/22 18:11:24 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="3Dfx video driver" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="dri" +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/xproto + dri? ( x11-proto/xf86driproto + >=x11-libs/libdrm-2 )" + +CONFIGURE_OPTIONS="$(use_enable dri)" + +pkg_setup() { + if use dri && ! built_with_use x11-base/xorg-server dri; then + die "Build x11-base/xorg-server with USE=dri." + fi +} diff --git a/x11-drivers/xf86-video-trident/ChangeLog b/x11-drivers/xf86-video-trident/ChangeLog index 559195ee001d..ff190388f24b 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v 1.23 2006/10/13 23:15:48 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v 1.24 2006/10/22 18:11:44 joshuabaergen Exp $ + +*xf86-video-trident-1.2.2 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-trident-1.2.2.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-trident-1.2.1.ebuild: diff --git a/x11-drivers/xf86-video-trident/files/digest-xf86-video-trident-1.2.2 b/x11-drivers/xf86-video-trident/files/digest-xf86-video-trident-1.2.2 new file mode 100644 index 000000000000..8d479af62549 --- /dev/null +++ b/x11-drivers/xf86-video-trident/files/digest-xf86-video-trident-1.2.2 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 1ea1d7cbae19389054cd7e7631654d09 xf86-video-trident-1.2.2.tar.bz2 277802 +RMD160 a001189dac6ef60ab08c0fe9654e16f7fe95f0e2 xf86-video-trident-1.2.2.tar.bz2 277802 +SHA256 3fc6e24335a78eddb49079a078b309597b4e8794f0287bc0a220e50fd08e3344 xf86-video-trident-1.2.2.tar.bz2 277802 diff --git a/x11-drivers/xf86-video-trident/xf86-video-trident-1.2.2.ebuild b/x11-drivers/xf86-video-trident/xf86-video-trident-1.2.2.ebuild new file mode 100644 index 000000000000..729e6ffd2291 --- /dev/null +++ b/x11-drivers/xf86-video-trident/xf86-video-trident-1.2.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2006 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.2.2.ebuild,v 1.1 2006/10/22 18:11:44 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Trident video driver" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sh ~x86 ~x86-fbsd" +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" diff --git a/x11-drivers/xf86-video-tseng/ChangeLog b/x11-drivers/xf86-video-tseng/ChangeLog index 2830d92d7749..445138692e10 100644 --- a/x11-drivers/xf86-video-tseng/ChangeLog +++ b/x11-drivers/xf86-video-tseng/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-tseng # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tseng/ChangeLog,v 1.21 2006/10/13 23:15:49 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tseng/ChangeLog,v 1.22 2006/10/22 18:12:04 joshuabaergen Exp $ + +*xf86-video-tseng-1.1.1 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-tseng-1.1.1.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-tseng-1.1.0.ebuild: diff --git a/x11-drivers/xf86-video-tseng/files/digest-xf86-video-tseng-1.1.1 b/x11-drivers/xf86-video-tseng/files/digest-xf86-video-tseng-1.1.1 new file mode 100644 index 000000000000..1a08d75eb575 --- /dev/null +++ b/x11-drivers/xf86-video-tseng/files/digest-xf86-video-tseng-1.1.1 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 488aa9c3ec7a95e6589afa4b50bec8b4 xf86-video-tseng-1.1.1.tar.bz2 273211 +RMD160 2babf71f5711567df80629a700c10da2f18b1943 xf86-video-tseng-1.1.1.tar.bz2 273211 +SHA256 c9c1f3318715b7268068bc733d00bcab93924e97eb38f94548e442fd6cdfd56e xf86-video-tseng-1.1.1.tar.bz2 273211 diff --git a/x11-drivers/xf86-video-tseng/xf86-video-tseng-1.1.1.ebuild b/x11-drivers/xf86-video-tseng/xf86-video-tseng-1.1.1.ebuild new file mode 100644 index 000000000000..1533e485b642 --- /dev/null +++ b/x11-drivers/xf86-video-tseng/xf86-video-tseng-1.1.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tseng/xf86-video-tseng-1.1.1.ebuild,v 1.1 2006/10/22 18:12:04 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Tseng Labs video driver" +KEYWORDS="~amd64 ~ia64 ~sh ~x86 ~x86-fbsd" +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/xproto" diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog index 00e795ddca0d..a3a62e6c3572 100644 --- a/x11-drivers/xf86-video-vesa/ChangeLog +++ b/x11-drivers/xf86-video-vesa/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-vesa # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.26 2006/10/13 23:15:49 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.27 2006/10/22 18:12:25 joshuabaergen Exp $ + +*xf86-video-vesa-1.2.2 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-vesa-1.2.2.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-vesa-1.2.1.ebuild: diff --git a/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.2 b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.2 new file mode 100644 index 000000000000..9ef0430776be --- /dev/null +++ b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.2 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 05fdc608eb15651cf6e5e4e3996248a8 xf86-video-vesa-1.2.2.tar.bz2 239363 +RMD160 93c2c524ff5a3dc1c306e5707572850fce3c27ed xf86-video-vesa-1.2.2.tar.bz2 239363 +SHA256 3d76d38d7eb6a29ecc4c833abc05a479f93e2eb2da15ff6aeb8893fe97f6085c xf86-video-vesa-1.2.2.tar.bz2 239363 diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.2.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.2.ebuild new file mode 100644 index 000000000000..f55782749967 --- /dev/null +++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.2.ebuild,v 1.1 2006/10/22 18:12:25 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Generic VESA video driver" +KEYWORDS="-* ~amd64 ~ia64 ~x86 ~x86-fbsd" +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" diff --git a/x11-drivers/xf86-video-via/ChangeLog b/x11-drivers/xf86-video-via/ChangeLog index bbb0789d0849..2961fb9e714e 100644 --- a/x11-drivers/xf86-video-via/ChangeLog +++ b/x11-drivers/xf86-video-via/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-via # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v 1.28 2006/10/13 23:15:48 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/ChangeLog,v 1.29 2006/10/22 18:12:49 joshuabaergen Exp $ + +*xf86-video-via-0.2.2 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-via-0.2.2.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-via-0.2.1-r1.ebuild: diff --git a/x11-drivers/xf86-video-via/files/digest-xf86-video-via-0.2.2 b/x11-drivers/xf86-video-via/files/digest-xf86-video-via-0.2.2 new file mode 100644 index 000000000000..6401339985fa --- /dev/null +++ b/x11-drivers/xf86-video-via/files/digest-xf86-video-via-0.2.2 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 d5fe25d3cfa0a64cc77681f15f9c3159 xf86-video-via-0.2.2.tar.bz2 397641 +RMD160 788645fc99c878eaf4ffc69b31b7de291a574e6c xf86-video-via-0.2.2.tar.bz2 397641 +SHA256 5026bdaf644178fee66a26190453b0dddb99558b8c97c4a592a482a2434dc862 xf86-video-via-0.2.2.tar.bz2 397641 diff --git a/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild b/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild new file mode 100644 index 000000000000..11a60f92d0cd --- /dev/null +++ b/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-via/xf86-video-via-0.2.2.ebuild,v 1.1 2006/10/22 18:12:49 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="VIA unichrome graphics driver" +KEYWORDS="~amd64 ~ia64 ~sh ~x86 ~x86-fbsd" +IUSE="dri" +RDEPEND=">=x11-base/xorg-server-1.0.99 + x11-libs/libXvMC" +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 + x11-libs/libX11 )" + +CONFIGURE_OPTIONS="$(use_enable dri)" + +pkg_setup() { + if use dri && ! built_with_use x11-base/xorg-server dri; then + die "Build x11-base/xorg-server with USE=dri." + fi +} diff --git a/x11-drivers/xf86-video-voodoo/ChangeLog b/x11-drivers/xf86-video-voodoo/ChangeLog index d5a8432106ad..96b79e9add69 100644 --- a/x11-drivers/xf86-video-voodoo/ChangeLog +++ b/x11-drivers/xf86-video-voodoo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-voodoo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog,v 1.24 2006/10/13 23:15:49 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/ChangeLog,v 1.25 2006/10/22 18:13:10 joshuabaergen Exp $ + +*xf86-video-voodoo-1.1.1 (21 Oct 2006) + + 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-voodoo-1.1.1.ebuild: + Version bump. 13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org> xf86-video-voodoo-1.1.0.ebuild: diff --git a/x11-drivers/xf86-video-voodoo/files/digest-xf86-video-voodoo-1.1.1 b/x11-drivers/xf86-video-voodoo/files/digest-xf86-video-voodoo-1.1.1 new file mode 100644 index 000000000000..0a780a68bbdd --- /dev/null +++ b/x11-drivers/xf86-video-voodoo/files/digest-xf86-video-voodoo-1.1.1 @@ -0,0 +1,6 @@ +MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346 +RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346 +SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346 +MD5 bc878e795688b49a595b355482d27174 xf86-video-voodoo-1.1.1.tar.bz2 248401 +RMD160 5a1c771845ed9222969a51520f0d5f36c1bb9434 xf86-video-voodoo-1.1.1.tar.bz2 248401 +SHA256 3975601baee674b2bad0dfe696586f17cc913f1dc7f1d5c4e184623e0461751c xf86-video-voodoo-1.1.1.tar.bz2 248401 diff --git a/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.1.1.ebuild b/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.1.1.ebuild new file mode 100644 index 000000000000..5dca0e47d3d9 --- /dev/null +++ b/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.1.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-voodoo/xf86-video-voodoo-1.1.1.ebuild,v 1.1 2006/10/22 18:13:10 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=4 + +inherit x-modular + +DESCRIPTION="Voodoo video driver" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/xextproto + x11-proto/xf86dgaproto + x11-proto/xproto" |