commit:     bd1c4b8d38cf012fce8022d68edcb0fec19a3bde
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 15 20:00:11 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Mar 15 20:00:41 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=bd1c4b8d

media-sound/cava: Remove old

 media-sound/cava/cava-0.3.2.ebuild           | 38 ------------------------
 media-sound/cava/cava-0.3.2_p20150810.ebuild | 44 ----------------------------
 2 files changed, 82 deletions(-)

diff --git a/media-sound/cava/cava-0.3.2.ebuild 
b/media-sound/cava/cava-0.3.2.ebuild
deleted file mode 100644
index 66c720d..0000000
--- a/media-sound/cava/cava-0.3.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit linux-info
-
-DESCRIPTION="Console-based Audio Visualizer for ALSA (=CAVA)"
-HOMEPAGE="https://github.com/karlstav/cava";
-SRC_URI="https://github.com/karlstav/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sci-libs/fftw"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-       if linux_config_exists ; then
-               einfo "Checking kernel configuration at $(linux_config_path)..."
-               if ! linux_chkconfig_present SND_ALOOP ; then
-                       ewarn 'Kernel option CONFIG_SND_ALOOP=[ym] needed but 
missing'
-               fi
-       fi
-}
-
-src_compile() {
-       # TODO resolve bundled iniparser
-       # https://github.com/karlstav/cava/issues/49
-       emake -j1 || die
-}
-
-src_install() {
-       dodoc README.md
-       emake DESTDIR="${D}" PREFIX=/usr install || die
-}

diff --git a/media-sound/cava/cava-0.3.2_p20150810.ebuild 
b/media-sound/cava/cava-0.3.2_p20150810.ebuild
deleted file mode 100644
index 371ab86..0000000
--- a/media-sound/cava/cava-0.3.2_p20150810.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit linux-info
-
-MY_PV=fbd2af1ca9f76d5c3fa7ccc418f066db0ec01d7f
-DESCRIPTION="Console-based Audio Visualizer for ALSA (=CAVA)"
-HOMEPAGE="https://github.com/karlstav/cava";
-SRC_URI="https://github.com/karlstav/${PN}/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sci-libs/fftw
-       dev-libs/iniparser:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${PN}-${MY_PV}
-
-pkg_setup() {
-       if linux_config_exists ; then
-               einfo "Checking kernel configuration at $(linux_config_path)..."
-               if ! linux_chkconfig_present SND_ALOOP ; then
-                       ewarn 'Kernel option CONFIG_SND_ALOOP=[ym] needed but 
missing'
-               fi
-       fi
-}
-
-src_prepare() {
-       rm -R iniparser || die
-}
-
-src_compile() {
-       emake SYSTEM_INIPARSER=1 VERSION=${PV}
-}
-
-src_install() {
-       dodoc README.md
-       emake DESTDIR="${D}" PREFIX=/usr SYSTEM_INIPARSER=1 install
-}

Reply via email to