summaryrefslogtreecommitdiff
path: root/media-sound/substract_wave/substract_wave-0.3-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
commitd4bd6695641f6d2ec7ff8681913d304e995902f5 (patch)
tree6ec8d4c38152bb4f2bb4b93277236ebd9fbbd21d /media-sound/substract_wave/substract_wave-0.3-r1.ebuild
parent22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff)
gentoo resync : 29.05.2018
Diffstat (limited to 'media-sound/substract_wave/substract_wave-0.3-r1.ebuild')
-rw-r--r--media-sound/substract_wave/substract_wave-0.3-r1.ebuild24
1 files changed, 10 insertions, 14 deletions
diff --git a/media-sound/substract_wave/substract_wave-0.3-r1.ebuild b/media-sound/substract_wave/substract_wave-0.3-r1.ebuild
index cd3e2c907b74..bef6d1ddfaa8 100644
--- a/media-sound/substract_wave/substract_wave-0.3-r1.ebuild
+++ b/media-sound/substract_wave/substract_wave-0.3-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
-inherit eutils toolchain-funcs
+EAPI=7
+inherit toolchain-funcs
DESCRIPTION="substracts 2 mono wave files from each other by a factor specified on the command line"
HOMEPAGE="http://panteltje.com/panteltje/dvd/"
@@ -13,17 +13,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-src_prepare() {
- epatch "${FILESDIR}"/${P}-Makefile.patch \
- "${FILESDIR}"/${P}-overflow.patch
-}
+PATCHES=(
+ "${FILESDIR}/${P}-Makefile.patch"
+ "${FILESDIR}/${P}-overflow.patch"
+)
-src_compile() {
- tc-export CC
- emake || die "emake failed"
-}
+DOCS=( CHANGES mono-stereo.txt README )
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc CHANGES mono-stereo.txt README
+src_configure() {
+ tc-export CC
}