* [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
@ 2018-03-05 14:31 Agostino Sarubbo
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2018-03-05 14:31 UTC (permalink / raw
To: gentoo-commits
commit: 319e48c650b6506ef37106298cfdf824cd4e5778
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 14:29:11 2018 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 14:30:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=319e48c6
media-sound/mpfc: amd64 stable wrt bug #648298
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"
media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild
index 1888d65c297..1c9f36d0089 100644
--- a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild
+++ b/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+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 )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
@ 2024-04-14 13:48 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-04-14 13:48 UTC (permalink / raw
To: gentoo-commits
commit: 273acedca7ec129792b91a031aba7918acd8f069
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 13:44:05 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 13:44:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273acedc
media-sound/mpfc: drop 1.3.8.1-r4, EAPI6--
Closes: https://bugs.gentoo.org/929952
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-sound/mpfc/mpfc-1.3.8.1-r4.ebuild | 58 ---------------------------------
1 file changed, 58 deletions(-)
diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r4.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r4.ebuild
deleted file mode 100644
index cf3e34a807a0..000000000000
--- a/media-sound/mpfc/mpfc-1.3.8.1-r4.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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}"
-
-PATCHES=(
- "${FILESDIR}/${P}-fix-underlinking.patch"
- "${FILESDIR}/${P}-qa-implicit-declarations.patch"
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-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
-
- # package provides .pc files
- find "${D}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
@ 2024-04-13 20:55 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-04-13 20:55 UTC (permalink / raw
To: gentoo-commits
commit: 4f902dd4a9dfdc2a79ebe10a250fe01b1f3459c6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 20:54:50 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 20:54:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f902dd4
media-sound/mpfc: Stabilize 1.3.8.1-r5 amd64, #929952
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild
index 5daf11bd9813..1b3cdab741f1 100644
--- a/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild
+++ b/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+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 )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
@ 2024-04-13 20:55 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-04-13 20:55 UTC (permalink / raw
To: gentoo-commits
commit: c261f58757bd8de3ab86de5fe3194c7eba2a0d41
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 20:54:51 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 20:54:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c261f587
media-sound/mpfc: Stabilize 1.3.8.1-r5 x86, #929952
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild
index 1b3cdab741f1..49bf1d3421bd 100644
--- a/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild
+++ b/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+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 )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
@ 2024-04-13 19:02 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2024-04-13 19:02 UTC (permalink / raw
To: gentoo-commits
commit: ab91cf72b758cd6e116d183f57aeece1d774c255
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 19:02:00 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 19:02:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab91cf72
media-sound/mpfc: Stabilize 1.3.8.1-r5 ppc, #929952
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild
index f182195b0023..5daf11bd9813 100644
--- a/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild
+++ b/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+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 )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
@ 2023-09-26 18:08 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-09-26 18:08 UTC (permalink / raw
To: gentoo-commits
commit: 31924c07f3aedf1c491da6de90ab99b776760107
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Sep 24 16:18:47 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 18:06:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31924c07
media-sound/mpfc: EAPI8 bump, use https
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/33037
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild | 60 +++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild
new file mode 100644
index 000000000000..f182195b0023
--- /dev/null
+++ b/media-sound/mpfc/mpfc-1.3.8.1-r5.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Music Player For Console"
+HOMEPAGE="https://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}"
+
+PATCHES=(
+ "${FILESDIR}/${P}-fix-underlinking.patch"
+ "${FILESDIR}/${P}-qa-implicit-declarations.patch"
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ local myeconfargs=(
+ $(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)
+ )
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ default
+
+ insinto /etc
+ doins mpfcrc
+
+ # package provides .pc files
+ find "${D}" -name '*.la' -delete || die
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
@ 2022-09-10 8:41 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-09-10 8:41 UTC (permalink / raw
To: gentoo-commits
commit: 3021996f26fd551f305dab71edf1b23cf48e706a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 08:26:26 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 08:40:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3021996f
media-sound/mpfc: add media-libs/flac subslot dep
media-libs/flac-1.4.0 breaks ABI.
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/mpfc/{mpfc-1.3.8.1-r3.ebuild => mpfc-1.3.8.1-r4.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r4.ebuild
similarity index 94%
rename from media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild
rename to media-sound/mpfc/mpfc-1.3.8.1-r4.ebuild
index 92522b3fda8d..cf3e34a807a0 100644
--- a/media-sound/mpfc/mpfc-1.3.8.1-r3.ebuild
+++ b/media-sound/mpfc/mpfc-1.3.8.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -15,7 +15,7 @@ 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 )
+ flac? ( media-libs/flac:= )
gpm? ( >=sys-libs/gpm-1.19.3 )
mad? ( media-libs/libmad )
vorbis? ( media-libs/libvorbis )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
@ 2018-04-18 19:07 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2018-04-18 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 88433940198fd19a2c28094cc0fd846b7b4fcd2d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 19:04:29 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 19:07:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88433940
media-sound/mpfc: Mark ppc stable, #648298
Package-Manager: Portage-2.3.30, Repoman-2.3.9
media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild
index e01587f2a11..0d64bd78bc8 100644
--- a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild
+++ b/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+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 )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
@ 2018-04-18 19:07 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2018-04-18 19:07 UTC (permalink / raw
To: gentoo-commits
commit: 7f70e9250798eac47536bbc1c58b002bbb9e55d0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 18 19:03:32 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Apr 18 19:07:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f70e925
media-sound/mpfc: [QA] Remove eutils.eclass
Package-Manager: Portage-2.3.30, Repoman-2.3.9
media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild
index 1c9f36d0089..e01587f2a11 100644
--- a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild
+++ b/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit autotools eutils
+inherit autotools
DESCRIPTION="Music Player For Console"
HOMEPAGE="http://mpfc.sourceforge.net/"
@@ -53,5 +53,6 @@ src_install() {
insinto /etc
doins mpfcrc
- prune_libtool_files --all
+ # package provides .pc files
+ find "${D}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
@ 2018-03-04 6:51 Thomas Deutschmann
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2018-03-04 6:51 UTC (permalink / raw
To: gentoo-commits
commit: c2bbfebd93724fe81c9b4cb4e7855c1ea46cdd18
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 4 06:07:58 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Mar 4 06:45:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bbfebd
media-sound/mpfc: x86 stable (bug #648298)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild b/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild
index 45a4bd4c4cb..1888d65c297 100644
--- a/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild
+++ b/media-sound/mpfc/mpfc-1.3.8.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+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 )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/
@ 2016-12-25 12:50 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2016-12-25 12:50 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-04-14 13:49 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-05 14:31 [gentoo-commits] repo/gentoo:master commit in: media-sound/mpfc/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2024-04-14 13:48 Arthur Zamarin
2024-04-13 20:55 Arthur Zamarin
2024-04-13 20:55 Arthur Zamarin
2024-04-13 19:02 Arthur Zamarin
2023-09-26 18:08 Arthur Zamarin
2022-09-10 8:41 Sam James
2018-04-18 19:07 David Seifert
2018-04-18 19:07 David Seifert
2018-03-04 6:51 Thomas Deutschmann
2016-12-25 12:50 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox