diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:32:07 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:32:07 +0000 |
commit | 6da0fa35b6f5e2b4961c37227146b135e58449fb (patch) | |
tree | 27ad9fad88324ec196d642068d0bc4fb8e19202c /x11-drivers/xf86-video-rendition | |
parent | Version bump. (diff) | |
download | gentoo-2-6da0fa35b6f5e2b4961c37227146b135e58449fb.tar.gz gentoo-2-6da0fa35b6f5e2b4961c37227146b135e58449fb.tar.bz2 gentoo-2-6da0fa35b6f5e2b4961c37227146b135e58449fb.zip |
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-rendition')
-rw-r--r-- | x11-drivers/xf86-video-rendition/ChangeLog | 11 | ||||
-rw-r--r-- | x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild | 13 |
2 files changed, 21 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-rendition/ChangeLog b/x11-drivers/xf86-video-rendition/ChangeLog index 423c6aeefda2..cb169f16ac80 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.55 2011/02/13 19:02:37 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-rendition/ChangeLog,v 1.56 2012/07/21 20:32:07 chithanh Exp $ + +*xf86-video-rendition-4.2.5 (21 Jul 2012) + + 21 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-rendition-4.2.5.ebuild: + Version bump. 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-rendition-4.2.3.ebuild: @@ -255,4 +261,3 @@ 08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>; +xf86-video-rendition-4.0.0.ebuild: Initial commit for modular X. - diff --git a/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild new file mode 100644 index 000000000000..19bc07f4fc72 --- /dev/null +++ b/x11-drivers/xf86-video-rendition/xf86-video-rendition-4.2.5.ebuild @@ -0,0 +1,13 @@ +# 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-rendition/xf86-video-rendition-4.2.5.ebuild,v 1.1 2012/07/21 20:32:07 chithanh Exp $ + +EAPI=4 +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}" |