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 9E0AF158089 for ; Fri, 22 Sep 2023 03:32:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCF482BC014; Fri, 22 Sep 2023 03:32:04 +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 BF6792BC014 for ; Fri, 22 Sep 2023 03:32:04 +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 A3D9D335D46 for ; Fri, 22 Sep 2023 03:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1058A1221 for ; Fri, 22 Sep 2023 03:32:02 +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: <1695353473.84fa1185c9817dc0d9aed2a726df80a420b86ccb.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-230912.ebuild X-VCS-Directories: media-sound/dzr/ X-VCS-Committer: freijon X-VCS-Committer-Name: Jonas Frei X-VCS-Revision: 84fa1185c9817dc0d9aed2a726df80a420b86ccb X-VCS-Branch: dev Date: Fri, 22 Sep 2023 03:32:02 +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: eca269d1-ead3-4178-acd8-8661c480d4c8 X-Archives-Hash: cb7bf28a7e620cf360019f81d2c307b7 commit: 84fa1185c9817dc0d9aed2a726df80a420b86ccb Author: Jonas Frei pm me> AuthorDate: Fri Sep 22 03:31:02 2023 +0000 Commit: Jonas Frei pm me> CommitDate: Fri Sep 22 03:31:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84fa1185 media-sound/dzr: drop 230912 Signed-off-by: Jonas Frei pm.me> media-sound/dzr/Manifest | 1 - media-sound/dzr/dzr-230912.ebuild | 39 --------------------------------------- 2 files changed, 40 deletions(-) diff --git a/media-sound/dzr/Manifest b/media-sound/dzr/Manifest index 036cafafc4..07446d0111 100644 --- a/media-sound/dzr/Manifest +++ b/media-sound/dzr/Manifest @@ -1,2 +1 @@ -DIST dzr-230912.tar.gz 16813 BLAKE2B 245c04e47625bf6eb2d12c72c89f4af26d8e629081f08b7757b59700b04130a7fe17b80d0e4bcb7c16725ff4c475c5665b7f764f49ebfea604e7b04f8d330205 SHA512 a626d63f38caabb3b8acecdc161b4538c637090fda6facb9464ca1930788700b351119ff26b769a948ab02e7e7263a9bbfa359d40d113749ed7e322f23211189 DIST dzr-230919.tar.gz 16842 BLAKE2B f94c792d6fae8c97ca53388ee555f1648e9b0bd1aa71759068446a11c8a6714131174813bfdf773e98ca6455fbee392610eef74293bb2429a1faa6e888a9c7bc SHA512 5aa6a3eb0d77d20d6d531cd677b980761a9d19e92fa8054079a562a96e0e97d9b8bbff76090de4d3799764a213b83b501aad20da81d372c26b85e0412707e945 diff --git a/media-sound/dzr/dzr-230912.ebuild b/media-sound/dzr/dzr-230912.ebuild deleted file mode 100644 index 94371499e8..0000000000 --- a/media-sound/dzr/dzr-230912.ebuild +++ /dev/null @@ -1,39 +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}" -BDEPEND="" - -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" -}