summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-11-25 19:48:17 +0100
committerPacho Ramos <pacho@gentoo.org>2016-11-25 19:56:23 +0100
commit32efd7c8833934f06bad431e5f4b4d08ead898d2 (patch)
tree57f00db880021edf929c807a66db69fb474fab39
parentmedia-sound/sooperlooper: Drop old (diff)
downloadgentoo-32efd7c8833934f06bad431e5f4b4d08ead898d2.tar.gz
gentoo-32efd7c8833934f06bad431e5f4b4d08ead898d2.tar.bz2
gentoo-32efd7c8833934f06bad431e5f4b4d08ead898d2.zip
media-sound/spek: Drop old
Package-Manager: portage-2.3.2
-rw-r--r--media-sound/spek/spek-0.8.3.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/media-sound/spek/spek-0.8.3.ebuild b/media-sound/spek/spek-0.8.3.ebuild
deleted file mode 100644
index 0a96bf69918b..000000000000
--- a/media-sound/spek/spek-0.8.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-WX_GTK_VER="2.8"
-
-inherit autotools eutils toolchain-funcs wxwidgets
-
-DESCRIPTION="Analyse your audio files by showing their spectrogram"
-HOMEPAGE="http://www.spek-project.org/"
-SRC_URI="https://github.com/alexkay/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="virtual/ffmpeg
- x11-libs/wxGTK:2.8[X]"
-
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig
- >=sys-devel/gcc-4.7
- sys-devel/gettext"
-
-src_prepare() {
- if [ $(gcc-major-version) -lt "4" ] ; then
- die "You need to activate at least gcc:4.7"
- fi
- if [ $(gcc-major-version) -eq "4" -a $(gcc-minor-version) -lt "7" ] ; then
- die "You need to activate at least gcc:4.7"
- fi
-
- epatch \
- "${FILESDIR}"/${PN}-0.8.1-disable-updates.patch \
- "${FILESDIR}"/${P}-replace-gnu+11-with-c++11.patch \
- "${FILESDIR}"/${P}-stdlib.patch
- eautoreconf
-}