diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-02-28 16:32:27 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-02-28 16:32:27 +0000 |
commit | 1705a6fad491614fd74844c33c16d5d2ff41e5aa (patch) | |
tree | bad97e09b84a9bfbde9b03ba48dc3a95299795f4 /x11-drivers/xf86-video-chips | |
parent | The sound USE flag is global now. (diff) | |
download | gentoo-2-1705a6fad491614fd74844c33c16d5d2ff41e5aa.tar.gz gentoo-2-1705a6fad491614fd74844c33c16d5d2ff41e5aa.tar.bz2 gentoo-2-1705a6fad491614fd74844c33c16d5d2ff41e5aa.zip |
Version bump.
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-chips')
-rw-r--r-- | x11-drivers/xf86-video-chips/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-chips/ChangeLog b/x11-drivers/xf86-video-chips/ChangeLog index 4bc0645501e4..ce2873a44d9c 100644 --- a/x11-drivers/xf86-video-chips/ChangeLog +++ b/x11-drivers/xf86-video-chips/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-chips # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/ChangeLog,v 1.46 2011/02/14 23:56:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/ChangeLog,v 1.47 2011/02/28 16:32:27 chithanh Exp $ + +*xf86-video-chips-1.2.4 (28 Feb 2011) + + 28 Feb 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-chips-1.2.4.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xf86-video-chips-1.2.3.ebuild: diff --git a/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild new file mode 100644 index 000000000000..678cd6973793 --- /dev/null +++ b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.4.ebuild,v 1.1 2011/02/28 16:32:27 chithanh Exp $ + +EAPI=3 + +inherit xorg-2 + +DESCRIPTION="Chips and Technologies video driver" + +KEYWORDS="~amd64 ~ia64 ~ppc ~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/videoproto + x11-proto/xproto" |