Version bump for 7.2. Build/dist fix only.
authorJoshua Baergen <joshuabaergen@gentoo.org>
Sat, 16 Dec 2006 17:13:21 +0000 (17:13 +0000)
committerJoshua Baergen <joshuabaergen@gentoo.org>
Sat, 16 Dec 2006 17:13:21 +0000 (17:13 +0000)
Package-Manager: portage-2.1.2_rc3-r5

x11-drivers/xf86-input-evdev/ChangeLog
x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.1.5 [new file with mode: 0644]
x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5.ebuild [new file with mode: 0644]
x11-drivers/xf86-video-nv/ChangeLog
x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.2 [new file with mode: 0644]
x11-drivers/xf86-video-nv/xf86-video-nv-1.2.2.ebuild [new file with mode: 0644]
x11-drivers/xf86-video-rendition/ChangeLog
x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.3 [new file with mode: 0644]
x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.3.ebuild [new file with mode: 0644]

index b7109bfd8780968ab71614dc95b6a7e7d8096946..a4f9e2e5aa9e86a32ea36bb765587bef0f7095fa 100644 (file)
@@ -1,6 +1,13 @@
 # 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.47 2006/12/01 18:19:58 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/ChangeLog,v 1.48 2006/12/16 17:08:19 joshuabaergen Exp $
+
+*xf86-input-evdev-1.1.5 (16 Dec 2006)
+
+  16 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+  -files/1.1.4-fix_compatibility.patch, -xf86-input-evdev-1.1.4-r1.ebuild,
+  +xf86-input-evdev-1.1.5.ebuild:
+  Version bump for 7.2.  Build/dist fix only.
 
   01 Dec 2006; Gustavo Zacarias <gustavoz@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.5 b/x11-drivers/xf86-input-evdev/files/digest-xf86-input-evdev-1.1.5
new file mode 100644 (file)
index 0000000..c9bf8f0
--- /dev/null
@@ -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 01705ea9a4d1699d5eeb17e7f297a581 xf86-input-evdev-1.1.5.tar.bz2 242307
+RMD160 13292abea84654828af720c720988a3f6c7f9ac8 xf86-input-evdev-1.1.5.tar.bz2 242307
+SHA256 52b7daab86dade2d189f0378ddf196c018cdc9dd47ade0b3b8fc7591cb4bbe9e xf86-input-evdev-1.1.5.tar.bz2 242307
diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-1.1.5.ebuild
new file mode 100644 (file)
index 0000000..d540c35
--- /dev/null
@@ -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-input-evdev/xf86-input-evdev-1.1.5.ebuild,v 1.1 2006/12/16 17:08:19 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+XDPVER=4
+
+inherit x-modular
+
+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-1.4
+       x11-proto/randrproto
+       x11-proto/xproto"
index 9557c51bbecb224be1340e90bc374dedc6cef4c8..878efe496fce2793e2dddc15e3bca5a1727d7913 100644 (file)
@@ -1,6 +1,12 @@
 # ChangeLog for x11-drivers/xf86-video-nv
 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.38 2006/12/02 16:23:57 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.39 2006/12/16 17:11:46 joshuabaergen Exp $
+
+*xf86-video-nv-1.2.2 (16 Dec 2006)
+
+  16 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+  -xf86-video-nv-1.2.1.ebuild, +xf86-video-nv-1.2.2.ebuild:
+  Version bump for 7.2.  Build/dist fix only.
 
 *xf86-video-nv-1.2.1 (02 Dec 2006)
 
diff --git a/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.2 b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.2
new file mode 100644 (file)
index 0000000..ad8f5eb
--- /dev/null
@@ -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 ac73ea5c251ec5b70fa728a3c082c4dc xf86-video-nv-1.2.2.tar.bz2 297435
+RMD160 963f70a6788982204b2309237ecddd6df5662083 xf86-video-nv-1.2.2.tar.bz2 297435
+SHA256 934caca4b9dba89c0206de61f1e533cb4f161ee595115f2ade16279ef7c7402a xf86-video-nv-1.2.2.tar.bz2 297435
diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.2.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.2.ebuild
new file mode 100644 (file)
index 0000000..d962d71
--- /dev/null
@@ -0,0 +1,22 @@
+# 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-nv/xf86-video-nv-1.2.2.ebuild,v 1.1 2006/12/16 17:11:46 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+XDPVER=4
+
+inherit x-modular
+
+DESCRIPTION="NVIDIA video driver"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd"
+
+RDEPEND="x11-base/xorg-server"
+DEPEND="${RDEPEND}
+       x11-proto/fontsproto
+       x11-proto/randrproto
+       x11-proto/renderproto
+       x11-proto/videoproto
+       x11-proto/xextproto
+       x11-proto/xproto"
index 0ecf29f8a78551cac27d22092e120fffb1745224..177f9aeb8ea30df5f50517b702361224787158d4 100644 (file)
@@ -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.24 2006/11/10 03:36:33 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.25 2006/12/16 17:13:21 joshuabaergen Exp $
+
+*xf86-video-rendition-4.1.3 (16 Dec 2006)
+
+  16 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+  -xf86-video-rendition-4.1.2.ebuild, +xf86-video-rendition-4.1.3.ebuild:
+  Version bump for 7.2.  Build/dist fix only.
 
 *xf86-video-rendition-4.1.2 (10 Nov 2006)
 
diff --git a/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.3 b/x11-drivers/xf86-video-rendition/files/digest-xf86-video-rendition-4.1.3
new file mode 100644 (file)
index 0000000..81b6a35
--- /dev/null
@@ -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 a8b97feccb32184820d5856fe78d34db xf86-video-rendition-4.1.3.tar.bz2 292618
+RMD160 a978dda8170b005cb7d398b7c23b28454ab5c661 xf86-video-rendition-4.1.3.tar.bz2 292618
+SHA256 37e7aef72f7466485f5a3bafd0d43190cb7439de16868bfba2c59bb4c9df4408 xf86-video-rendition-4.1.3.tar.bz2 292618
diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.3.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.1.3.ebuild
new file mode 100644 (file)
index 0000000..b30406f
--- /dev/null
@@ -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.3.ebuild,v 1.1 2006/12/16 17:13:21 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"