From 1bcb9447c0054dd46ff2afd3b190031f8c80513b Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Fri, 30 Apr 2021 19:15:21 +0200 Subject: Removing as it's no more --- media-tv/sopcast/sopcast-3.2.6.ebuild | 42 ----------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 media-tv/sopcast/sopcast-3.2.6.ebuild (limited to 'media-tv/sopcast/sopcast-3.2.6.ebuild') diff --git a/media-tv/sopcast/sopcast-3.2.6.ebuild b/media-tv/sopcast/sopcast-3.2.6.ebuild deleted file mode 100644 index 2892a06..0000000 --- a/media-tv/sopcast/sopcast-3.2.6.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils -RESTRICT="nomirror" - -MY_P="sp-auth" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="SopCast free P2P Internet TV binary" -LICENSE="SopCast-unknown-license" -HOMEPAGE="http://www.sopcast.com/" -SRC_URI="http://download.sopcast.com/download/${MY_P}.tgz" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="strip" - -# All dependencies might not be listed, since the binary blob's homepage only lists libstdc++ -RDEPEND="sys-libs/libstdc++-v3:5" - -DEPEND="${RDEPEND}" - -src_unpack() { - ewarn "SopCast binary blob is distributed without version info in its package." - ewarn "Thus, in case this ebuild fails, you might want to remove your " $MY_SRC - ewarn "from /usr/portage/distfiles and check whether they have release a newer" - ewarn "version on their homepage at" - ewarn $HOMEPAGE - - unpack ${A} -} - -src_install() { - exeinto /opt/${PN} - doexe sp-sc-auth - dosym ../../opt/${PN}/sp-sc-auth /usr/bin/sp-sc - dodoc Readme -} -- cgit v1.2.3