summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-12-25 13:49:48 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-12-25 13:49:48 +0100
commitb7032222bf1c25c0319cc04eca189412361c37df (patch)
tree03bd8945ca4af87651d2475cc5ce180b439713a0 /media-sound
parentapp-admin/passwordsafe: Remove old (diff)
downloadgentoo-b7032222bf1c25c0319cc04eca189412361c37df.tar.gz
gentoo-b7032222bf1c25c0319cc04eca189412361c37df.tar.bz2
gentoo-b7032222bf1c25c0319cc04eca189412361c37df.zip
media-sound/mpfc: Remove old
Package-Manager: portage-2.3.3
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/mpfc/mpfc-1.3.8.1-r1.ebuild46
-rw-r--r--media-sound/mpfc/mpfc-1.3.8.1.ebuild45
2 files changed, 0 insertions, 91 deletions
diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r1.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r1.ebuild
deleted file mode 100644
index d8898b71610e..000000000000
--- a/media-sound/mpfc/mpfc-1.3.8.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Music Player For Console"
-HOMEPAGE="http://mpfc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa cdda flac gpm mad nls oss static-libs vorbis wav"
-
-RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9.0 )
- flac? ( media-libs/flac )
- gpm? ( >=sys-libs/gpm-1.19.3 )
- mad? ( media-libs/libmad )
- vorbis? ( media-libs/libvorbis )
- sys-libs/ncurses[unicode]
- dev-libs/icu:="
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- $(use_enable alsa) \
- $(use_enable cdda audiocd) \
- $(use_enable flac) \
- $(use_enable gpm) \
- $(use_enable mad mp3) \
- $(use_enable nls) \
- $(use_enable oss) \
- $(use_enable static-libs static) \
- $(use_enable vorbis ogg) \
- $(use_enable wav)
-}
-
-src_install() {
- default
-
- insinto /etc
- doins mpfcrc
-
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/media-sound/mpfc/mpfc-1.3.8.1.ebuild b/media-sound/mpfc/mpfc-1.3.8.1.ebuild
deleted file mode 100644
index 4a4897b40489..000000000000
--- a/media-sound/mpfc/mpfc-1.3.8.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-DESCRIPTION="Music Player For Console"
-HOMEPAGE="http://mpfc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa flac gpm mad vorbis oss wav cdda nls"
-
-RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9.0 )
- flac? ( media-libs/flac )
- gpm? ( >=sys-libs/gpm-1.19.3 )
- mad? ( media-libs/libmad )
- vorbis? ( media-libs/libvorbis )
- sys-libs/ncurses[unicode]
- dev-libs/icu"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- $(use_enable alsa) \
- $(use_enable flac) \
- $(use_enable gpm) \
- $(use_enable mad mp3) \
- $(use_enable vorbis ogg) \
- $(use_enable oss) \
- $(use_enable wav) \
- $(use_enable cdda audiocd) \
- $(use_enable nls)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- insinto /etc
- doins mpfcrc || die
-
- dodoc AUTHORS ChangeLog NEWS README || die
-}