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 }
