diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-05-20 07:41:05 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-05-20 07:41:05 +0000 |
commit | e0f6f958a725c78f69e505d15c2dd0279c31d42a (patch) | |
tree | bae5a5cfd0e9ca963f369a353f7443e409b696d1 /x11-drivers/xf86-video-fbdev | |
parent | Bump. Fix ShadowFB support to work with recent changes in the server. (diff) | |
download | historical-e0f6f958a725c78f69e505d15c2dd0279c31d42a.tar.gz historical-e0f6f958a725c78f69e505d15c2dd0279c31d42a.tar.bz2 historical-e0f6f958a725c78f69e505d15c2dd0279c31d42a.zip |
Bump. Fix ShadowFB support to work with recent changes in the server, and fix a ShadowFB crasher.
Package-Manager: portage-2.1_rc1-r2
Diffstat (limited to 'x11-drivers/xf86-video-fbdev')
-rw-r--r-- | x11-drivers/xf86-video-fbdev/ChangeLog | 9 | ||||
-rw-r--r-- | x11-drivers/xf86-video-fbdev/files/digest-xf86-video-fbdev-0.3.0 | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.3.0.ebuild | 18 |
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-fbdev/ChangeLog b/x11-drivers/xf86-video-fbdev/ChangeLog index 8308f6efde92..1d89dcf09ae2 100644 --- a/x11-drivers/xf86-video-fbdev/ChangeLog +++ b/x11-drivers/xf86-video-fbdev/ChangeLog @@ -1,6 +1,13 @@ # 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.18 2006/04/16 14:10:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/ChangeLog,v 1.19 2006/05/20 07:41:05 spyderous Exp $ + +*xf86-video-fbdev-0.3.0 (20 May 2006) + + 20 May 2006; Donnie Berkholz <spyderous@gentoo.org>; + -xf86-video-fbdev-0.2.0.ebuild, +xf86-video-fbdev-0.3.0.ebuild: + Bump. Fix ShadowFB support to work with recent changes in the server, and + fix a ShadowFB crasher. 16 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> xf86-video-fbdev-0.1.0.5.ebuild: diff --git a/x11-drivers/xf86-video-fbdev/files/digest-xf86-video-fbdev-0.3.0 b/x11-drivers/xf86-video-fbdev/files/digest-xf86-video-fbdev-0.3.0 new file mode 100644 index 000000000000..48d5bac2e592 --- /dev/null +++ b/x11-drivers/xf86-video-fbdev/files/digest-xf86-video-fbdev-0.3.0 @@ -0,0 +1,6 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +RMD160 0c57d4b235d83f3d7c46691c13857fd121ddec2d x11-driver-patches-1.tar.bz2 389 +SHA256 64787d5b57d2845c0fa9297a9d924093ba191fc3551798239d9983f0bcca9b3e x11-driver-patches-1.tar.bz2 389 +MD5 2472494502317c2582b90ccf64da5044 xf86-video-fbdev-0.3.0.tar.bz2 231592 +RMD160 41723ba2e8bea189b26dcda9d9749b04c3362644 xf86-video-fbdev-0.3.0.tar.bz2 231592 +SHA256 feb39a2572d1400e45727d45098e162fcfb8f34f56ab7375bd28650757005613 xf86-video-fbdev-0.3.0.tar.bz2 231592 diff --git a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.3.0.ebuild b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.3.0.ebuild new file mode 100644 index 000000000000..5f42c314154c --- /dev/null +++ b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.3.0.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-video-fbdev/xf86-video-fbdev-0.3.0.ebuild,v 1.1 2006/05/20 07:41:05 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for fbdev cards" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +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" |