commit:     cc316c7f67526ee18cf7fb99df9d1fc8d1b026b8
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 31 19:09:37 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 19:20:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc316c7f

sys-libs/mtdev: Version bump to 1.1.6

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-libs/mtdev/Manifest           |  1 +
 sys-libs/mtdev/mtdev-1.1.6.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/sys-libs/mtdev/Manifest b/sys-libs/mtdev/Manifest
index 7ffbc17b55e..dc59db2fc33 100644
--- a/sys-libs/mtdev/Manifest
+++ b/sys-libs/mtdev/Manifest
@@ -1 +1,2 @@
 DIST mtdev-1.1.5.tar.bz2 274162 BLAKE2B 
4e73b3f25f9b3d42ffecb15018e57e7c50f1cb11c662cb5a5bbd2cf38272b98294362075e00277d4983e40f2779afef7d3fb1c6679e3f29117ce0f4c369fe27a
 SHA512 
78477a4af784e3f846df867f1428ffdc458e3ff33d465d45a84247a7e52f0e215cace397d72be64f6e641f07e0b97a930eff0e07fe9507e0138fb028a4037d6d
+DIST mtdev-1.1.6.tar.bz2 295965 BLAKE2B 
212cf0f0bea0fc295528c90c6685770e88cb135a714cbf21e53b75ab2eaedd210269d073520e44c5bffafe8a5ecca521221061193725cba916bc2cf703fd5166
 SHA512 
859fb0803f330ecaae69f80713ff5a5235c0cb00de6d5ac2717ad82cea856a92b866f0c272ecfe743186abcf925f95585149ba4828b4c91555cfeb2f2a1c98f1

diff --git a/sys-libs/mtdev/mtdev-1.1.6.ebuild 
b/sys-libs/mtdev/mtdev-1.1.6.ebuild
new file mode 100644
index 00000000000..74a573cbaea
--- /dev/null
+++ b/sys-libs/mtdev/mtdev-1.1.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Multitouch Protocol Translation Library"
+HOMEPAGE="https://bitmath.org/code/mtdev/";
+SRC_URI="https://bitmath.org/code/mtdev/${P}.tar.bz2";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE=""
+
+DEPEND=">=sys-kernel/linux-headers-2.6.31"
+
+src_configure() {
+       econf --disable-static
+}
+
+src_install() {
+       default
+       find "${ED}" -name '*.la' -delete
+}

Reply via email to