From 34dd3b3813be0bc51b0c80c651240daed126bde8 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 20 Mar 2022 19:48:55 +0100 Subject: media-sound/cmix: update EAPI 6 -> 8 Signed-off-by: David Seifert --- media-sound/cmix/cmix-1.6-r1.ebuild | 26 ++++++++++++++++++++++++++ media-sound/cmix/cmix-1.6.ebuild | 26 -------------------------- 2 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 media-sound/cmix/cmix-1.6-r1.ebuild delete mode 100644 media-sound/cmix/cmix-1.6.ebuild (limited to 'media-sound/cmix') diff --git a/media-sound/cmix/cmix-1.6-r1.ebuild b/media-sound/cmix/cmix-1.6-r1.ebuild new file mode 100644 index 000000000000..91ce5c26b941 --- /dev/null +++ b/media-sound/cmix/cmix-1.6-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="command line audio mixer" +HOMEPAGE="http://cmix.sourceforge.net/" +SRC_URI="http://antipoder.dyndns.org/downloads/${P}.tbz2" + +LICENSE="GPL-2" +SLOT="0" +#-amd64: 1.6: 'cmix list' gives: MIXER_READ(SOUND_MIXER_OUTSRC): Input/output error +KEYWORDS="-amd64 ~ppc sparc x86" + +PATCHES=( "${FILESDIR}/${P}-ldflags.patch" ) + +src_configure() { + tc-export CC +} + +src_install() { + dobin cmix + einstalldocs +} diff --git a/media-sound/cmix/cmix-1.6.ebuild b/media-sound/cmix/cmix-1.6.ebuild deleted file mode 100644 index 1dc7e4ab02a2..000000000000 --- a/media-sound/cmix/cmix-1.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="command line audio mixer" -HOMEPAGE="http://cmix.sourceforge.net/" -SRC_URI="http://antipoder.dyndns.org/downloads/${P}.tbz2" - -LICENSE="GPL-2" -SLOT="0" -#-amd64: 1.6: 'cmix list' gives: MIXER_READ(SOUND_MIXER_OUTSRC): Input/output error -KEYWORDS="-amd64 ~ppc sparc x86" - -PATCHES=( "${FILESDIR}/${P}-ldflags.patch" ) - -src_configure() { - tc-export CC -} - -src_install() { - dobin cmix - einstalldocs -} -- cgit v1.2.3-65-gdbad