summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-12-26 13:22:38 +0000
committerJustin Lecher <jlec@gentoo.org>2011-12-26 13:22:38 +0000
commitd1a11dd0afdfcc06ef4c2f846df3afb36741f920 (patch)
tree0fc5a84ddf6d2b03fa470bbc34a0ac159de109d8 /sci-visualization
parentRemoving pmask entry for selinux-xfce4, package has been removed from the tree (diff)
downloadgentoo-2-d1a11dd0afdfcc06ef4c2f846df3afb36741f920.tar.gz
gentoo-2-d1a11dd0afdfcc06ef4c2f846df3afb36741f920.tar.bz2
gentoo-2-d1a11dd0afdfcc06ef4c2f846df3afb36741f920.zip
Cleaned old
(Portage version: 2.2.0_alpha83/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/spectromatic/ChangeLog5
-rw-r--r--sci-visualization/spectromatic/spectromatic-1.0.ebuild36
2 files changed, 4 insertions, 37 deletions
diff --git a/sci-visualization/spectromatic/ChangeLog b/sci-visualization/spectromatic/ChangeLog
index 6ee37248bd61..6e8ab6867fae 100644
--- a/sci-visualization/spectromatic/ChangeLog
+++ b/sci-visualization/spectromatic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/spectromatic
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/ChangeLog,v 1.9 2011/12/26 12:43:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/ChangeLog,v 1.10 2011/12/26 13:22:38 jlec Exp $
+
+ 26 Dec 2011; Justin Lecher <jlec@gentoo.org> -spectromatic-1.0.ebuild:
+ Cleaned old
26 Dec 2011; Markus Meier <maekke@gentoo.org> spectromatic-1.0-r2.ebuild:
x86 stable, bug #394065
diff --git a/sci-visualization/spectromatic/spectromatic-1.0.ebuild b/sci-visualization/spectromatic/spectromatic-1.0.ebuild
deleted file mode 100644
index bb1f87728a6a..000000000000
--- a/sci-visualization/spectromatic/spectromatic-1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/spectromatic/spectromatic-1.0.ebuild,v 1.4 2010/06/23 20:19:42 bicatali Exp $
-
-inherit eutils
-
-IUSE=""
-
-MY_P="spectromatic_1.0-1"
-DESCRIPTION="Generates spectrograms (time-frequency analysis images) from mono or stereo wave 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="~ppc x86"
-IUSE=""
-
-DEPEND=">=media-libs/libpng-1.2.4
- sci-libs/gsl"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gentoo.diff
- epatch "${FILESDIR}"/${P}-stringliteral.patch
-}
-src_compile() {
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dobin spectromatic
- doman spectromatic.1
- dodoc README || die
-}