summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-12-30 17:02:06 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-12-30 17:02:06 +0000
commit9a91056699e2c952315ba6a89d561a2bff7f4dec (patch)
tree4aa97457cf36b4dc2d2def1d100ba63485f3aed1 /x11-drivers
parentVersion bump for 7.2. Build system fixes only. (diff)
downloadhistorical-9a91056699e2c952315ba6a89d561a2bff7f4dec.tar.gz
historical-9a91056699e2c952315ba6a89d561a2bff7f4dec.tar.bz2
historical-9a91056699e2c952315ba6a89d561a2bff7f4dec.zip
Version bump for 7.2. Fixes shadow framebuffer and therefore rotation.
Package-Manager: portage-2.1.2_rc4-r3
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-fbdev/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-fbdev/files/digest-xf86-video-fbdev-0.3.16
-rw-r--r--x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.3.1.ebuild19
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-fbdev/ChangeLog b/x11-drivers/xf86-video-fbdev/ChangeLog
index dba5529da178..7933b79daaf4 100644
--- a/x11-drivers/xf86-video-fbdev/ChangeLog
+++ b/x11-drivers/xf86-video-fbdev/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-fbdev
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/ChangeLog,v 1.30 2006/10/13 23:15:48 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/ChangeLog,v 1.31 2006/12/30 17:02:06 joshuabaergen Exp $
+
+*xf86-video-fbdev-0.3.1 (30 Dec 2006)
+
+ 30 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xf86-video-fbdev-0.3.1.ebuild:
+ Version bump for 7.2. Fixes shadow framebuffer and therefore rotation.
13 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org>
xf86-video-fbdev-0.3.0.ebuild:
diff --git a/x11-drivers/xf86-video-fbdev/files/digest-xf86-video-fbdev-0.3.1 b/x11-drivers/xf86-video-fbdev/files/digest-xf86-video-fbdev-0.3.1
new file mode 100644
index 000000000000..7dc310bd5b48
--- /dev/null
+++ b/x11-drivers/xf86-video-fbdev/files/digest-xf86-video-fbdev-0.3.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 9ae810c6c6c3c9713a67866fe794d4ff xf86-video-fbdev-0.3.1.tar.bz2 217635
+RMD160 291b534e312da296d9e88fab68eddf40b28d62ee xf86-video-fbdev-0.3.1.tar.bz2 217635
+SHA256 309d1f618c77559ea494c05d45b09577790c44900685e17bc812e4e1b19df6e7 xf86-video-fbdev-0.3.1.tar.bz2 217635
diff --git a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.3.1.ebuild b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.3.1.ebuild
new file mode 100644
index 000000000000..a87e69aadc34
--- /dev/null
+++ b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.3.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-fbdev/xf86-video-fbdev-0.3.1.ebuild,v 1.1 2006/12/30 17:02:06 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+XDPVER=4
+
+inherit x-modular
+
+DESCRIPTION="video driver for framebuffer device"
+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/fontsproto
+ x11-proto/randrproto
+ x11-proto/renderproto
+ x11-proto/videoproto
+ x11-proto/xproto"