diff options
author | 2015-07-16 15:03:19 +0000 | |
---|---|---|
committer | 2015-07-16 15:03:19 +0000 | |
commit | 26447a28aaebb963d4b108df9702ff69b46b1655 (patch) | |
tree | f126b9d84d2733c5265ced6be962ba990e5bf290 /x11-drivers | |
parent | Version bump. (diff) | |
download | gentoo-2-26447a28aaebb963d4b108df9702ff69b46b1655.tar.gz gentoo-2-26447a28aaebb963d4b108df9702ff69b46b1655.tar.bz2 gentoo-2-26447a28aaebb963d4b108df9702ff69b46b1655.zip |
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-libinput/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-input-libinput/xf86-input-libinput-0.12.0.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-libinput/ChangeLog b/x11-drivers/xf86-input-libinput/ChangeLog index fbb8c0df3c08..f517c0553006 100644 --- a/x11-drivers/xf86-input-libinput/ChangeLog +++ b/x11-drivers/xf86-input-libinput/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-input-libinput # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v 1.11 2015/07/12 09:24:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v 1.12 2015/07/16 15:03:19 mrueg Exp $ + +*xf86-input-libinput-0.12.0 (16 Jul 2015) + + 16 Jul 2015; Manuel Rüger <mrueg@gentoo.org> + +xf86-input-libinput-0.12.0.ebuild: + Version bump. 12 Jul 2015; Jeroen Roovers <jer@gentoo.org> xf86-input-libinput-0.6.0.ebuild: diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.12.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.12.0.ebuild new file mode 100644 index 000000000000..ff2e62bca9ac --- /dev/null +++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.12.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.12.0.ebuild,v 1.1 2015/07/16 15:03:19 mrueg Exp $ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="X.org input driver based on libinput" + +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/libinput-0.19.0:0=" +DEPEND="${RDEPEND}" + +DOCS=( "README.md" "conf/99-libinput.conf" ) |