summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-05-01 18:13:35 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-05-01 18:13:35 +0000
commit43ab4528e960d6869b9992ef680372d60bd4d4b3 (patch)
tree551967d7c4b83f8cfeac0ea52a3ef5294d72db10 /media-sound/sweep
parentCleanup (diff)
downloadgentoo-2-43ab4528e960d6869b9992ef680372d60bd4d4b3.tar.gz
gentoo-2-43ab4528e960d6869b9992ef680372d60bd4d4b3.tar.bz2
gentoo-2-43ab4528e960d6869b9992ef680372d60bd4d4b3.zip
remove old
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'media-sound/sweep')
-rw-r--r--media-sound/sweep/ChangeLog5
-rw-r--r--media-sound/sweep/sweep-0.9.2.ebuild46
2 files changed, 4 insertions, 47 deletions
diff --git a/media-sound/sweep/ChangeLog b/media-sound/sweep/ChangeLog
index 6faae5fd0ab1..40721f7abf60 100644
--- a/media-sound/sweep/ChangeLog
+++ b/media-sound/sweep/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/sweep
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sweep/ChangeLog,v 1.40 2008/04/14 20:16:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sweep/ChangeLog,v 1.41 2008/05/01 18:13:35 aballier Exp $
+
+ 01 May 2008; Alexis Ballier <aballier@gentoo.org> -sweep-0.9.2.ebuild:
+ remove old
14 Apr 2008; Markus Meier <maekke@gentoo.org> sweep-0.9.3.ebuild:
amd64 stable, security bug #217373
diff --git a/media-sound/sweep/sweep-0.9.2.ebuild b/media-sound/sweep/sweep-0.9.2.ebuild
deleted file mode 100644
index 1c0b4c9c0bd7..000000000000
--- a/media-sound/sweep/sweep-0.9.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sweep/sweep-0.9.2.ebuild,v 1.9 2008/01/13 13:41:09 aballier Exp $
-
-inherit eutils autotools
-
-DESCRIPTION="Audio editor and live playback tool"
-HOMEPAGE="http://www.metadecks.org/software/sweep/"
-SRC_URI="mirror://sourceforge/sweep/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE="alsa ladspa vorbis mp3 libsamplerate speex"
-
-RDEPEND=">=media-libs/libsndfile-1.0
- >=x11-libs/gtk+-2.4.0
- >=dev-libs/glib-2.2.0
- alsa? ( media-libs/alsa-lib )
- libsamplerate? ( media-libs/libsamplerate )
- speex? ( media-libs/speex )
- vorbis? ( media-libs/libogg media-libs/libvorbis )
- mp3? ( media-libs/libmad )
- ladspa? ( media-libs/ladspa-sdk )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-LANGS="de el es_ES fr hu it pl ru"
-
-for X in ${LANGS}; do
- IUSE="${IUSE} linguas_${X}"
-done
-
-src_compile() {
- use vorbis || myconf="${myconf} --disable-oggvorbis"
- use mp3 || myconf="${myconf} --disable-mad"
- use speex || myconf="${myconf} --disable-speex"
- use libsamplerate || myconf="${myconf} --disable-src"
- econf ${myconf} || die "econf failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}