diff options
author | 2009-08-06 19:41:52 +0000 | |
---|---|---|
committer | 2009-08-06 19:41:52 +0000 | |
commit | 20c6161bfe71df07b0eba47c467e8359188a6c9a (patch) | |
tree | cc46cbd9b9a81e4efda45fd28ca4314ac0b912f9 /x11-drivers/xf86-video-rendition | |
parent | Adjust the rm to be kdeprefix aware. Force due to unsynced tree (diff) | |
download | gentoo-2-20c6161bfe71df07b0eba47c467e8359188a6c9a.tar.gz gentoo-2-20c6161bfe71df07b0eba47c467e8359188a6c9a.tar.bz2 gentoo-2-20c6161bfe71df07b0eba47c467e8359188a6c9a.zip |
x11-drivers/xf86-video-rendition: bump to 4.2.2
(Portage version: 2.2_rc36/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-video-rendition')
-rw-r--r-- | x11-drivers/xf86-video-rendition/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.2.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-rendition/ChangeLog b/x11-drivers/xf86-video-rendition/ChangeLog index a1e8ad9420b8..57ba192fca98 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.38 2009/06/23 19:55:26 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.39 2009/08/06 19:41:52 remi Exp $ + +*xf86-video-rendition-4.2.2 (06 Aug 2009) + + 06 Aug 2009; Rémi Cardona <remi@gentoo.org> + +xf86-video-rendition-4.2.2.ebuild: + bump to 4.2.2 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xf86-video-rendition-4.2.1.ebuild: diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.2.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.2.ebuild new file mode 100644 index 000000000000..d5fd27fa69f0 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 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.2.ebuild,v 1.1 2009/08/06 19:41:52 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Rendition video driver" +KEYWORDS="~alpha ~amd64 ~ia64 ~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" |