summaryrefslogtreecommitdiff
path: root/media-tv/sopcast/sopcast-3.0.1.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <gringo@slonko.net>2014-10-25 19:36:16 +0200
committerMarcin Deranek <gringo@slonko.net>2014-10-25 19:36:16 +0200
commit61bcb625c5b7c0c35eff633a206185bb84af4a62 (patch)
treed8042e9294916754ad510581eae967555b2e2561 /media-tv/sopcast/sopcast-3.0.1.ebuild
parent289675ca9037e6f171a2c7717352d6464839bd83 (diff)
downloadportage-61bcb625c5b7c0c35eff633a206185bb84af4a62.tar.gz
portage-61bcb625c5b7c0c35eff633a206185bb84af4a62.tar.bz2
portage-61bcb625c5b7c0c35eff633a206185bb84af4a62.zip
Version bump / update
Diffstat (limited to 'media-tv/sopcast/sopcast-3.0.1.ebuild')
-rw-r--r--media-tv/sopcast/sopcast-3.0.1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/media-tv/sopcast/sopcast-3.0.1.ebuild b/media-tv/sopcast/sopcast-3.0.1.ebuild
deleted file mode 100644
index 71620a4..0000000
--- a/media-tv/sopcast/sopcast-3.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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.cn/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="amd64? ( app-emulation/emul-linux-x86-compat )
- x86? ( >=virtual/libstdc++-3.3 )"
-
-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
-}