diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-04 09:22:55 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-04 09:22:55 +0000 |
commit | 826f4f3a4953d35ca2fc03471ff7eb3dce76263d (patch) | |
tree | acc8faf6b6a8f69d18aa4828da37127b15e53721 /x11-drivers/xf86-video-i740 | |
parent | Rename opencore-amrnb and opencore-amrwb to opencore-amr to keep it in sync w... (diff) | |
download | gentoo-2-826f4f3a4953d35ca2fc03471ff7eb3dce76263d.tar.gz gentoo-2-826f4f3a4953d35ca2fc03471ff7eb3dce76263d.tar.bz2 gentoo-2-826f4f3a4953d35ca2fc03471ff7eb3dce76263d.zip |
x11-drivers/xf86-video-i740: bump to 1.3.2
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-video-i740')
-rw-r--r-- | x11-drivers/xf86-video-i740/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-i740/xf86-video-i740-1.3.2.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-i740/ChangeLog b/x11-drivers/xf86-video-i740/ChangeLog index 37d190f786f5..02ec0bd504e2 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i740/ChangeLog,v 1.27 2009/04/15 15:28:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i740/ChangeLog,v 1.28 2009/08/04 09:22:55 remi Exp $ + +*xf86-video-i740-1.3.2 (04 Aug 2009) + + 04 Aug 2009; Rémi Cardona <remi@gentoo.org> + +xf86-video-i740-1.3.2.ebuild: + bump to 1.3.2 15 Apr 2009; Raúl Porcel <armin76@gentoo.org> xf86-video-i740-1.2.0.ebuild: diff --git a/x11-drivers/xf86-video-i740/xf86-video-i740-1.3.2.ebuild b/x11-drivers/xf86-video-i740/xf86-video-i740-1.3.2.ebuild new file mode 100644 index 000000000000..b3ccd627a54a --- /dev/null +++ b/x11-drivers/xf86-video-i740/xf86-video-i740-1.3.2.ebuild @@ -0,0 +1,19 @@ +# 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-i740/xf86-video-i740-1.3.2.ebuild,v 1.1 2009/08/04 09:22:55 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Intel i740 video driver" +KEYWORDS="~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/videoproto + x11-proto/xextproto + x11-proto/xproto" |