summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/wavesurfer/wavesurfer-1.7.ebuild')
-rw-r--r--media-sound/wavesurfer/wavesurfer-1.7.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/media-sound/wavesurfer/wavesurfer-1.7.ebuild b/media-sound/wavesurfer/wavesurfer-1.7.ebuild
deleted file mode 100644
index be0fde66b9c9..000000000000
--- a/media-sound/wavesurfer/wavesurfer-1.7.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/wavesurfer/wavesurfer-1.7.ebuild,v 1.7 2005/03/05 08:51:38 corsair Exp $
-
-DESCRIPTION="tool for recording, playing, editing, viewing and labeling of audio"
-HOMEPAGE="http://www.speech.kth.se/wavesurfer/"
-SRC_URI="http://www.speech.kth.se/wavesurfer/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ~ppc amd64 sparc ppc64"
-IUSE=""
-
-RDEPEND=">=dev-tcltk/snack-2.2.4"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- sed -i -e 's/wish[0-9.]\+/wish/' wavesurfer.tcl || die
-}
-
-src_install() {
- local mydir="wsurf${PV}"
-
- newbin wavesurfer.tcl wavesurfer
- dodir /usr/$(get_libdir)/${mydir}
- cp -r ${mydir} ${D}/usr/$(get_libdir)/
-
- insinto /usr/$(get_libdir)/${mydir}/plugins
- doins plugins/*.plug
- insinto /usr/$(get_libdir)/${mydir}/icons
- doins icons/*
-
- dodoc README.txt
- dohtml doc/*
- for mydir in demos msgs python tools
- do
- docinto ${mydir}
- dodoc ${mydir}/*
- done
-}