diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-01-26 16:20:09 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-01-26 16:20:09 +0000 |
commit | a521f39a95acb0760bf63c76803f72ea18c1abc1 (patch) | |
tree | 7b2819f4fdac9a4955fe123a015d31229048506e /x11-apps/xinput | |
parent | Version bump (diff) | |
download | gentoo-2-a521f39a95acb0760bf63c76803f72ea18c1abc1.tar.gz gentoo-2-a521f39a95acb0760bf63c76803f72ea18c1abc1.tar.bz2 gentoo-2-a521f39a95acb0760bf63c76803f72ea18c1abc1.zip |
Add libXrandr dependency, bug #431824. Remove old.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-apps/xinput')
-rw-r--r-- | x11-apps/xinput/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xinput/xinput-1.6.0.ebuild | 18 | ||||
-rw-r--r-- | x11-apps/xinput/xinput-1.6.1.ebuild | 7 |
3 files changed, 10 insertions, 23 deletions
diff --git a/x11-apps/xinput/ChangeLog b/x11-apps/xinput/ChangeLog index 1ff8c1e57199..e6539256f5ca 100644 --- a/x11-apps/xinput/ChangeLog +++ b/x11-apps/xinput/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xinput -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.62 2013/10/08 05:03:53 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/ChangeLog,v 1.63 2014/01/26 16:20:08 chithanh Exp $ + + 26 Jan 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -xinput-1.6.0.ebuild, xinput-1.6.1.ebuild: + Add libXrandr dependency, bug #431824. Remove old. 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xinput-1.6.1.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-apps/xinput/xinput-1.6.0.ebuild b/x11-apps/xinput/xinput-1.6.0.ebuild deleted file mode 100644 index f8b36e7be1e9..000000000000 --- a/x11-apps/xinput/xinput-1.6.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.6.0.ebuild,v 1.9 2012/08/26 20:14:10 armin76 Exp $ - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="Utility to set XInput device parameters" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-libs/libX11-1.3 - x11-libs/libXext - >=x11-libs/libXi-1.5.99.1 - x11-libs/libXinerama" -DEPEND="${RDEPEND} - >=x11-proto/inputproto-2.1.99.1" diff --git a/x11-apps/xinput/xinput-1.6.1.ebuild b/x11-apps/xinput/xinput-1.6.1.ebuild index d9369122ff2e..b64b2a2236f6 100644 --- a/x11-apps/xinput/xinput-1.6.1.ebuild +++ b/x11-apps/xinput/xinput-1.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.6.1.ebuild,v 1.10 2013/10/08 05:03:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.6.1.ebuild,v 1.11 2014/01/26 16:20:08 chithanh Exp $ EAPI=5 inherit xorg-2 @@ -13,6 +13,7 @@ IUSE="" RDEPEND=">=x11-libs/libX11-1.3 x11-libs/libXext >=x11-libs/libXi-1.5.99.1 - x11-libs/libXinerama" + x11-libs/libXinerama + x11-libs/libXrandr" DEPEND="${RDEPEND} >=x11-proto/inputproto-2.1.99.1" |