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 0A2E4158094 for ; Thu, 7 Jul 2022 00:41:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A46B4E0F45; Thu, 7 Jul 2022 00:41:32 +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 084B3E0DE7 for ; Thu, 7 Jul 2022 00:41:31 +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 D1277341905 for ; Thu, 7 Jul 2022 00:41:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38711529 for ; Thu, 7 Jul 2022 00:41:29 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1657154444.071abb5535eb8f72f78835de000f41206a1d73b3.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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.5.0.ebuild X-VCS-Directories: net-misc/lyrics-in-terminal/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 071abb5535eb8f72f78835de000f41206a1d73b3 X-VCS-Branch: dev Date: Thu, 7 Jul 2022 00:41:29 +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: fe2d3021-7be5-495b-a892-8ca4ca67e2b8 X-Archives-Hash: c227efdd481151bb97ab8f32349f8f82 commit: 071abb5535eb8f72f78835de000f41206a1d73b3 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Wed Jul 6 23:51:54 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Thu Jul 7 00:40:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=071abb55 net-misc/lyrics-in-terminal: add 1.5.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-misc/lyrics-in-terminal/Manifest | 1 + .../lyrics-in-terminal-1.5.0.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/net-misc/lyrics-in-terminal/Manifest b/net-misc/lyrics-in-terminal/Manifest index 12535ee44..ec98ffb18 100644 --- a/net-misc/lyrics-in-terminal/Manifest +++ b/net-misc/lyrics-in-terminal/Manifest @@ -1 +1,2 @@ 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.5.0.ebuild b/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.5.0.ebuild new file mode 100644 index 000000000..c9932221b --- /dev/null +++ b/net-misc/lyrics-in-terminal/lyrics-in-terminal-1.5.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_REQ_USE="ncurses" +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 optfeature + +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}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]" + +pkg_postinst() { + optfeature "MPD player support" dev-python/python-mpd +}