diff options
author | Gerhard Bräunlich <wippbox@gmx.net> | 2017-01-14 17:24:57 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-15 11:13:00 +0100 |
commit | 01c39a12b99ac562887476a3224e4b48b4a020db (patch) | |
tree | bd88eb4b9007c8834c828988784ccfa2376be848 /sci-visualization | |
parent | sci-visualization/spectromatic: EAPI bump 4 -> 6 (diff) | |
download | gentoo-01c39a12b99ac562887476a3224e4b48b4a020db.tar.gz gentoo-01c39a12b99ac562887476a3224e4b48b4a020db.tar.bz2 gentoo-01c39a12b99ac562887476a3224e4b48b4a020db.zip |
sci-visualization/spectromatic: Removing EAPI 4 ebuild
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3478
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/spectromatic/spectromatic-1.0-r2.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/sci-visualization/spectromatic/spectromatic-1.0-r2.ebuild b/sci-visualization/spectromatic/spectromatic-1.0-r2.ebuild deleted file mode 100644 index 0dcd9f0e1a1e..000000000000 --- a/sci-visualization/spectromatic/spectromatic-1.0-r2.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=4 - -inherit eutils toolchain-funcs - -MY_P=${PN}_${PV}-1 - -DESCRIPTION="Generates time-frequency analysis images from wav files" -HOMEPAGE="http://ieee.uow.edu.au/~daniel/software/spectromatic/" -SRC_URI="http://ieee.uow.edu.au/~daniel/software/spectromatic/dist/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=" - media-libs/libpng:0 - sci-libs/gsl" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( README ) - -PATCHES=( - "${FILESDIR}"/${P}-makefile.patch - "${FILESDIR}"/${P}-stringliteral.patch - "${FILESDIR}"/${P}-waveheaderstruct-amd64.patch -) - -pkg_setup() { - tc-export CC - export TOPLEVEL_HOME="${EROOT}/usr" -} - -src_prepare() { - epatch ${PATCHES[@]} -} |