diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:27:59 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-07-21 20:27:59 +0000 |
commit | cf50995d9c5a24c23c10c3288e1e23048e35b451 (patch) | |
tree | 4d1005f376bc406131835b9b05f2ce5ea6cee2a2 /x11-drivers/xf86-video-i740 | |
parent | Version bump. (diff) | |
download | gentoo-2-cf50995d9c5a24c23c10c3288e1e23048e35b451.tar.gz gentoo-2-cf50995d9c5a24c23c10c3288e1e23048e35b451.tar.bz2 gentoo-2-cf50995d9c5a24c23c10c3288e1e23048e35b451.zip |
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-i740')
-rw-r--r-- | x11-drivers/xf86-video-i740/ChangeLog | 9 | ||||
-rw-r--r-- | x11-drivers/xf86-video-i740/xf86-video-i740-1.3.4.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-i740/ChangeLog b/x11-drivers/xf86-video-i740/ChangeLog index 21bbbff9e115..5f558192e6c3 100644 --- a/x11-drivers/xf86-video-i740/ChangeLog +++ b/x11-drivers/xf86-video-i740/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-i740 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i740/ChangeLog,v 1.37 2012/06/24 19:07:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i740/ChangeLog,v 1.38 2012/07/21 20:27:59 chithanh Exp $ + +*xf86-video-i740-1.3.4 (21 Jul 2012) + + 21 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-i740-1.3.4.ebuild: + Version bump. 24 Jun 2012; Agostino Sarubbo <ago@gentoo.org> xf86-video-i740-1.3.3.ebuild: Stable for x86, wrt bug #419473 @@ -164,4 +170,3 @@ 08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>; +xf86-video-i740-1.0.0.ebuild: Initial commit for modular X. - diff --git a/x11-drivers/xf86-video-i740/xf86-video-i740-1.3.4.ebuild b/x11-drivers/xf86-video-i740/xf86-video-i740-1.3.4.ebuild new file mode 100644 index 000000000000..67c5831746c4 --- /dev/null +++ b/x11-drivers/xf86-video-i740/xf86-video-i740-1.3.4.ebuild @@ -0,0 +1,14 @@ +# 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-i740/xf86-video-i740-1.3.4.ebuild,v 1.1 2012/07/21 20:27:59 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="Intel i740 video driver" + +KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND}" |