From e99f7061d2ea8bf5409cb07bbe0518a444205875 Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Thu, 5 May 2022 06:01:39 +0200 Subject: media-sound/dzr: add 220503, drop 220309 Signed-off-by: Jonas Frei --- media-sound/dzr/Manifest | 2 +- media-sound/dzr/dzr-220309.ebuild | 37 ------------------------------------- media-sound/dzr/dzr-220503.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 media-sound/dzr/dzr-220309.ebuild create mode 100644 media-sound/dzr/dzr-220503.ebuild (limited to 'media-sound') diff --git a/media-sound/dzr/Manifest b/media-sound/dzr/Manifest index 826c28073..429e00a8f 100644 --- a/media-sound/dzr/Manifest +++ b/media-sound/dzr/Manifest @@ -1 +1 @@ -DIST dzr-220309.tar.gz 5231 BLAKE2B 0e315e5def6e702c0d4c31786a30e431f23d428830653af90467fe1e9cb6e7cdea8f721918bcb60589e22ded89b624a20374b009a0e77318fe3c898feef7857c SHA512 b30fc2a7077bff62b4024f403a4a8549b97c9c06caea342145e0008e35ac78a14b5153a7440912b161a87f82e989ea01d10d6c77db521ead9507184193091f12 +DIST dzr-220503.tar.gz 5708 BLAKE2B 6a18784bf8f91b686d6b0fbcad2aff1f494a259252932caad296c3d899d20956aa212ca8ce613a3a85f67c1002159acc5e46def9a5158427b9b460cda74b5126 SHA512 1fb66d8995da1f43520887cf89fa6e03556c479f640ce4b76cab166c75448308a24e3888bc455a57d083efde4b911ae5506cd410d8ddb8b328f608dabcdb5568 diff --git a/media-sound/dzr/dzr-220309.ebuild b/media-sound/dzr/dzr-220309.ebuild deleted file mode 100644 index 0c4f7062c..000000000 --- a/media-sound/dzr/dzr-220309.ebuild +++ /dev/null @@ -1,37 +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-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" -} diff --git a/media-sound/dzr/dzr-220503.ebuild b/media-sound/dzr/dzr-220503.ebuild new file mode 100644 index 000000000..0c4f7062c --- /dev/null +++ b/media-sound/dzr/dzr-220503.ebuild @@ -0,0 +1,37 @@ +# 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-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" +} -- cgit v1.2.3-65-gdbad