summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-21 23:43:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-22 18:05:52 +0200
commitf5e02653f3319a7c13cdad5111428376696e93af (patch)
tree45ed425f3314be50deb7cb3720cc1c374e30bf04 /media-sound
parentmedia-sound/mhwaveedit: 1.4.24 version bump (diff)
downloadgentoo-f5e02653f3319a7c13cdad5111428376696e93af.tar.gz
gentoo-f5e02653f3319a7c13cdad5111428376696e93af.tar.bz2
gentoo-f5e02653f3319a7c13cdad5111428376696e93af.zip
media-sound/mhwaveedit: Drop 1.4.23
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/mhwaveedit/Manifest1
-rw-r--r--media-sound/mhwaveedit/mhwaveedit-1.4.23.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/media-sound/mhwaveedit/Manifest b/media-sound/mhwaveedit/Manifest
index 5ff1bd6387dc..dd6442c39f9d 100644
--- a/media-sound/mhwaveedit/Manifest
+++ b/media-sound/mhwaveedit/Manifest
@@ -1,2 +1 @@
-DIST mhwaveedit-1.4.23.tar.bz2 642042 BLAKE2B 9d2d4ae201034df09f46a85c0b3d42978a294e888e175c18aeb02433d6f22246602cd7aaae004cdd13d24bc6e21fcb2cc2cb739bb0509476f8510603bfd42517 SHA512 c8b3f1ca2c573e03bbe8e2c61c80d8bae0f9b9ec99fff0110119698f95328d1ab86eb4641d582865cd091f2955388343cbd912fd5f0b15f2a937b88cc01b974f
DIST mhwaveedit-1.4.24.tar.gz 943313 BLAKE2B 4edda0ed7ef833a5f9470087d44d8b09c58f040eedc23c0a97decdd45240ba283c891bf411decf769c8f2ad5869a5ce69f2d8da6a15b746152afee5f1676371c SHA512 392a358ae812c4be7847c4987dec40043af2e1850d9ffc498cc13f930355a7f3c407d55924fe709e5080811e49d932428b45afe904496fcb75e21a043b71ff47
diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.23.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.23.ebuild
deleted file mode 100644
index c6117c93bd72..000000000000
--- a/media-sound/mhwaveedit/mhwaveedit-1.4.23.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="GTK+ Sound file editor (wav, and a few others.)"
-HOMEPAGE="https://github.com/magnush/mhwaveedit/"
-SRC_URI="https://github.com/magnush/mhwaveedit/${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:= )
- sdl? ( media-libs/libsdl:= )
- alsa? ( media-libs/alsa-lib:= )
- jack? ( virtual/jack )
- libsamplerate? ( media-libs/libsamplerate:= )
- ladspa? ( media-libs/ladspa-sdk )
- pulseaudio? ( media-sound/pulseaudio )
- sox? ( media-sound/sox:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.4.23-missing-include.patch )
-
-src_configure() {
- econf \
- --without-arts \
- --without-esound \
- --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)
-}