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 72FCB158041 for ; Fri, 29 Mar 2024 15:18:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84B9CE2A82; Fri, 29 Mar 2024 15:18:46 +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 5EA0AE2A82 for ; Fri, 29 Mar 2024 15:18:46 +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 6446A343067 for ; Fri, 29 Mar 2024 15:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0FA615DB for ; Fri, 29 Mar 2024 15:18:43 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1711725493.d90c5e3dff46d1cfb8766a5c7c7fbb94f8373604.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtsm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtsm/Manifest dev-libs/libtsm/libtsm-4.0.2.ebuild X-VCS-Directories: dev-libs/libtsm/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: d90c5e3dff46d1cfb8766a5c7c7fbb94f8373604 X-VCS-Branch: master Date: Fri, 29 Mar 2024 15:18:43 +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: b9fc01a6-05a4-454d-8c5f-4a44071d72a2 X-Archives-Hash: b8a4d72b7e7ce92807b2f74132368796 commit: d90c5e3dff46d1cfb8766a5c7c7fbb94f8373604 Author: Ben Kohler gentoo org> AuthorDate: Fri Mar 29 15:18:13 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Fri Mar 29 15:18:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d90c5e3d dev-libs/libtsm: drop 4.0.2 Signed-off-by: Ben Kohler gentoo.org> dev-libs/libtsm/Manifest | 1 - dev-libs/libtsm/libtsm-4.0.2.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/dev-libs/libtsm/Manifest b/dev-libs/libtsm/Manifest index 30c25b3645f9..a29ed58ccf33 100644 --- a/dev-libs/libtsm/Manifest +++ b/dev-libs/libtsm/Manifest @@ -1,2 +1 @@ -DIST libtsm-4.0.2.tar.gz 148135 BLAKE2B 4d81d5a19003ca1487e85bcea22604990e88770484a08a072105a2f193a0c7aa40832c9a81197c0fa26acc9c8d39d1ab796d4b92fa6af790f5ef803b8c68af05 SHA512 58eb955012fd154b7c165d799d0f80c9a71a504481e78471103fd299f2e73f3b7d89487387166895a9a5996165344335baa56f0550317caaa2eec6b0bad55e59 DIST libtsm-4.0.2_p20231223.tar.gz 157342 BLAKE2B 082637022397b210ef95e1a0f827d4d340f60bf7a6f962d4c86087c0c604dea5fe2bd3a9e879008353726a5d6b4588da93b5c68b37501fa47c9c3cccf10de431 SHA512 f428969b8e108159671c6bb10898dcf07e829b7f2118e52331ca48d5f0efc212c14e42f5ac909adda5c5473980341828d085043687636c378f598479d7cb37ef diff --git a/dev-libs/libtsm/libtsm-4.0.2.ebuild b/dev-libs/libtsm/libtsm-4.0.2.ebuild deleted file mode 100644 index eb01dbb7c6d8..000000000000 --- a/dev-libs/libtsm/libtsm-4.0.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Terminal Emulator State Machine" -HOMEPAGE="https://github.com/Aetf/libtsm" -SRC_URI="https://github.com/Aetf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1 MIT" -SLOT="0/4" -KEYWORDS="~amd64 ~x86" -IUSE="" - -PATCHES=( "${FILESDIR}/${PN}-cmake.patch" )