diff options
author | 2015-02-21 20:46:09 +0000 | |
---|---|---|
committer | 2015-02-21 20:46:09 +0000 | |
commit | fc15bcc728c3be3452df9393a4f2b19a5490c8e8 (patch) | |
tree | 55a455ecaeffe922aa22bf53f3fade02b2e39c84 /x11-drivers/xf86-video-i740 | |
parent | Fix whitespace (diff) | |
download | gentoo-2-fc15bcc728c3be3452df9393a4f2b19a5490c8e8.tar.gz gentoo-2-fc15bcc728c3be3452df9393a4f2b19a5490c8e8.tar.bz2 gentoo-2-fc15bcc728c3be3452df9393a4f2b19a5490c8e8.zip |
Version bump to 1.3.5, straight to stable.
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 974CA72A)
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.5.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 82e4707cb209..936b122e3f31 100644 --- a/x11-drivers/xf86-video-i740/ChangeLog +++ b/x11-drivers/xf86-video-i740/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-i740 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i740/ChangeLog,v 1.46 2013/10/08 05:06:08 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i740/ChangeLog,v 1.47 2015/02/21 20:46:09 mattst88 Exp $ + +*xf86-video-i740-1.3.5 (21 Feb 2015) + + 21 Feb 2015; Matt Turner <mattst88@gentoo.org> +xf86-video-i740-1.3.5.ebuild: + Version bump to 1.3.5, straight to stable. 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xf86-video-i740-1.3.4-r1.ebuild: diff --git a/x11-drivers/xf86-video-i740/xf86-video-i740-1.3.5.ebuild b/x11-drivers/xf86-video-i740/xf86-video-i740-1.3.5.ebuild new file mode 100644 index 000000000000..78140bbe560b --- /dev/null +++ b/x11-drivers/xf86-video-i740/xf86-video-i740-1.3.5.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 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.5.ebuild,v 1.1 2015/02/21 20:46:09 mattst88 Exp $ + +EAPI=5 +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}" |