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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6289F1382C5 for ; Fri, 12 Mar 2021 21:49:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C3EBE0B09; Fri, 12 Mar 2021 21:49:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FBC1E0B09 for ; Fri, 12 Mar 2021 21:49:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B5AB340A8E for ; Fri, 12 Mar 2021 21:49:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DEB7586 for ; Fri, 12 Mar 2021 21:49:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1615585735.51329d38d6af04e3bfbae9f3fd0d4df568a75416.asturm@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-3.ebuild X-VCS-Directories: dev-libs/libtsm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 51329d38d6af04e3bfbae9f3fd0d4df568a75416 X-VCS-Branch: master Date: Fri, 12 Mar 2021 21:49:09 +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: e0f9922f-cf7f-417e-8546-37650e4f3b64 X-Archives-Hash: 8ddc052edd15515e8faf07256151346c commit: 51329d38d6af04e3bfbae9f3fd0d4df568a75416 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 12 21:48:40 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 12 21:48:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51329d38 dev-libs/libtsm: Drop 3 Acked-by: Ben Kohler gentoo.org> Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libtsm/Manifest | 1 - dev-libs/libtsm/libtsm-3.ebuild | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/dev-libs/libtsm/Manifest b/dev-libs/libtsm/Manifest index 39730177451..4b06c6611c6 100644 --- a/dev-libs/libtsm/Manifest +++ b/dev-libs/libtsm/Manifest @@ -1,2 +1 @@ -DIST libtsm-3.tar.xz 293264 BLAKE2B 51044f5e7be2269e1b3f40b04aa486f30a3a496d57d3aa64f25b148edb04d8e039dafbe0df32d0557f4c3a21da52bb53be146fe57d84d4e8201289c3bd347d95 SHA512 119834fd6a84489cc7904bf01905c29004901ddf73d6dc4a1f47f6b402ad76f65cb4226eaa718a73dc06694b1524647eff6046894fd9526a8588eed97f6f68b6 DIST libtsm-4.0.1.tar.gz 157161 BLAKE2B cba597870d58907e647b9929cf9b97db76b6b38655d56dc3fe0ad0f534db8446cbc82d69a0ec10e58506e001aaf610dee4ab3ecb785b79b2f0571805c04d726e SHA512 28a5ac3d9cf12c4655b3e69ce90b814829ab517f69b88e6339e26dfab6957321a292e96fff687308a39cd16b499e8b29aa133216eb531750e4502a691a907752 diff --git a/dev-libs/libtsm/libtsm-3.ebuild b/dev-libs/libtsm/libtsm-3.ebuild deleted file mode 100644 index fe129ccf216..00000000000 --- a/dev-libs/libtsm/libtsm-3.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Terminal Emulator State Machine" -HOMEPAGE="https://cgit.freedesktop.org/~dvdhrm/libtsm" -SRC_URI="https://www.freedesktop.org/software/kmscon/releases/${P}.tar.xz" - -LICENSE="LGPL-2.1 MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE=""