diff options
author | Remi Cardona <remi@gentoo.org> | 2009-08-04 09:22:55 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2009-08-04 09:22:55 +0000 |
commit | e7f6670c69102735ea2297f95160ce8804d27a4a (patch) | |
tree | b7478bc89fcbaf5645accc96aefb573fe351d865 /x11-drivers | |
parent | Rename opencore-amrnb and opencore-amrwb to opencore-amr to keep it in sync w... (diff) | |
download | historical-e7f6670c69102735ea2297f95160ce8804d27a4a.tar.gz historical-e7f6670c69102735ea2297f95160ce8804d27a4a.tar.bz2 historical-e7f6670c69102735ea2297f95160ce8804d27a4a.zip |
x11-drivers/xf86-video-i740: bump to 1.3.2
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'x11-drivers')
-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" |