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 CC37F15852A for ; Sun, 18 Aug 2024 04:30:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05566E29ED; Sun, 18 Aug 2024 04:30:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD9BFE29E7 for ; Sun, 18 Aug 2024 04:30:43 +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 B25AF342F9C for ; Sun, 18 Aug 2024 04:30:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E68131EFD for ; Sun, 18 Aug 2024 04:30:40 +0000 (UTC) From: "Jonas Frei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Frei" Message-ID: <1723955406.61eb01cbfcef2cd0edaa0d67bc5d33198b8b123b.freijon@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/dzr/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/dzr/Manifest media-sound/dzr/dzr-240817.ebuild X-VCS-Directories: media-sound/dzr/ X-VCS-Committer: freijon X-VCS-Committer-Name: Jonas Frei X-VCS-Revision: 61eb01cbfcef2cd0edaa0d67bc5d33198b8b123b X-VCS-Branch: dev Date: Sun, 18 Aug 2024 04:30:40 +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: 414d8460-53f5-4210-9ba5-cdecd87aa37b X-Archives-Hash: 4e1dca085d9785e2cfd843e03a33cd89 commit: 61eb01cbfcef2cd0edaa0d67bc5d33198b8b123b Author: Jonas Frei pm me> AuthorDate: Sun Aug 18 04:29:43 2024 +0000 Commit: Jonas Frei pm me> CommitDate: Sun Aug 18 04:30:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61eb01cb media-sound/dzr: add 240817 Signed-off-by: Jonas Frei pm.me> media-sound/dzr/Manifest | 1 + media-sound/dzr/dzr-240817.ebuild | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/media-sound/dzr/Manifest b/media-sound/dzr/Manifest index f0456d483..e55c5eb68 100644 --- a/media-sound/dzr/Manifest +++ b/media-sound/dzr/Manifest @@ -1 +1,2 @@ DIST dzr-240704.tar.gz 17590 BLAKE2B 655f34f48cb745ac413a9d4d17a10eb7483f6f3d53d6eef69ecc6ec2e682806b620d5ce058dcf72f3e4526976f4b2abb557c1e8253fba017bec5c03d0f6a7723 SHA512 25df76735216b9bf02d68da2faf1fa1db9cfeac7f36e4001e62a26458476739e73f9c5fbb7a10521127bbf9daee434ffd2886f9aeb02617a485d9db9b4e1eb89 +DIST dzr-240817.tar.gz 17744 BLAKE2B badd1d5ad2e2bc0f0cab534948827bb574aa09393923b82dfd4d88cfcac4f37629d945bdcb353efa78e0b02fa5532777b2f34a9e213973bbc74cee8890e4d783 SHA512 b95d2e4b8074631e542bdaa950c8ed37bd1d8ef2697320950e79751b675fda2e92727b9bcdc232f11b085c6963a038d606d391e6c699f8c7bb916b4a4d3b540c diff --git a/media-sound/dzr/dzr-240817.ebuild b/media-sound/dzr/dzr-240817.ebuild new file mode 100644 index 000000000..2418dedea --- /dev/null +++ b/media-sound/dzr/dzr-240817.ebuild @@ -0,0 +1,34 @@ +# 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" + +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + app-misc/jq[oniguruma] + dev-libs/openssl + dev-util/dialog + media-video/mpv + net-misc/curl +" + +src_install() { + hprefixify dzr* + dobin dzr* +} + +pkg_postinst() { + einfo "WARNING: For legal reasons this project" + einfo "does not contain the track decryption key." + einfo "Please read the following guide first:" + einfo "https://github.com/yne/dzr/wiki#find-the-dzr_cbc-key" +}