diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 10:00:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 10:36:03 +0000 |
commit | 1971dff1480990b7af7e9d5394d6b6151977ad7e (patch) | |
tree | 1d42333bde70264e2f2ad708bc76d9b2842c9ea3 /media-sound/shnflacverify | |
parent | media-video/movit: fix MissingUnpackerDep (diff) | |
download | gentoo-1971dff1480990b7af7e9d5394d6b6151977ad7e.tar.gz gentoo-1971dff1480990b7af7e9d5394d6b6151977ad7e.tar.bz2 gentoo-1971dff1480990b7af7e9d5394d6b6151977ad7e.zip |
media-sound/shnflacverify: MissingUnpackerDep, eutils -> edos2unix
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-sound/shnflacverify')
-rw-r--r-- | media-sound/shnflacverify/shnflacverify-0.3.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/shnflacverify/shnflacverify-0.3.ebuild b/media-sound/shnflacverify/shnflacverify-0.3.ebuild index 7f5b5eb1bf00..c87293cfecf4 100644 --- a/media-sound/shnflacverify/shnflacverify-0.3.ebuild +++ b/media-sound/shnflacverify/shnflacverify-0.3.ebuild @@ -1,26 +1,26 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils +inherit edos2unix DESCRIPTION="Manage the verification of checksums related to Shorten and FLAC files" HOMEPAGE="https://sourceforge.net/projects/shnflacverify/" SRC_URI="http://downloads.sourceforge.net/project/${PN}/${PN}/${P}/${P}.zip" +S="${WORKDIR}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" +BDEPEND="app-arch/unzip" RDEPEND=" - app-arch/unzip dev-lang/perl media-libs/flac media-sound/shntool - sys-apps/coreutils" - -S="${WORKDIR}" + sys-apps/coreutils +" src_prepare() { default |