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 421ED1581C1 for ; Wed, 17 Jul 2024 08:40:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 839422BC0FD; Wed, 17 Jul 2024 08:40:25 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5603B2BC0FD for ; Wed, 17 Jul 2024 08:40: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 82FB5342FA7 for ; Wed, 17 Jul 2024 08:40:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87FF91E3A for ; Wed, 17 Jul 2024 08:40:21 +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: <1721156724.1294b619d512b9a1f0c9df7953f8e57be6595c4c.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/Manifest media-sound/dzr/dzr-231217.ebuild X-VCS-Directories: media-sound/dzr/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 1294b619d512b9a1f0c9df7953f8e57be6595c4c X-VCS-Branch: master Date: Wed, 17 Jul 2024 08:40: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: 09f08995-1be8-4498-8924-07dfab8d15b6 X-Archives-Hash: 34a9d14538d1901956add45853dadbf4 commit: 1294b619d512b9a1f0c9df7953f8e57be6595c4c Author: Jonas Frei pm me> AuthorDate: Tue Jul 16 19:05:04 2024 +0000 Commit: David Roman gmail com> CommitDate: Tue Jul 16 19:05:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1294b619 media-sound/dzr: drop 231217 Signed-off-by: Jonas Frei pm.me> media-sound/dzr/Manifest | 1 - media-sound/dzr/dzr-231217.ebuild | 38 -------------------------------------- 2 files changed, 39 deletions(-) diff --git a/media-sound/dzr/Manifest b/media-sound/dzr/Manifest index a20b38b29..f0456d483 100644 --- a/media-sound/dzr/Manifest +++ b/media-sound/dzr/Manifest @@ -1,2 +1 @@ -DIST dzr-231217.tar.gz 17012 BLAKE2B 4ff6b8c04f7a71612684da82cf49cb5837e44aad44fe7faa7491adb30aaf6c26433f13f2c8b9bee2cbadec125784ea10acfc78d1720bab687f1a1d055874070d SHA512 8c43821295e2062380a399215df478173f4a0984018d712602c654ee88cd902091fb8ec80cd64222e99922c5c4782372f640996c1916e5396cfedefb85f18c24 DIST dzr-240704.tar.gz 17590 BLAKE2B 655f34f48cb745ac413a9d4d17a10eb7483f6f3d53d6eef69ecc6ec2e682806b620d5ce058dcf72f3e4526976f4b2abb557c1e8253fba017bec5c03d0f6a7723 SHA512 25df76735216b9bf02d68da2faf1fa1db9cfeac7f36e4001e62a26458476739e73f9c5fbb7a10521127bbf9daee434ffd2886f9aeb02617a485d9db9b4e1eb89 diff --git a/media-sound/dzr/dzr-231217.ebuild b/media-sound/dzr/dzr-231217.ebuild deleted file mode 100644 index ad14d536f..000000000 --- a/media-sound/dzr/dzr-231217.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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" - -DEPEND=" - app-misc/jq[oniguruma] - dev-libs/openssl - dev-util/dialog - media-video/mpv - net-misc/curl -" -RDEPEND="${DEPEND}" - -src_install() { - exeinto /usr/bin - doexe dzr - doexe dzr-dec - doexe dzr-id3 - doexe dzr-srt - doexe dzr-url - default -} - -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" -}