public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
Date: Sun, 25 Dec 2016 12:50:37 +0000 (UTC)	[thread overview]
Message-ID: <1482670188.b7032222bf1c25c0319cc04eca189412361c37df.mrueg@gentoo> (raw)

commit:     b7032222bf1c25c0319cc04eca189412361c37df
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 25 12:49:48 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Dec 25 12:49:48 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7032222

media-sound/mpfc: Remove old

Package-Manager: portage-2.3.3

 media-sound/mpfc/mpfc-1.3.8.1-r1.ebuild | 46 ---------------------------------
 media-sound/mpfc/mpfc-1.3.8.1.ebuild    | 45 --------------------------------
 2 files changed, 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 d8898b7..00000000
--- 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 4a4897b..00000000
--- 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
-}


             reply	other threads:[~2016-12-25 12:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-25 12:50 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-03-04  6:51 [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/ Thomas Deutschmann
2018-03-05 14:31 Agostino Sarubbo
2018-04-18 19:07 David Seifert
2018-04-18 19:07 David Seifert
2022-09-10  8:41 Sam James
2023-09-26 18:08 Arthur Zamarin
2024-04-13 19:02 Arthur Zamarin
2024-04-13 20:55 Arthur Zamarin
2024-04-13 20:55 Arthur Zamarin
2024-04-14 13:48 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1482670188.b7032222bf1c25c0319cc04eca189412361c37df.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox