diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-02-11 01:25:07 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-02-11 01:25:07 +0100 |
commit | d2d784a52997aca73a712554722fc507a6bd6749 (patch) | |
tree | fa72783f090d4cffd132009123f4f3c60da1084e /media-sound/mp3blaster | |
parent | media-sound/jalv: Remove old (diff) | |
download | gentoo-d2d784a52997aca73a712554722fc507a6bd6749.tar.gz gentoo-d2d784a52997aca73a712554722fc507a6bd6749.tar.bz2 gentoo-d2d784a52997aca73a712554722fc507a6bd6749.zip |
media-sound/mp3blaster: Remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-sound/mp3blaster')
-rw-r--r-- | media-sound/mp3blaster/mp3blaster-3.2.5.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/media-sound/mp3blaster/mp3blaster-3.2.5.ebuild b/media-sound/mp3blaster/mp3blaster-3.2.5.ebuild deleted file mode 100644 index f7625e100048..000000000000 --- a/media-sound/mp3blaster/mp3blaster-3.2.5.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit eutils - -DESCRIPTION="Text console based program for playing audio files" -HOMEPAGE="http://mp3blaster.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="lirc oss sdl sid vorbis" - -RDEPEND=">=sys-libs/ncurses-5.7-r7 - lirc? ( app-misc/lirc ) - sdl? ( media-libs/libsdl ) - sid? ( =media-libs/libsidplay-1* ) - vorbis? ( >=media-libs/libvorbis-1 )" -DEPEND="${RDEPEND} - x11-misc/imake - oss? ( virtual/os-headers )" - -REQUIRED_USE="|| ( oss sdl )" - -DOCS="AUTHORS BUGS ChangeLog CREDITS FAQ NEWS README TODO" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc44.patch - # file collision with media-sound/splay - sed -i -e 's:splay.1:splay_mp3blaster.1:' Makefile.in || die - mv -vf splay{,_mp3blaster}.1 || die -} - -src_configure() { - # libpth and newthreads support are both broken - econf \ - --disable-newthreads \ - --without-pth \ - --without-nas \ - $(use_with lirc) \ - $(use_with vorbis oggvorbis) \ - $(use_with sid sidplay) \ - --without-esd \ - $(use_with sdl) \ - $(use_with oss) -} - -src_install() { - default - # file collision with media-sound/splay - mv -vf "${ED}"usr/bin/splay{,_mp3blaster} || die -} |