summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-07-05 08:28:58 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-07-05 08:28:58 +0000
commit3c2bf35eb724a2eda655c391a602354f33861b23 (patch)
tree7118f6dea6092859eb0e2a58b517352cc15b18d3 /x11-drivers
parentRespect LDFLAGS wrt bug 323919. (diff)
downloadgentoo-2-3c2bf35eb724a2eda655c391a602354f33861b23.tar.gz
gentoo-2-3c2bf35eb724a2eda655c391a602354f33861b23.tar.bz2
gentoo-2-3c2bf35eb724a2eda655c391a602354f33861b23.zip
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-rendition/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.4.ebuild18
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-rendition/ChangeLog b/x11-drivers/xf86-video-rendition/ChangeLog
index cdc5072862e3..7ec9813bda96 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.48 2010/01/23 20:21:15 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.49 2010/07/05 08:28:58 scarabeus Exp $
+
+*xf86-video-rendition-4.2.4 (05 Jul 2010)
+
+ 05 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +xf86-video-rendition-4.2.4.ebuild:
+ Version bump
23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-xf86-video-rendition-4.2.0.ebuild, -xf86-video-rendition-4.2.1.ebuild,
diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.4.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.4.ebuild
new file mode 100644
index 000000000000..d82f6f9e4f5a
--- /dev/null
+++ b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2010 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.2.4.ebuild,v 1.1 2010/07/05 08:28:58 scarabeus Exp $
+
+EAPI=3
+inherit xorg-2
+
+DESCRIPTION="Rendition video driver"
+KEYWORDS="~alpha ~amd64 ~ia64 ~x86 ~x86-fbsd"
+IUSE=""
+
+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"