commit:     01c39a12b99ac562887476a3224e4b48b4a020db
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Jan 14 16:24:57 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:13:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c39a12

sci-visualization/spectromatic: Removing EAPI 4 ebuild

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3478

 .../spectromatic/spectromatic-1.0-r2.ebuild        | 41 ----------------------
 1 file changed, 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 0dcd9f0..00000000
--- 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[@]}
-}

Reply via email to