media-sound/tapiir: [QA] Various fixes
authorDavid Seifert <soap@gentoo.org>
Sat, 3 Jun 2017 20:47:01 +0000 (22:47 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 3 Jun 2017 20:52:30 +0000 (22:52 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

media-sound/tapiir/tapiir-0.7.2.ebuild
media-sound/tapiir/tapiir-0.7.3.ebuild

index 61c45102b32576b25a06ded63d89df524b825288..014975372265b2d218e60b3869962dbd2db68f95 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=2
 inherit eutils
 
-DESCRIPTION="a flexible audio effects processor, inspired on the classical magnetic tape delay systems"
+DESCRIPTION="A flexible audio effects processor, inspired by classical tape delay systems"
 HOMEPAGE="http://www.iua.upf.es/~mdeboer/projects/tapiir/"
 SRC_URI="http://www.iua.upf.es/~mdeboer/projects/tapiir/download/${P}.tar.gz"
 
index 4c55697aebe8c7e767a738be985555cf4ee94477..b0640c8448a16a337a1cb8289ea7dc133b7eeb58 100644 (file)
@@ -1,10 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit autotools eutils
+EAPI=6
 
-DESCRIPTION="a flexible audio effects processor, inspired on the classical magnetic tape delay systems"
+inherit autotools
+
+DESCRIPTION="A flexible audio effects processor, inspired by classical tape delay systems"
 HOMEPAGE="http://www.resorama.com/maarten/tapiir/"
 SRC_URI="http://www.resorama.com/maarten/files/${P}.tgz"
 
@@ -19,23 +20,22 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-0.7.2-ldflags.patch
+PATCHES=( "${FILESDIR}"/${PN}-0.7.2-ldflags.patch )
 
+src_prepare() {
+       default
+       mv configure.{in,ac} || die
        cp "${FILESDIR}"/${P}-acinclude.m4 acinclude.m4 || die
-
        eautoreconf
 }
 
-src_configure() {
-       econf --disable-dependency-tracking
-}
-
 src_install() {
+       local HTML_DOCS=( doc/{*.html,images/*.png} )
        default
+
        doman doc/${PN}.1
-       dodoc AUTHORS doc/${PN}.txt
-       dohtml doc/*.html doc/images/*.png
+       dodoc doc/${PN}.txt
+
        insinto /usr/share/${PN}/examples
        doins doc/examples/*.mtd
 }