diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-03-21 08:43:42 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-03-21 08:43:42 +0000 |
commit | 44ef8d8e6d8104bb022abb0855a6008cad56116b (patch) | |
tree | d3a5d9bba48d51d0ab23f8c5c807a417973e106d /media-sound | |
parent | Fix path in the Natural Gentoo config files (bug #307605). (diff) | |
download | gentoo-2-44ef8d8e6d8104bb022abb0855a6008cad56116b.tar.gz gentoo-2-44ef8d8e6d8104bb022abb0855a6008cad56116b.tar.bz2 gentoo-2-44ef8d8e6d8104bb022abb0855a6008cad56116b.zip |
remove old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mhwaveedit/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/mhwaveedit/files/mhwaveedit-1.4.16-gtk.patch | 15 | ||||
-rw-r--r-- | media-sound/mhwaveedit/files/mhwaveedit-1.4.16-pulse.patch | 13 | ||||
-rw-r--r-- | media-sound/mhwaveedit/mhwaveedit-1.4.16.ebuild | 54 | ||||
-rw-r--r-- | media-sound/mhwaveedit/mhwaveedit-1.4.17.ebuild | 47 |
5 files changed, 6 insertions, 130 deletions
diff --git a/media-sound/mhwaveedit/ChangeLog b/media-sound/mhwaveedit/ChangeLog index 807df55929bf..e75c71368496 100644 --- a/media-sound/mhwaveedit/ChangeLog +++ b/media-sound/mhwaveedit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/mhwaveedit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.41 2010/03/21 08:42:16 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/ChangeLog,v 1.42 2010/03/21 08:43:41 aballier Exp $ + + 21 Mar 2010; Alexis Ballier <aballier@gentoo.org> + -mhwaveedit-1.4.16.ebuild, -files/mhwaveedit-1.4.16-gtk.patch, + -files/mhwaveedit-1.4.16-pulse.patch, -mhwaveedit-1.4.17.ebuild: + remove old *mhwaveedit-1.4.18 (21 Mar 2010) diff --git a/media-sound/mhwaveedit/files/mhwaveedit-1.4.16-gtk.patch b/media-sound/mhwaveedit/files/mhwaveedit-1.4.16-gtk.patch deleted file mode 100644 index 29f8c10b42b2..000000000000 --- a/media-sound/mhwaveedit/files/mhwaveedit-1.4.16-gtk.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: mhwaveedit-1.4.16/configure.in -=================================================================== ---- mhwaveedit-1.4.16.orig/configure.in -+++ mhwaveedit-1.4.16/configure.in -@@ -384,10 +384,6 @@ if test "x$FOUND_GTK" = "xno"; then - fi - fi - --if test "x$FOUND_GTK" = "xno"; then --AM_PATH_GTK(1.2.5,FOUND_GTK="yes",AC_MSG_ERROR(mhWaveEdit requires GTK+ version 1.2.5 or higher...)) --fi -- - dnl Check for gthread if we're using GTK+ 2 - dnl Not needed by the app itself, but needed for some aRts versions. - GTHREAD_CFLAGS="" diff --git a/media-sound/mhwaveedit/files/mhwaveedit-1.4.16-pulse.patch b/media-sound/mhwaveedit/files/mhwaveedit-1.4.16-pulse.patch deleted file mode 100644 index 5c6ce20d2bf4..000000000000 --- a/media-sound/mhwaveedit/files/mhwaveedit-1.4.16-pulse.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: mhwaveedit-1.4.16/configure.in -=================================================================== ---- mhwaveedit-1.4.16.orig/configure.in -+++ mhwaveedit-1.4.16/configure.in -@@ -282,7 +282,7 @@ AC_DEFUN([AC_WITHOUT_PULSE],[ - fi - ]) - --AC_ARG_WITH(pulse,[ --without-pulse Don't compile PulseAudio driver],AC_WITHOUT_JACK) -+AC_ARG_WITH(pulse,[ --without-pulse Don't compile PulseAudio driver],AC_WITHOUT_PULSE) - - if test "x$MHW_SKIP_PULSETEST" = "xno" - then diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.16.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.16.ebuild deleted file mode 100644 index 82fb8b1c2a98..000000000000 --- a/media-sound/mhwaveedit/mhwaveedit-1.4.16.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.16.ebuild,v 1.1 2009/09/15 19:55:37 aballier Exp $ - -EAPI=2 -inherit eutils autotools - -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 ~sparc ~x86" -IUSE="alsa esd jack ladspa libsamplerate nls oss pulseaudio sdl sndfile sox" - -RDEPEND=">=x11-libs/gtk+-2:2 - 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 ) - esd? ( >=media-sound/esound-0.2 ) - libsamplerate? ( media-libs/libsamplerate ) - ladspa? ( media-libs/ladspa-sdk ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.10 ) - sox? ( media-sound/sox )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}/${P}-gtk.patch" - epatch "${FILESDIR}/${P}-pulse.patch" - eautoreconf -} - -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) \ - $(use_with esd esound) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS BUGS ChangeLog HACKING NEWS README TODO -} diff --git a/media-sound/mhwaveedit/mhwaveedit-1.4.17.ebuild b/media-sound/mhwaveedit/mhwaveedit-1.4.17.ebuild deleted file mode 100644 index a23991882ba3..000000000000 --- a/media-sound/mhwaveedit/mhwaveedit-1.4.17.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mhwaveedit/mhwaveedit-1.4.17.ebuild,v 1.1 2010/01/04 18:56:48 aballier Exp $ - -EAPI=2 - -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 ~sparc ~x86" -IUSE="alsa esd jack ladspa libsamplerate nls oss pulseaudio sdl sndfile sox" - -RDEPEND=">=x11-libs/gtk+-2:2 - 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 ) - esd? ( >=media-sound/esound-0.2 ) - libsamplerate? ( media-libs/libsamplerate ) - ladspa? ( media-libs/ladspa-sdk ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.10 ) - sox? ( media-sound/sox )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -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) \ - $(use_with esd esound) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS BUGS ChangeLog HACKING NEWS README TODO -} |