public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/ezstream/
@ 2017-09-03  5:56 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2017-09-03  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     cc95a5a81c108671fe6b1d0728e541c85bbda418
Author:     Steffen 'j0inty' Stollfuß <j0inty <AT> fairnatics <DOT> net>
AuthorDate: Sun Sep  3 05:55:35 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 05:56:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc95a5a8

media-sound/ezstream: fix taglib detection

Gentoo-bug: 596376
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-sound/ezstream/ezstream-0.6.0-r1.ebuild | 40 +++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/media-sound/ezstream/ezstream-0.6.0-r1.ebuild b/media-sound/ezstream/ezstream-0.6.0-r1.ebuild
new file mode 100644
index 00000000000..59af61c756c
--- /dev/null
+++ b/media-sound/ezstream/ezstream-0.6.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A command line source client for Icecast media streaming servers"
+HOMEPAGE="http://www.icecast.org/ezstream/"
+SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="taglib"
+
+COMMON_DEPEND="dev-libs/libxml2
+	>=media-libs/libshout-2.2
+	!taglib? ( media-libs/libvorbis )
+	taglib? ( media-libs/taglib )"
+RDEPEND="${COMMON_DEPEND}
+	net-misc/icecast"
+DEPEND="${COMMON_DEPEND}
+	virtual/pkgconfig"
+
+src_configure() {
+	local docdir=/usr/share/doc/${PF}
+
+	econf \
+		--docdir=${docdir} \
+		--enable-examplesdir=${docdir}/examples \
+		$(use_with taglib taglib "/usr")
+}
+
+src_install() {
+	default
+
+	newinitd "${FILESDIR}"/${PN}.initd ${PN}
+	newconfd "${FILESDIR}"/${PN}.confd ${PN}
+
+	rm -f "${D%/}"/usr/share/doc/${PF}/COPYING
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/ezstream/
@ 2017-09-03  5:56 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2017-09-03  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     4f71dc9ee908eef7420c403cd78ef13d88697119
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 05:56:19 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 05:56:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f71dc9e

media-sound/ezstream: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-sound/ezstream/Manifest              |  1 -
 media-sound/ezstream/ezstream-0.5.6.ebuild | 40 ------------------------------
 media-sound/ezstream/ezstream-0.6.0.ebuild | 40 ------------------------------
 3 files changed, 81 deletions(-)

diff --git a/media-sound/ezstream/Manifest b/media-sound/ezstream/Manifest
index a3bf6aa4901..59cdea955b2 100644
--- a/media-sound/ezstream/Manifest
+++ b/media-sound/ezstream/Manifest
@@ -1,2 +1 @@
-DIST ezstream-0.5.6.tar.gz 263150 SHA256 818b7ab2a498ffe6e59155279cb79ed0291c4979210e99af6dda950fe54a30c0 SHA512 c9b22056612160b5d8a914abeea094dce83121378563307558af988438ad5b42e0e9b5434024f846b5e0151133b84e47fb11d54bf5df3ed9889aece82be9ef47 WHIRLPOOL 9a037105009ec5d23a4a14dfa1dcd4c4b10d73077650fb3b6c5bfc6f91c8c5961dce0e27015787fe1f966f6c5d78f10efbf469cd0edd7778356df5d10f9b8b4b
 DIST ezstream-0.6.0.tar.gz 250448 SHA256 f86eb8163b470c3acbc182b42406f08313f85187bd9017afb8b79b02f03635c9 SHA512 d6b621db85a0d56dcc54a8b7a0136c25342ec507f04ab397a53f46a74e85e94806e17d0a0a59e66096b5c0d97b7f98eaba95a50c1ca6c8d82aed11b854d0d33d WHIRLPOOL 7f9960add62ec83c72fef7db8a7d7836a689879127ba7ad72f0584c152e74d76cef9def4f9251d3101b3e21b344ac8a64e47145969880c5f1fedead8ab80d398

diff --git a/media-sound/ezstream/ezstream-0.5.6.ebuild b/media-sound/ezstream/ezstream-0.5.6.ebuild
deleted file mode 100644
index 03fc27644d2..00000000000
--- a/media-sound/ezstream/ezstream-0.5.6.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A command line source client for Icecast media streaming servers"
-HOMEPAGE="http://www.icecast.org/ezstream.php"
-SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="taglib"
-
-COMMON_DEPEND="dev-libs/libxml2
-	>=media-libs/libshout-2.2
-	media-libs/libvorbis
-	taglib? ( media-libs/taglib )"
-RDEPEND="${COMMON_DEPEND}
-	net-misc/icecast"
-DEPEND="${COMMON_DEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	local docdir=/usr/share/doc/${PF}
-
-	econf \
-		--docdir=${docdir} \
-		--enable-examplesdir=${docdir}/examples \
-		$(use_with taglib)
-}
-
-src_install() {
-	default
-
-	newinitd "${FILESDIR}"/${PN}.initd ${PN} || die
-	newconfd "${FILESDIR}"/${PN}.confd ${PN} || die
-
-	rm -f "${D}"/usr/share/doc/${PF}/COPYING
-}

diff --git a/media-sound/ezstream/ezstream-0.6.0.ebuild b/media-sound/ezstream/ezstream-0.6.0.ebuild
deleted file mode 100644
index 2a960c4a501..00000000000
--- a/media-sound/ezstream/ezstream-0.6.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A command line source client for Icecast media streaming servers"
-HOMEPAGE="http://www.icecast.org/ezstream.php"
-SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="taglib"
-
-COMMON_DEPEND="dev-libs/libxml2
-	>=media-libs/libshout-2.2
-	media-libs/libvorbis
-	taglib? ( media-libs/taglib )"
-RDEPEND="${COMMON_DEPEND}
-	net-misc/icecast"
-DEPEND="${COMMON_DEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	local docdir=/usr/share/doc/${PF}
-
-	econf \
-		--docdir=${docdir} \
-		--enable-examplesdir=${docdir}/examples \
-		$(use_with taglib)
-}
-
-src_install() {
-	default
-
-	newinitd "${FILESDIR}"/${PN}.initd ${PN}
-	newconfd "${FILESDIR}"/${PN}.confd ${PN}
-
-	rm -f "${D}"/usr/share/doc/${PF}/COPYING
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/ezstream/
@ 2020-06-27 20:45 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2020-06-27 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     4cda8259d39eef65c017e4bf00bb16c9acaf2954
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Sat Jun 20 16:02:29 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 20:44:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cda8259

media-sound/ezstream: update homepage

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 media-sound/ezstream/ezstream-0.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/ezstream/ezstream-0.6.0-r1.ebuild b/media-sound/ezstream/ezstream-0.6.0-r1.ebuild
index ddde77ac0d5..665c2a35883 100644
--- a/media-sound/ezstream/ezstream-0.6.0-r1.ebuild
+++ b/media-sound/ezstream/ezstream-0.6.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DESCRIPTION="A command line source client for Icecast media streaming servers"
-HOMEPAGE="http://www.icecast.org/ezstream/"
+HOMEPAGE="https://www.icecast.org/ezstream/"
 SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/ezstream/
@ 2022-07-29 21:39 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2022-07-29 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     bb0ce052fbbba73856638ad11276f2f39eb94574
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 21:38:16 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 21:38:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0ce052

media-sound/ezstream: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...zstream-0.6.0-r1.ebuild => ezstream-0.6.0-r2.ebuild} | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/media-sound/ezstream/ezstream-0.6.0-r1.ebuild b/media-sound/ezstream/ezstream-0.6.0-r2.ebuild
similarity index 73%
rename from media-sound/ezstream/ezstream-0.6.0-r1.ebuild
rename to media-sound/ezstream/ezstream-0.6.0-r2.ebuild
index 665c2a35883f..d9cb6fb09888 100644
--- a/media-sound/ezstream/ezstream-0.6.0-r1.ebuild
+++ b/media-sound/ezstream/ezstream-0.6.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="A command line source client for Icecast media streaming servers"
 HOMEPAGE="https://www.icecast.org/ezstream/"
@@ -12,19 +12,20 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="taglib"
 
-COMMON_DEPEND="dev-libs/libxml2
+DEPEND="
+	dev-libs/libxml2
 	>=media-libs/libshout-2.2
 	!taglib? ( media-libs/libvorbis )
 	taglib? ( media-libs/taglib )"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="
+	${DEPEND}
 	net-misc/icecast"
-DEPEND="${COMMON_DEPEND}
-	virtual/pkgconfig"
+BDEPEND="virtual/pkgconfig"
 
 src_configure() {
 	econf \
 		--enable-examplesdir='$(docdir)/examples' \
-		$(use_with taglib taglib "/usr")
+		$(use_with taglib taglib "${ESYSROOT}"/usr)
 }
 
 src_install() {
@@ -33,5 +34,5 @@ src_install() {
 	newinitd "${FILESDIR}"/${PN}.initd ${PN}
 	newconfd "${FILESDIR}"/${PN}.confd ${PN}
 
-	rm -f "${D%/}"/usr/share/doc/${PF}/COPYING
+	rm -f "${ED}"/usr/share/doc/${PF}/COPYING || die
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/ezstream/
@ 2024-12-28  0:05 Andreas Sturmlechner
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2024-12-28  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c84d858fb08a40b3871b8909142608fb1994a2af
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Wed Dec 25 21:38:17 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 00:04:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84d858f

media-sound/ezstream: Add media-libs/taglib:= slot op, ABI break imminent

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../ezstream/{ezstream-0.6.0-r2.ebuild => ezstream-0.6.0-r3.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/ezstream/ezstream-0.6.0-r2.ebuild b/media-sound/ezstream/ezstream-0.6.0-r3.ebuild
similarity index 91%
rename from media-sound/ezstream/ezstream-0.6.0-r2.ebuild
rename to media-sound/ezstream/ezstream-0.6.0-r3.ebuild
index d9cb6fb09888..deeabd1c31dd 100644
--- a/media-sound/ezstream/ezstream-0.6.0-r2.ebuild
+++ b/media-sound/ezstream/ezstream-0.6.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ DEPEND="
 	dev-libs/libxml2
 	>=media-libs/libshout-2.2
 	!taglib? ( media-libs/libvorbis )
-	taglib? ( media-libs/taglib )"
+	taglib? ( media-libs/taglib:= )"
 RDEPEND="
 	${DEPEND}
 	net-misc/icecast"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-12-28  0:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-28  0:05 [gentoo-commits] repo/gentoo:master commit in: media-sound/ezstream/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2022-07-29 21:39 David Seifert
2020-06-27 20:45 Andreas K. Hüttel
2017-09-03  5:56 Michael Palimaka
2017-09-03  5:56 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox