summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-10 13:10:52 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-10 13:10:52 +0100
commitfc653ac87505ff2a092396bb192bffd4689b1b56 (patch)
tree2e9b884ce78ae4b9eb29367d3e8e8363462991f6 /media-sound/mhwaveedit/mhwaveedit-1.4.22.ebuild
parentdev-db/phpmyadmin-4.9.1: removed old and vulnerable (diff)
downloadgentoo-fc653ac87505ff2a092396bb192bffd4689b1b56.tar.gz
gentoo-fc653ac87505ff2a092396bb192bffd4689b1b56.tar.bz2
gentoo-fc653ac87505ff2a092396bb192bffd4689b1b56.zip
media-sound/mhwaveedit: Remove old
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/mhwaveedit/mhwaveedit-1.4.22.ebuild')
-rw-r--r--media-sound/mhwaveedit/mhwaveedit-1.4.22.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.22.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.22.ebuild
deleted file mode 100644
index 6b195a79c274..000000000000
--- a/media-sound/mhwaveedit/mhwaveedit-1.4.22.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="GTK+ Sound file editor (wav, and a few others.)"
-HOMEPAGE="https://gna.org/projects/mhwaveedit"
-SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="alsa jack ladspa libsamplerate nls oss pulseaudio sdl sndfile sox"
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/pango
- sndfile? ( >=media-libs/libsndfile-1.0.10 )
- sdl? ( >=media-libs/libsdl-1.2.3 )
- alsa? ( media-libs/alsa-lib )
- jack? ( >=media-sound/jack-audio-connection-kit-0.98 )
- libsamplerate? ( media-libs/libsamplerate )
- ladspa? ( media-libs/ladspa-sdk )
- pulseaudio? ( >=media-sound/pulseaudio-0.9.10 )
- sox? ( media-sound/sox )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
-
-src_configure() {
- econf \
- --without-arts \
- --without-portaudio \
- $(use_enable nls) \
- $(use_with sndfile libsndfile) \
- $(use_with libsamplerate) \
- $(use_with sdl) \
- $(use_with alsa alsalib) \
- $(use_with oss) \
- $(use_with jack) \
- $(use_with pulseaudio pulse) \
- --without-esound
-}