From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3BADA139085 for ; Sun, 25 Dec 2016 12:50:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F4602342C4; Sun, 25 Dec 2016 12:50:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7231B2342C4 for ; Sun, 25 Dec 2016 12:50:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6E56340EE1 for ; Sun, 25 Dec 2016 12:50:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3655924DC for ; Sun, 25 Dec 2016 12:50:37 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1482670188.b7032222bf1c25c0319cc04eca189412361c37df.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpfc/mpfc-1.3.8.1-r1.ebuild media-sound/mpfc/mpfc-1.3.8.1.ebuild X-VCS-Directories: media-sound/mpfc/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: b7032222bf1c25c0319cc04eca189412361c37df X-VCS-Branch: master Date: Sun, 25 Dec 2016 12:50:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 67d03508-4d37-4ee0-a0da-1526a5f01dc5 X-Archives-Hash: 8f6a9d86e2e2be844677b3c78061390d commit: b7032222bf1c25c0319cc04eca189412361c37df Author: Manuel Rüger gentoo org> AuthorDate: Sun Dec 25 12:49:48 2016 +0000 Commit: Manuel Rüger gentoo 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 -}