From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5FEC158041 for ; Fri, 5 Apr 2024 19:09:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20731E2A2F; Fri, 5 Apr 2024 19:09:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFE0BE2A2F for ; Fri, 5 Apr 2024 19:09:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E75B03430D6 for ; Fri, 5 Apr 2024 19:09:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51E7B1680 for ; Fri, 5 Apr 2024 19:09:23 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1712344085.0f85764c7f65fd5ce840922b6afa84bcb9d40ab6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/mtdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/mtdev/Manifest sys-libs/mtdev/mtdev-1.1.7.ebuild X-VCS-Directories: sys-libs/mtdev/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0f85764c7f65fd5ce840922b6afa84bcb9d40ab6 X-VCS-Branch: master Date: Fri, 5 Apr 2024 19:09:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 209331ea-8862-438a-ae49-f1f5b7aeb990 X-Archives-Hash: 3ef8ac417c8deda685956460b1bc710d commit: 0f85764c7f65fd5ce840922b6afa84bcb9d40ab6 Author: orbea riseup net> AuthorDate: Fri Apr 5 18:28:00 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Apr 5 19:08:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f85764c sys-libs/mtdev: add 1.1.7 Closes: https://bugs.gentoo.org/928387 Closes: https://github.com/gentoo/gentoo/pull/36121 Signed-off-by: orbea riseup.net> Signed-off-by: Matt Turner gentoo.org> sys-libs/mtdev/Manifest | 1 + sys-libs/mtdev/mtdev-1.1.7.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/sys-libs/mtdev/Manifest b/sys-libs/mtdev/Manifest index 94f2b4729f05..d9c4000147ce 100644 --- a/sys-libs/mtdev/Manifest +++ b/sys-libs/mtdev/Manifest @@ -1 +1,2 @@ DIST mtdev-1.1.6.tar.bz2 295965 BLAKE2B 212cf0f0bea0fc295528c90c6685770e88cb135a714cbf21e53b75ab2eaedd210269d073520e44c5bffafe8a5ecca521221061193725cba916bc2cf703fd5166 SHA512 859fb0803f330ecaae69f80713ff5a5235c0cb00de6d5ac2717ad82cea856a92b866f0c272ecfe743186abcf925f95585149ba4828b4c91555cfeb2f2a1c98f1 +DIST mtdev-1.1.7.tar.bz2 301994 BLAKE2B 1da2c7231301ebb407fa8e58331fd080bfb026d5e32eb19af125abf36391eff26379040634d4ede995aedb78c7dba3396e9753628f5dfe0f939a8b77fc459423 SHA512 e6174a38cf67a7f12a3b91e4e27bf74a18d6b40a956950ebb748b0ff87092333daa07e647b26038a5a533f8c48e845d649848e6ba99ea009ab87fd96ed188152 diff --git a/sys-libs/mtdev/mtdev-1.1.7.ebuild b/sys-libs/mtdev/mtdev-1.1.7.ebuild new file mode 100644 index 000000000000..fbfb9db211c0 --- /dev/null +++ b/sys-libs/mtdev/mtdev-1.1.7.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +DEPEND=">=sys-kernel/linux-headers-2.6.31" + +src_configure() { + econf --disable-static +} + +src_install() { + default + find "${ED}" -name '*.la' -delete +}