summaryrefslogtreecommitdiff
path: root/media-sound/shnflacverify
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /media-sound/shnflacverify
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'media-sound/shnflacverify')
-rw-r--r--media-sound/shnflacverify/Manifest2
-rw-r--r--media-sound/shnflacverify/shnflacverify-0.3.ebuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/media-sound/shnflacverify/Manifest b/media-sound/shnflacverify/Manifest
index 6748b4db5823..847a9aad8a82 100644
--- a/media-sound/shnflacverify/Manifest
+++ b/media-sound/shnflacverify/Manifest
@@ -1,3 +1,3 @@
DIST shnflacverify-0.3.zip 11845 BLAKE2B cbc4cfcdaf54c91572a6b6b4a9ebdb002b1a04cb6a9029e8bfd92c227e9177d646bab25515f2a855aa504dcde256733b68dc4c1a4195fd6b0ca3bc0dce274f02 SHA512 8d05d476d7c89ca7f93f3d4b12d6bdb8c197e87c9c400e12f39ad3fd9b8b2a2b8d158baa0e663a98a898f732694c16064c8ba2996101d4b74d173a3ca13942b0
-EBUILD shnflacverify-0.3.ebuild 862 BLAKE2B 92c4ce062043aee5d50d063857db44a4aeba4cf7b5b6cda31706573d163b28ac9c4ab270dbd55d367dd051a845c835079665edb889c6c0e1830efd90e69dbfe6 SHA512 315676ee36e3d6cfd9662d383cea2c1cd2e117a1e5f6c1e9a33925b99ebb2125217902e6dc8aa8a318ba2ca42b01321a25b2d079a9483f9d1b6b37aeca98277e
+EBUILD shnflacverify-0.3.ebuild 874 BLAKE2B 1f03b649ef2e4334167af83ca3e5e7140b930adfe7bd1f4f0f42e2deac03ba2417de90d6c212648c9ed2eb7bccaa83818846f398ac7532c8bd97d198641c9eba SHA512 d512934cb95fc554369c87908bc414bc77619f7ffdcb89196a682b95bdcc39e556e0aac67cd01232cd83a53f0dd3000fd9230970812db51165e4c602c0918cc2
MISC metadata.xml 481 BLAKE2B 2457fff7ebc37ea1224f8273e1c986ae0aab8d0f2665641ce1d828325a7d20ddf2fd0f5180d49955a439cdc356f4ad78ec7beb2e0cc4d1e5a3d285db51254af9 SHA512 5d48ebcf1bba0a93b1c6fbe03bab7262c75d8c23d8cb404261f51e3d242b3f906aeb780ce6dd3bae521f6d40bf22b3a383b7224bb8f0a5fe75eab94acddd2a22
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