summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-05 16:00:58 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-05 16:00:58 +0000
commitbe0b4b3921e192ae7ccc0081ee2f95b73c2ebc1b (patch)
treeec2741f90801414a922a50db273453f5a91bf2d0 /x11-drivers/xf86-video-fbdev
parentVersion bump (again). (diff)
downloadhistorical-be0b4b3921e192ae7ccc0081ee2f95b73c2ebc1b.tar.gz
historical-be0b4b3921e192ae7ccc0081ee2f95b73c2ebc1b.tar.bz2
historical-be0b4b3921e192ae7ccc0081ee2f95b73c2ebc1b.zip
Version bump.
Package-Manager: portage-2.2.0_alpha115/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-fbdev')
-rw-r--r--x11-drivers/xf86-video-fbdev/ChangeLog9
-rw-r--r--x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.3.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-fbdev/ChangeLog b/x11-drivers/xf86-video-fbdev/ChangeLog
index 784536f751a0..43cb89044175 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/ChangeLog,v 1.74 2012/05/16 00:47:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-fbdev/ChangeLog,v 1.75 2012/07/05 15:57:55 chithanh Exp $
+
+*xf86-video-fbdev-0.4.3 (05 Jul 2012)
+
+ 05 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-fbdev-0.4.3.ebuild:
+ Version bump.
16 May 2012; Alexis Ballier <aballier@gentoo.org>
xf86-video-fbdev-0.4.2.ebuild:
@@ -317,4 +323,3 @@
08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>;
+xf86-video-fbdev-0.1.0.ebuild:
Initial commit for modular X.
-
diff --git a/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.3.ebuild b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.3.ebuild
new file mode 100644
index 000000000000..e4783adcac97
--- /dev/null
+++ b/x11-drivers/xf86-video-fbdev/xf86-video-fbdev-0.4.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 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.4.3.ebuild,v 1.1 2012/07/05 15:57:55 chithanh Exp $
+
+EAPI=3
+inherit xorg-2
+
+DESCRIPTION="video driver for framebuffer device"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-base/xorg-server"
+DEPEND="${RDEPEND}
+ x11-proto/fontsproto
+ x11-proto/randrproto
+ x11-proto/renderproto
+ x11-proto/videoproto
+ x11-proto/xproto"