* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gmpc-shout/
@ 2018-01-03 18:39 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2018-01-03 18:39 UTC (permalink / raw
To: gentoo-commits
commit: 3d64b3e2bc3523e5681bef5855c72f329aeb7915
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 3 18:38:14 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Jan 3 18:38:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d64b3e2
media-plugins/gmpc-shout: Port to EAPI 6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild | 25 ++++++++++++-----------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild b/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
index 1f1c70e1436..d99728d90df 100644
--- a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
+++ b/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=3
+EAPI=6
DESCRIPTION="This plugin calls ogg123 and points it at mpd's shoutstream"
HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_SHOUT"
@@ -12,22 +12,23 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="nls"
-RDEPEND=">=media-sound/gmpc-${PV}
+RDEPEND="
+ >=media-sound/gmpc-${PV}
media-sound/vorbis-tools[ogg123]
- dev-libs/libxml2
- x11-libs/cairo"
+ dev-libs/libxml2:=
+ x11-libs/cairo:="
DEPEND="${RDEPEND}
virtual/pkgconfig
- nls? ( dev-util/intltool
- sys-devel/gettext )"
+ nls? (
+ dev-util/intltool
+ sys-devel/gettext
+ )"
src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable nls)
+ econf $(use_enable nls)
}
src_install() {
- emake DESTDIR="${D}" install || die
- find "${ED}" -name "*.la" -delete || die
+ default
+ find "${D}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gmpc-shout/
@ 2020-06-15 16:38 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2020-06-15 16:38 UTC (permalink / raw
To: gentoo-commits
commit: 243767a20e73b83f15a1ec531456961cfdd79512
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jun 15 13:47:16 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 16:37:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243767a2
media-plugins/gmpc-shout: use HTTPS, fix download link
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild b/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
index d99728d90df..aafc2a60e4f 100644
--- a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
+++ b/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="This plugin calls ogg123 and points it at mpd's shoutstream"
-HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_SHOUT"
-SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
+HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_SHOUT"
+SRC_URI="https://download.sarine.nl/Programs/gmpc/0.20.0/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/gmpc-shout/
@ 2022-05-13 22:50 Conrad Kostecki
0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2022-05-13 22:50 UTC (permalink / raw
To: gentoo-commits
commit: 0b9c4ebc9fbff6a33f31b37b80c743f47a83c09a
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 21:54:52 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri May 13 22:49:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b9c4ebc
media-plugins/gmpc-shout: fix qa StaticSrcUri
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild b/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
index aafc2a60e4f8..c5e12fb6f94b 100644
--- a/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
+++ b/media-plugins/gmpc-shout/gmpc-shout-0.20.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="This plugin calls ogg123 and points it at mpd's shoutstream"
HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_SHOUT"
-SRC_URI="https://download.sarine.nl/Programs/gmpc/0.20.0/${P}.tar.gz"
+SRC_URI="https://download.sarine.nl/Programs/gmpc/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-05-13 22:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-13 22:50 [gentoo-commits] repo/gentoo:master commit in: media-plugins/gmpc-shout/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2020-06-15 16:38 Aaron Bauman
2018-01-03 18:39 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox