diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-24 16:26:36 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-24 16:26:36 +0000 |
commit | 491eddfc8a8618569af025618bdace05c95a3250 (patch) | |
tree | 420a8b360031593ea1d56ebaad5ec3d809f8b22d /x11-drivers/xf86-video-i128 | |
parent | Version bump. (diff) | |
download | gentoo-2-491eddfc8a8618569af025618bdace05c95a3250.tar.gz gentoo-2-491eddfc8a8618569af025618bdace05c95a3250.tar.bz2 gentoo-2-491eddfc8a8618569af025618bdace05c95a3250.zip |
Version bump.
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-i128')
-rw-r--r-- | x11-drivers/xf86-video-i128/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-video-i128/xf86-video-i128-1.3.5.ebuild | 15 |
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-i128/ChangeLog b/x11-drivers/xf86-video-i128/ChangeLog index 87c1662f8854..26e26008d128 100644 --- a/x11-drivers/xf86-video-i128/ChangeLog +++ b/x11-drivers/xf86-video-i128/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-i128 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i128/ChangeLog,v 1.45 2011/02/13 18:57:19 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-i128/ChangeLog,v 1.46 2012/03/24 16:26:36 chithanh Exp $ + +*xf86-video-i128-1.3.5 (24 Mar 2012) + + 24 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xf86-video-i128-1.3.5.ebuild: + Version bump. 13 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-i128-1.3.3.ebuild: diff --git a/x11-drivers/xf86-video-i128/xf86-video-i128-1.3.5.ebuild b/x11-drivers/xf86-video-i128/xf86-video-i128-1.3.5.ebuild new file mode 100644 index 000000000000..3f0faa2cef5b --- /dev/null +++ b/x11-drivers/xf86-video-i128/xf86-video-i128-1.3.5.ebuild @@ -0,0 +1,15 @@ +# 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-i128/xf86-video-i128-1.3.5.ebuild,v 1.1 2012/03/24 16:26:36 chithanh Exp $ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="Number 9 I128 video driver" + +KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND}" |