summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-03-17 18:29:29 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-03-17 18:29:29 +0000
commita7fcfdcc051bd78719837a8ff79b65956d2886e5 (patch)
tree0121a61f52564a4fb31dcee8eccc6a3021e09408 /x11-drivers
parentVersion bump to 1.5.1, bug 543620. (diff)
downloadgentoo-2-a7fcfdcc051bd78719837a8ff79b65956d2886e5.tar.gz
gentoo-2-a7fcfdcc051bd78719837a8ff79b65956d2886e5.tar.bz2
gentoo-2-a7fcfdcc051bd78719837a8ff79b65956d2886e5.zip
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-libinput/ChangeLog8
-rw-r--r--x11-drivers/xf86-input-libinput/xf86-input-libinput-0.8.0.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-libinput/ChangeLog b/x11-drivers/xf86-input-libinput/ChangeLog
index ab91fd985173..9f8d0a55f0af 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.4 2015/02/28 19:56:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-libinput/ChangeLog,v 1.5 2015/03/17 18:29:29 chithanh Exp $
+
+*xf86-input-libinput-0.8.0 (17 Mar 2015)
+
+ 17 Mar 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-input-libinput-0.8.0.ebuild:
+ Version bump.
28 Feb 2015; Markus Meier <maekke@gentoo.org>
xf86-input-libinput-0.6.0.ebuild:
diff --git a/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.8.0.ebuild b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.8.0.ebuild
new file mode 100644
index 000000000000..06b1ded344d4
--- /dev/null
+++ b/x11-drivers/xf86-input-libinput/xf86-input-libinput-0.8.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.8.0.ebuild,v 1.1 2015/03/17 18:29:29 chithanh 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.11.0:0="
+DEPEND="${RDEPEND}"
+
+DOCS=( "README.md" "conf/99-libinput.conf" )