* [gentoo-commits] repo/gentoo:master commit in: net-misc/liveice/
@ 2018-10-08 11:36 Mikle Kolyada
0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2018-10-08 11:36 UTC (permalink / raw
To: gentoo-commits
commit: dd34e7c1da4cbeca750d708ca538883a1a11b624
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 8 11:35:59 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Oct 8 11:35:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd34e7c1
net-misc/liveice: Drop old
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
net-misc/liveice/liveice-2000530-r1.ebuild | 37 ------------------------------
1 file changed, 37 deletions(-)
diff --git a/net-misc/liveice/liveice-2000530-r1.ebuild b/net-misc/liveice/liveice-2000530-r1.ebuild
deleted file mode 100644
index bfdc4567572..00000000000
--- a/net-misc/liveice/liveice-2000530-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Live Source Client For IceCast"
-HOMEPAGE="http://star.arm.ac.uk/~spm/software/liveice.html"
-SRC_URI="http://star.arm.ac.uk/~spm/software/liveice.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-RDEPEND="media-sound/lame
- media-sound/mpg123"
-DEPEND=""
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- # cannot use LDFLAGS directly as the Makefile uses it for LIBS
- sed -i Makefile.in \
- -e 's|-o liveice|$(LLFLAGS) &|' \
- || die "sed Makefile.in"
- tc-export CC
-}
-
-src_compile() {
- emake LLFLAGS="${LDFLAGS}" || die
-}
-src_install() {
- dobin liveice || die
- dodoc liveice.cfg README.liveice README.quickstart README_new_mixer.txt Changes.txt
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/liveice/
@ 2018-10-08 11:36 Mikle Kolyada
0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2018-10-08 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 75e54be8d917a272d481589bf411fca63f7d8bf1
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 8 11:35:27 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Oct 8 11:35:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e54be8
net-misc/liveice: revbump: EAPI=7
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
net-misc/liveice/liveice-2000530-r2.ebuild | 37 ++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/net-misc/liveice/liveice-2000530-r2.ebuild b/net-misc/liveice/liveice-2000530-r2.ebuild
new file mode 100644
index 00000000000..5efefe357e3
--- /dev/null
+++ b/net-misc/liveice/liveice-2000530-r2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Live Source Client For IceCast"
+HOMEPAGE="http://star.arm.ac.uk/~spm/software/liveice.html"
+SRC_URI="http://star.arm.ac.uk/~spm/software/liveice.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 x86"
+
+RDEPEND="media-sound/lame
+ media-sound/mpg123"
+DEPEND=""
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+ default
+ # cannot use LDFLAGS directly as the Makefile uses it for LIBS
+ sed -i Makefile.in \
+ -e 's|-o liveice|$(LLFLAGS) &|' \
+ || die "sed Makefile.in"
+ tc-export CC
+}
+
+src_compile() {
+ emake LLFLAGS="${LDFLAGS}"
+}
+src_install() {
+ dobin liveice
+ dodoc liveice.cfg README.liveice README.quickstart README_new_mixer.txt Changes.txt
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/liveice/
@ 2019-08-15 15:27 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2019-08-15 15:27 UTC (permalink / raw
To: gentoo-commits
commit: 1748e7a5d0d6b83a94d1e1b656b970e9d820174a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 14:59:32 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 15 15:27:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1748e7a5
net-misc/liveice: Version the distfile
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/liveice/Manifest | 2 +-
net-misc/liveice/liveice-2000530-r2.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-misc/liveice/Manifest b/net-misc/liveice/Manifest
index 11b01c290d7..bf64090e7ff 100644
--- a/net-misc/liveice/Manifest
+++ b/net-misc/liveice/Manifest
@@ -1 +1 @@
-DIST liveice.tar.gz 85171 BLAKE2B c804a4f64432cba3181e633b9edb4e67f39c18805290bfae290ae78bcb80d865a3106af8cfab40e214a043609d837bc887d0eb50adbaad3f1d2838dd44e4de58 SHA512 6b6b7ed7f4aa2b27e2b97db407554955e332002c059bbf3fbb5c5fe60c1d6aa5cd594d2698524a9b447fc3a81de96fb46945c2386467f1773ff0ba2b10da78e4
+DIST liveice-2000530.tar.gz 85171 BLAKE2B c804a4f64432cba3181e633b9edb4e67f39c18805290bfae290ae78bcb80d865a3106af8cfab40e214a043609d837bc887d0eb50adbaad3f1d2838dd44e4de58 SHA512 6b6b7ed7f4aa2b27e2b97db407554955e332002c059bbf3fbb5c5fe60c1d6aa5cd594d2698524a9b447fc3a81de96fb46945c2386467f1773ff0ba2b10da78e4
diff --git a/net-misc/liveice/liveice-2000530-r2.ebuild b/net-misc/liveice/liveice-2000530-r2.ebuild
index 5efefe357e3..e2581dbcb10 100644
--- a/net-misc/liveice/liveice-2000530-r2.ebuild
+++ b/net-misc/liveice/liveice-2000530-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,7 +7,7 @@ inherit toolchain-funcs
DESCRIPTION="Live Source Client For IceCast"
HOMEPAGE="http://star.arm.ac.uk/~spm/software/liveice.html"
-SRC_URI="http://star.arm.ac.uk/~spm/software/liveice.tar.gz"
+SRC_URI="mirror://gentoo/liveice.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/liveice/
@ 2022-10-05 23:01 Ionen Wolkens
0 siblings, 0 replies; 4+ messages in thread
From: Ionen Wolkens @ 2022-10-05 23:01 UTC (permalink / raw
To: gentoo-commits
commit: 5376d73e86c4a8d618d5068dbfbafb2f55f4069f
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 5 22:38:09 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Oct 5 23:00:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5376d73e
net-misc/liveice: EAPI7->8, add missing ncurses dep
Also drop dead HOMEPAGE.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
...ce-2000530-r2.ebuild => liveice-2000530-r3.ebuild} | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/net-misc/liveice/liveice-2000530-r2.ebuild b/net-misc/liveice/liveice-2000530-r3.ebuild
similarity index 74%
rename from net-misc/liveice/liveice-2000530-r2.ebuild
rename to net-misc/liveice/liveice-2000530-r3.ebuild
index cc73e827d6ac..822c02d34884 100644
--- a/net-misc/liveice/liveice-2000530-r2.ebuild
+++ b/net-misc/liveice/liveice-2000530-r3.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools flag-o-matic toolchain-funcs
DESCRIPTION="Live Source Client For IceCast"
-HOMEPAGE="http://star.arm.ac.uk/~spm/software/liveice.html"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
LICENSE="GPL-2+"
SLOT="0"
@@ -15,20 +16,24 @@ KEYWORDS="~amd64 x86"
RDEPEND="
media-sound/lame
- media-sound/mpg123"
+ media-sound/mpg123
+ sys-libs/ncurses:="
DEPEND="${RDEPEND}"
-S="${WORKDIR}/${PN}"
-PATCHES=( "${FILESDIR}"/${P}-build.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-build.patch
+)
src_prepare() {
default
+
eautoreconf
- tc-export CC
}
src_configure() {
+ tc-export CC
append-flags -fcommon
+
default
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-10-05 23:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-15 15:27 [gentoo-commits] repo/gentoo:master commit in: net-misc/liveice/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2022-10-05 23:01 Ionen Wolkens
2018-10-08 11:36 Mikle Kolyada
2018-10-08 11:36 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox