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 674551581D3 for ; Wed, 15 May 2024 18:36:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 786622BC019; Wed, 15 May 2024 18:36:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 559EA2BC019 for ; Wed, 15 May 2024 18:36:18 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69224343007 for ; Wed, 15 May 2024 18:36:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DBB31AD6 for ; Wed, 15 May 2024 18:36:14 +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: <1715798140.ed73827f62e50f17679f667825cc55d3c8539133.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.6.ebuild X-VCS-Directories: sys-libs/mtdev/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ed73827f62e50f17679f667825cc55d3c8539133 X-VCS-Branch: master Date: Wed, 15 May 2024 18:36:14 +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: fd817327-2ef6-4075-92ba-f00475e47688 X-Archives-Hash: e327325641ae50b79c986965dec150c7 commit: ed73827f62e50f17679f667825cc55d3c8539133 Author: Matt Turner gentoo org> AuthorDate: Wed May 15 18:25:12 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 15 18:35:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed73827f sys-libs/mtdev: Drop old versions Signed-off-by: Matt Turner gentoo.org> sys-libs/mtdev/Manifest | 1 - sys-libs/mtdev/mtdev-1.1.6.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/sys-libs/mtdev/Manifest b/sys-libs/mtdev/Manifest index d9c4000147ce..d13df95b89b6 100644 --- a/sys-libs/mtdev/Manifest +++ b/sys-libs/mtdev/Manifest @@ -1,2 +1 @@ -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.6.ebuild b/sys-libs/mtdev/mtdev-1.1.6.ebuild deleted file mode 100644 index e427325f3747..000000000000 --- a/sys-libs/mtdev/mtdev-1.1.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="" - -DEPEND=">=sys-kernel/linux-headers-2.6.31" - -src_configure() { - econf --disable-static -} - -src_install() { - default - find "${ED}" -name '*.la' -delete -}