commit:     4fd50c1b676e4f89876e0d3e0ab3257df92582aa
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 00:31:40 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 00:31:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd50c1b

media-sound/bpmdetect: Remove old

Package-Manager: portage-2.2.27

 media-sound/bpmdetect/bpmdetect-0.6.1.ebuild | 45 ----------------------------
 1 file changed, 45 deletions(-)

diff --git a/media-sound/bpmdetect/bpmdetect-0.6.1.ebuild 
b/media-sound/bpmdetect/bpmdetect-0.6.1.ebuild
deleted file mode 100644
index 8f35e91..0000000
--- a/media-sound/bpmdetect/bpmdetect-0.6.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit eutils multilib
-
-DESCRIPTION="Automatic BPM detection utility"
-HOMEPAGE="http://sourceforge.net/projects/bpmdetect";
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/taglib
-       media-libs/id3lib
-       >=media-libs/fmod-4.25.07-r1:1
-       dev-qt/qtgui:4"
-DEPEND="${RDEPEND}
-       sys-apps/sed
-       dev-util/scons
-       virtual/pkgconfig"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-gcc44_and_fmodex_path.patch
-       sed -i -e "s:-O2:${CXXFLAGS}:" src/SConscript || die "sed failed"
-}
-
-src_configure() { :; }
-
-src_compile() {
-       export QTDIR="/usr/$(get_libdir)"
-       scons prefix=/usr || die "scons failed"
-}
-
-src_install() {
-       dobin build/${PN} || die "dobin failed"
-       doicon src/${PN}-icon.png
-       domenu src/${PN}.desktop
-       dodoc authors readme todo
-}

Reply via email to