From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1050983-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 943A2138334 for <garchives@archives.gentoo.org>; Mon, 8 Oct 2018 11:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 516ECE085D; Mon, 8 Oct 2018 11:36:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28722E085D for <gentoo-commits@lists.gentoo.org>; Mon, 8 Oct 2018 11:36:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9015335C67 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Oct 2018 11:36:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FC54437 for <gentoo-commits@lists.gentoo.org>; Mon, 8 Oct 2018 11:36:14 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" <zlogene@gentoo.org> Message-ID: <1538998559.dd34e7c1da4cbeca750d708ca538883a1a11b624.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/liveice/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/liveice/liveice-2000530-r1.ebuild X-VCS-Directories: net-misc/liveice/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: dd34e7c1da4cbeca750d708ca538883a1a11b624 X-VCS-Branch: master Date: Mon, 8 Oct 2018 11:36:14 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 01413661-c563-408d-aa1a-838edd3adbf3 X-Archives-Hash: 9bf6be677b1ec916f9ae0d879d4977b3 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 -}