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 47A4715802F for ; Sat, 25 Feb 2023 07:17:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11B41E092D; Sat, 25 Feb 2023 07:17:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F3440E092D for ; Sat, 25 Feb 2023 07:17: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46B50340FBB for ; Sat, 25 Feb 2023 07:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F08AA8D6 for ; Sat, 25 Feb 2023 07:17:21 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1677281524.85dbeeb3ba803d322043bc831d22447af39f0f4b.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/lyrics-in-terminal/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/lyrics-in-terminal/Manifest net-misc/lyrics-in-terminal/lyrics-in-terminal-1.4.2.ebuild X-VCS-Directories: net-misc/lyrics-in-terminal/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 85dbeeb3ba803d322043bc831d22447af39f0f4b X-VCS-Branch: master Date: Sat, 25 Feb 2023 07:17:21 +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: e69f1e67-fb21-48f3-b27d-fe84fbd78c24 X-Archives-Hash: a1fc30e4e83f6d230588b7392e3d647d commit: 85dbeeb3ba803d322043bc831d22447af39f0f4b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Feb 24 23:32:04 2023 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Fri Feb 24 23:32:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85dbeeb3 net-misc/lyrics-in-terminal: drop 1.4.2 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-misc/lyrics-in-terminal/Manifest | 1 - .../lyrics-in-terminal/lyrics-in-terminal-1.4.2.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/net-misc/lyrics-in-terminal/Manifest b/net-misc/lyrics-in-terminal/Manifest index ec98ffb18..92cc7a7b6 100644 --- a/net-misc/lyrics-in-terminal/Manifest +++ b/net-misc/lyrics-in-terminal/Manifest @@ -1,2 +1 @@ -DIST lyrics-in-terminal-1.4.2.tar.gz 1666425 BLAKE2B 1f72a07d8622d3fe21e0153ffd49166b937b3ef690c3262f100641c6fec67a6c0b1b59b88eee82b8dff243382f0bb0c7d897cf486f328cb16e12d9cbf9d96cb6 SHA512 5709518d926402897108d550568ba928679f90fefd50ab583ba4894679e5fe4d96accdb047fc9e0186b1e9a758c2f33ccc2b6d1db25471e99254b37eed37b1ff DIST lyrics-in-terminal-1.5.0.gh.tar.gz 1667797 BLAKE2B 70a4522cf694a3a83378504b684d295c7a9929d08980704f9b331104a3d9ae067cf3eb8df30f435c098b89e236ab00436344b08a2865b618e93084ce66128431 SHA512 e7cefc779c0e83861be4dadaf8324b13a37be7f952aedb0860bf0a636852c95f4829ab18d7585cf5f96cc38ea88fb60ece8455e3f155dc0d54006370a275e0f2 diff --git a/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.4.2.ebuild b/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.4.2.ebuild deleted file mode 100644 index 65c6983a2..000000000 --- a/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.4.2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Command Line Lyrics fetcher for MPRIS media players" -HOMEPAGE="https://github.com/Jugran/lyrics-in-terminal" -SRC_URI="https://github.com/Jugran/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]" -PYTHON_REQ_USE="ncurses"