summaryrefslogtreecommitdiff
path: root/media-tv/sopcast
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2021-04-30 19:15:21 +0200
committerMarcin Deranek <marcin.deranek@booking.com>2021-04-30 19:15:21 +0200
commit1bcb9447c0054dd46ff2afd3b190031f8c80513b (patch)
tree7086dcaca65bdace69ca9e1847a3da9289de978e /media-tv/sopcast
parent13c90bd60e1d406ba0ba43f390217467ee02f62f (diff)
downloadportage-1bcb9447c0054dd46ff2afd3b190031f8c80513b.tar.gz
portage-1bcb9447c0054dd46ff2afd3b190031f8c80513b.tar.bz2
portage-1bcb9447c0054dd46ff2afd3b190031f8c80513b.zip
Removing as it's no more
Diffstat (limited to 'media-tv/sopcast')
-rw-r--r--media-tv/sopcast/Manifest3
-rw-r--r--media-tv/sopcast/metadata.xml8
-rw-r--r--media-tv/sopcast/sopcast-3.2.6.ebuild42
3 files changed, 0 insertions, 53 deletions
diff --git a/media-tv/sopcast/Manifest b/media-tv/sopcast/Manifest
deleted file mode 100644
index 940576f..0000000
--- a/media-tv/sopcast/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST sp-auth.tgz 345711 BLAKE2B d647a188738f51951f406d5ef435cba97ad7bee542758a8aee86b2f4d632bede22c484595d4ffa58d3b519794d3430d70ef697ec26dc7ae6af11ee79cf14ab57 SHA512 8460c51eb2fb4e8f00595d813f8dcf910154f9d9fc12d0bebc3b71be7f263b4987605391e61a94fb0118508a768ebd2732d1618f7cc6fe71d0e8adfc15d4c096
-EBUILD sopcast-3.2.6.ebuild 1024 BLAKE2B 1f950960a633a239bdcbda0d972be73161cb3ddaa2205475b81a8fe5ee15b9831739426bed43f44f2603257cb5382d1ff8e87857eb1d0f495e54f6c9d56316a8 SHA512 9a0446d06437eeb14b2a4c1d856db07c94da247e0714d728f65454ae2f03de3f48f7863860e10a12300f01f89c39c5ad8cd1dd8458064912c37b980cb1d73de6
-MISC metadata.xml 255 BLAKE2B fec818e56877b2451e889c05ed95700632e02438bbe9ae515925548714246b19bdf3b141e0771f64b92483ade6734afe8828d0b177db1d76902c535871ea5551 SHA512 f5e088eef2af90b4f6129ca7ed31d833f61521a8fe6c60e5d5cb871601a85374bf330f445c298990760d51e5186ec8156a192ff30b42f8abc3cb82d329ccc803
diff --git a/media-tv/sopcast/metadata.xml b/media-tv/sopcast/metadata.xml
deleted file mode 100644
index 1196209..0000000
--- a/media-tv/sopcast/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marcin.deranek@slonko.net</email>
- <name>Marcin Deranek</name>
- </maintainer>
-</pkgmetadata>
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
-}