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 E7DC2158170 for ; Thu, 18 Jul 2024 09:22:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 482DBE2ACC; Thu, 18 Jul 2024 09:22:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8302E2ACB for ; Thu, 18 Jul 2024 09:22:16 +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 C756834072E for ; Thu, 18 Jul 2024 09:22:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CB601E2F for ; Thu, 18 Jul 2024 09:22:14 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1721246589.5e20a4cf5f0e3be71e0206b3a30fbd1751545ee9.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/dzr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/dzr/dzr-240704.ebuild X-VCS-Directories: media-sound/dzr/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 5e20a4cf5f0e3be71e0206b3a30fbd1751545ee9 X-VCS-Branch: master Date: Thu, 18 Jul 2024 09:22: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: 223ed721-645a-46e9-97f3-3e6b08d00580 X-Archives-Hash: 98d10abe45fb7af5d26a10af50cdf278 commit: 5e20a4cf5f0e3be71e0206b3a30fbd1751545ee9 Author: Jonas Frei pm me> AuthorDate: Wed Jul 17 20:00:31 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Jul 17 20:03:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e20a4cf media-sound/dzr: Optimized after commit comments See: https://github.com/gentoo/guru/commit/5b9aa829c938f95e8203ff369dd28cee4f432733#commitcomment-144330620 Signed-off-by: Jonas Frei pm.me> media-sound/dzr/dzr-240704.ebuild | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/media-sound/dzr/dzr-240704.ebuild b/media-sound/dzr/dzr-240704.ebuild index 94371499e..2418dedea 100644 --- a/media-sound/dzr/dzr-240704.ebuild +++ b/media-sound/dzr/dzr-240704.ebuild @@ -1,8 +1,10 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 +inherit prefix + DESCRIPTION="DZR: the command line deezer.com player" HOMEPAGE="https://github.com/yne/dzr" SRC_URI="https://github.com/yne/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" @@ -11,24 +13,17 @@ LICENSE="Unlicense" SLOT="0" KEYWORDS="~amd64" -DEPEND=" +RDEPEND=" app-misc/jq[oniguruma] dev-libs/openssl dev-util/dialog media-video/mpv net-misc/curl " -RDEPEND="${DEPEND}" -BDEPEND="" src_install() { - exeinto /usr/bin - doexe dzr - doexe dzr-dec - doexe dzr-id3 - doexe dzr-srt - doexe dzr-url - default + hprefixify dzr* + dobin dzr* } pkg_postinst() {