Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
Date: Sun, 25 Dec 2016 12:50:48
Message-Id: 1482670188.b7032222bf1c25c0319cc04eca189412361c37df.mrueg@gentoo
1 commit: b7032222bf1c25c0319cc04eca189412361c37df
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 25 12:49:48 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 25 12:49:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7032222
7
8 media-sound/mpfc: Remove old
9
10 Package-Manager: portage-2.3.3
11
12 media-sound/mpfc/mpfc-1.3.8.1-r1.ebuild | 46 ---------------------------------
13 media-sound/mpfc/mpfc-1.3.8.1.ebuild | 45 --------------------------------
14 2 files changed, 91 deletions(-)
15
16 diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r1.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r1.ebuild
17 deleted file mode 100644
18 index d8898b7..00000000
19 --- a/media-sound/mpfc/mpfc-1.3.8.1-r1.ebuild
20 +++ /dev/null
21 @@ -1,46 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -
28 -DESCRIPTION="Music Player For Console"
29 -HOMEPAGE="http://mpfc.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~x86"
35 -IUSE="alsa cdda flac gpm mad nls oss static-libs vorbis wav"
36 -
37 -RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9.0 )
38 - flac? ( media-libs/flac )
39 - gpm? ( >=sys-libs/gpm-1.19.3 )
40 - mad? ( media-libs/libmad )
41 - vorbis? ( media-libs/libvorbis )
42 - sys-libs/ncurses[unicode]
43 - dev-libs/icu:="
44 -DEPEND="${RDEPEND}"
45 -
46 -src_configure() {
47 - econf \
48 - $(use_enable alsa) \
49 - $(use_enable cdda audiocd) \
50 - $(use_enable flac) \
51 - $(use_enable gpm) \
52 - $(use_enable mad mp3) \
53 - $(use_enable nls) \
54 - $(use_enable oss) \
55 - $(use_enable static-libs static) \
56 - $(use_enable vorbis ogg) \
57 - $(use_enable wav)
58 -}
59 -
60 -src_install() {
61 - default
62 -
63 - insinto /etc
64 - doins mpfcrc
65 -
66 - find "${D}" -name '*.la' -delete || die
67 -}
68
69 diff --git a/media-sound/mpfc/mpfc-1.3.8.1.ebuild b/media-sound/mpfc/mpfc-1.3.8.1.ebuild
70 deleted file mode 100644
71 index 4a4897b..00000000
72 --- a/media-sound/mpfc/mpfc-1.3.8.1.ebuild
73 +++ /dev/null
74 @@ -1,45 +0,0 @@
75 -# Copyright 1999-2011 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -# $Id$
78 -
79 -EAPI=2
80 -
81 -DESCRIPTION="Music Player For Console"
82 -HOMEPAGE="http://mpfc.sourceforge.net/"
83 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
84 -
85 -LICENSE="GPL-2"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~ppc ~x86"
88 -IUSE="alsa flac gpm mad vorbis oss wav cdda nls"
89 -
90 -RDEPEND="alsa? ( >=media-libs/alsa-lib-0.9.0 )
91 - flac? ( media-libs/flac )
92 - gpm? ( >=sys-libs/gpm-1.19.3 )
93 - mad? ( media-libs/libmad )
94 - vorbis? ( media-libs/libvorbis )
95 - sys-libs/ncurses[unicode]
96 - dev-libs/icu"
97 -DEPEND="${RDEPEND}"
98 -
99 -src_configure() {
100 - econf \
101 - $(use_enable alsa) \
102 - $(use_enable flac) \
103 - $(use_enable gpm) \
104 - $(use_enable mad mp3) \
105 - $(use_enable vorbis ogg) \
106 - $(use_enable oss) \
107 - $(use_enable wav) \
108 - $(use_enable cdda audiocd) \
109 - $(use_enable nls)
110 -}
111 -
112 -src_install() {
113 - emake DESTDIR="${D}" install || die
114 -
115 - insinto /etc
116 - doins mpfcrc || die
117 -
118 - dodoc AUTHORS ChangeLog NEWS README || die
119 -}