summaryrefslogtreecommitdiff
path: root/media-sound/shntool
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /media-sound/shntool
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'media-sound/shntool')
-rw-r--r--media-sound/shntool/Manifest2
-rw-r--r--media-sound/shntool/shntool-3.0.10-r1.ebuild18
2 files changed, 12 insertions, 8 deletions
diff --git a/media-sound/shntool/Manifest b/media-sound/shntool/Manifest
index 49f4f0eaea60..f6258b12fb6b 100644
--- a/media-sound/shntool/Manifest
+++ b/media-sound/shntool/Manifest
@@ -1,3 +1,3 @@
DIST shntool-3.0.10.tar.gz 216061 BLAKE2B b662c64992409c1a12dd3fffab5f39c69b2c1f8fb958cba590009f599e4363403aa1d353efdec8ab7529fc22cfac0b908368a132b60f7e5acd55dcae932909e2 SHA512 2150d7123860abb54a56a1615bda991ed3713d73c338723f28b7d01a63c49a47809be16dc57b5b4edeee1567b003f9a4b54945c1cd08440f9503d22b91eaa06d
-EBUILD shntool-3.0.10-r1.ebuild 778 BLAKE2B 8dd9c0a67bc2fa0f5ff32d995f169abf6720d63dec8feb7fcd5556de0f6faba3935c789db74302d480b0c93846070784bf7483c315f60b1943a92148afb93253 SHA512 13ee328557b2f40c6177cf8b230eb55a3335b59102df8238490e6fd98d3d72a9c0779a4024bdd7d68743b28ab21e8a8ac47f37e5e40d0668a4c999298c338c16
+EBUILD shntool-3.0.10-r1.ebuild 777 BLAKE2B 02a73b4603d28ed7e077b99878d9e283ede402486a438ec43ab7919e0097329bb73cbc3aa81483657608ecb9cb76ed2bbbf8098a99e3e87cdfedc7513e641258 SHA512 c254d110f3bbb2f86f243870f353c921d31feea3557318dbb7ac3f47dedb6a53956d948ffd66b157af2fe105894a456c7e5f3574da0496068c1801941299b5a1
MISC metadata.xml 496 BLAKE2B 2a2e3262f4ff6fc070d1f4693db8610e00c85317232b21799b897a40f353f15d5b8effcace525c99ea556ff51316d8d40da923c9372684510247d48f316f3e2d SHA512 81a78997d73d8356ccfa4d2a8a37b8c114cd80e6ccafd4705be1741e5ee7abdbf3eb77373f45c529dcf1bc67c4ba3f4ed147cffd790606189a233daac66dac66
diff --git a/media-sound/shntool/shntool-3.0.10-r1.ebuild b/media-sound/shntool/shntool-3.0.10-r1.ebuild
index 69859ce07241..15e78ed34413 100644
--- a/media-sound/shntool/shntool-3.0.10-r1.ebuild
+++ b/media-sound/shntool/shntool-3.0.10-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
DESCRIPTION="A multi-purpose WAVE data processing and reporting utility"
HOMEPAGE="http://www.etree.org/shnutils/shntool/"
@@ -12,17 +12,21 @@ SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="alac flac mac shorten sox wavpack"
-RDEPEND="flac? ( media-libs/flac )
- mac? ( media-sound/mac )
- sox? ( media-sound/sox )
+RDEPEND="
alac? ( media-sound/alac_decoder )
+ flac? ( media-libs/flac )
+ mac? ( media-sound/mac )
shorten? ( media-sound/shorten )
+ sox? ( media-sound/sox )
wavpack? ( media-sound/wavpack )"
DEPEND="${RDEPEND}"
-DOCS="NEWS README ChangeLog AUTHORS doc/*"
-
src_configure() {
export CONFIG_SHELL=${BASH} # bug #527310
default
}
+
+src_install() {
+ default
+ dodoc -r doc/.
+}