public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/liveice/
Date: Wed,  5 Oct 2022 23:01:13 +0000 (UTC)	[thread overview]
Message-ID: <1665010817.5376d73e86c4a8d618d5068dbfbafb2f55f4069f.ionen@gentoo> (raw)

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
 }
 


             reply	other threads:[~2022-10-05 23:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-05 23:01 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-08-15 15:27 [gentoo-commits] repo/gentoo:master commit in: net-misc/liveice/ Michał Górny
2018-10-08 11:36 Mikle Kolyada
2018-10-08 11:36 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1665010817.5376d73e86c4a8d618d5068dbfbafb2f55f4069f.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox