summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-10-05 18:38:09 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-10-05 19:00:17 -0400
commit5376d73e86c4a8d618d5068dbfbafb2f55f4069f (patch)
tree5da1f2cbbdb9535485257921eac725722a49a577 /net-misc/liveice/liveice-2000530-r2.ebuild
parentapp-text/binfind: fix configure with upcoming clang16 (diff)
downloadgentoo-5376d73e86c4a8d618d5068dbfbafb2f55f4069f.tar.gz
gentoo-5376d73e86c4a8d618d5068dbfbafb2f55f4069f.tar.bz2
gentoo-5376d73e86c4a8d618d5068dbfbafb2f55f4069f.zip
net-misc/liveice: EAPI7->8, add missing ncurses dep
Also drop dead HOMEPAGE. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'net-misc/liveice/liveice-2000530-r2.ebuild')
-rw-r--r--net-misc/liveice/liveice-2000530-r2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-misc/liveice/liveice-2000530-r2.ebuild b/net-misc/liveice/liveice-2000530-r2.ebuild
deleted file mode 100644
index cc73e827d6ac..000000000000
--- a/net-misc/liveice/liveice-2000530-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic toolchain-funcs
-
-DESCRIPTION="Live Source Client For IceCast"
-HOMEPAGE="http://star.arm.ac.uk/~spm/software/liveice.html"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-
-RDEPEND="
- media-sound/lame
- media-sound/mpg123"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-PATCHES=( "${FILESDIR}"/${P}-build.patch )
-
-src_prepare() {
- default
- eautoreconf
- tc-export CC
-}
-
-src_configure() {
- append-flags -fcommon
- default
-}
-
-src_install() {
- dobin liveice
- dodoc liveice.cfg README.{liveice,quickstart} README_new_mixer.txt Changes.txt
-}