summaryrefslogtreecommitdiff
path: root/media-tv/sopcast
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-16 05:50:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-16 05:50:10 +0100
commit8b21ffab3433955fd17c7e6a43d488864f9a951b (patch)
tree88b2a5e05b9efe78317eb0c7e9e19e738ff6cf96 /media-tv/sopcast
parent6690bb3de57bd462005d2111ec9e6b8280d83202 (diff)
media-tv/{tv-maxe,sopcast} : sorry lads, but your codebase is way to old to keep things sane anymore, drop
Diffstat (limited to 'media-tv/sopcast')
-rw-r--r--media-tv/sopcast/Manifest1
-rw-r--r--media-tv/sopcast/sopcast-3.2.6-r1.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/media-tv/sopcast/Manifest b/media-tv/sopcast/Manifest
deleted file mode 100644
index 203abcf4..00000000
--- a/media-tv/sopcast/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sp-auth-3.2.6.tar.gz 345856 BLAKE2B 8b796d5d2c6d7366c6b455c535336c3b5964158824119d8b1e2e7b089f8ceda041f77424102a3c69b73a7dfe1fe33851c59f36fefdb72db3a0290d05f093cee9 SHA512 9d9c547df24b30ffe7ee33d0783005eff3f8b90d0955f58faa8380102e10de8f9ab6098ff53ecacaa3c275bf7b206b98f6ae9a365abb362531a3d28888e666af
diff --git a/media-tv/sopcast/sopcast-3.2.6-r1.ebuild b/media-tv/sopcast/sopcast-3.2.6-r1.ebuild
deleted file mode 100644
index ce86a0c5..00000000
--- a/media-tv/sopcast/sopcast-3.2.6-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-inherit eutils
-
-MY_P="sp-sc-auth"
-MY_PN="sp-auth"
-
-DESCRIPTION="SopCast free P2P Internet TV binary"
-LICENSE="SopCast-unknown-license"
-HOMEPAGE="http://www.sopcast.com/"
-SRC_URI="http://sopcast-player.googlecode.com/files/${MY_PN}-${PV}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="strip"
-
-# All dependencies might not be listed, since the binary blob's homepage only lists libstdc++
-RDEPEND="amd64? ( sys-libs/libstdc++-v3[multilib] )
- x86? ( >=virtual/libstdc++-3.3 )"
-
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_PN}
-
-src_install() {
- exeinto /usr/bin/
- newexe sp-sc-auth ${MY_P} || die "newexe failed"
- dodoc Readme || die "dodoc failed"
-}