diff options
author | Jonas Frei <freijon@pm.me> | 2024-08-18 06:29:57 +0200 |
---|---|---|
committer | Jonas Frei <freijon@pm.me> | 2024-08-18 06:30:06 +0200 |
commit | 15b99966d36f920715d49cddab8c8f04b8628967 (patch) | |
tree | d81d4c38e964330e2842efd6e183f5564c2bd777 /media-sound | |
parent | media-sound/dzr: add 240817 (diff) | |
download | guru-15b99966d36f920715d49cddab8c8f04b8628967.tar.gz guru-15b99966d36f920715d49cddab8c8f04b8628967.tar.bz2 guru-15b99966d36f920715d49cddab8c8f04b8628967.zip |
media-sound/dzr: drop 240704
Signed-off-by: Jonas Frei <freijon@pm.me>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/dzr/Manifest | 1 | ||||
-rw-r--r-- | media-sound/dzr/dzr-240704.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/media-sound/dzr/Manifest b/media-sound/dzr/Manifest index e55c5eb68..bf99ee785 100644 --- a/media-sound/dzr/Manifest +++ b/media-sound/dzr/Manifest @@ -1,2 +1 @@ -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-240704.ebuild b/media-sound/dzr/dzr-240704.ebuild deleted file mode 100644 index 2418dedea..000000000 --- a/media-sound/dzr/dzr-240704.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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" -} |