From bc607661cc2cd7b471953797b4009d079391f9df Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 30 Oct 2014 14:22:21 +0200 Subject: we already have this in media-video/sp-auth --- net-p2p/sopcast-bin/Manifest | 3 --- net-p2p/sopcast-bin/metadata.xml | 10 -------- net-p2p/sopcast-bin/sopcast-bin-3.2.6.ebuild | 35 ---------------------------- 3 files changed, 48 deletions(-) delete mode 100644 net-p2p/sopcast-bin/Manifest delete mode 100644 net-p2p/sopcast-bin/metadata.xml delete mode 100644 net-p2p/sopcast-bin/sopcast-bin-3.2.6.ebuild (limited to 'net-p2p') diff --git a/net-p2p/sopcast-bin/Manifest b/net-p2p/sopcast-bin/Manifest deleted file mode 100644 index d00de8fd..00000000 --- a/net-p2p/sopcast-bin/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST sp-auth-3.2.6.tar.gz 345856 SHA256 6ea333b51898ee61f37903f20503358e8ee328cbd8b49d910fa7e0f23bf8a4a0 SHA512 9d9c547df24b30ffe7ee33d0783005eff3f8b90d0955f58faa8380102e10de8f9ab6098ff53ecacaa3c275bf7b206b98f6ae9a365abb362531a3d28888e666af WHIRLPOOL 21b7269c41e43ec292302bca97bf9d65f506649aaed751fe2777199cf866e94cdd324294d60a1c24202eb2e973214406f167b50cfb55282289b301ca3d9c4e0b -EBUILD sopcast-bin-3.2.6.ebuild 820 SHA256 69cc95a86e84dea8704a6e2888352e7662bd43797cc2c94e1df951951c7cac03 SHA512 0087c8d79ac131b1f341b76269973b05cc7f7485abfd391c674a4e79dd4a09daa3401ffc8b96a32a1c6b2acee6be84ec8ddac211a917e09cf0e3a22cfd401cb4 WHIRLPOOL 615b3c7b3e7465d7564fc177644e2db8e0e77782988dee9105ff75805f8046f693ebaf85ec42202f4665a73e77c49ca8b9dbae7b9e1590c28c94616af8c7d0e3 -MISC metadata.xml 247 SHA256 883dd20701cb074b79a6a73acfa6f7e6c5a0dcafba8f506da3ac324327300d68 SHA512 e0386643908a6a23a6d064d752ea283fa16a243abf8e6ba19636e8702435ffd9c3c215f5cd9f60517ea63eb4d9112fd7291e1f422f96d70fad7ce7d2af1af718 WHIRLPOOL 0301b1dac67e156eaa7fbdeb66d0046d49a02095522c186566b92fc1f8bbc495880b5fac3793a6af9f5804a28ada22da789ceb605226203ad1a8690db7341dc1 diff --git a/net-p2p/sopcast-bin/metadata.xml b/net-p2p/sopcast-bin/metadata.xml deleted file mode 100644 index 1b81a17b..00000000 --- a/net-p2p/sopcast-bin/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - lazy_bum@o2.pl - Piotr Szymaniak - - - diff --git a/net-p2p/sopcast-bin/sopcast-bin-3.2.6.ebuild b/net-p2p/sopcast-bin/sopcast-bin-3.2.6.ebuild deleted file mode 100644 index 94bcede2..00000000 --- a/net-p2p/sopcast-bin/sopcast-bin-3.2.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -inherit eutils - -MY_P="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_P}-${PV}.tar.gz" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -QA_PRESTRIPPED="opt/${PN}/${PN}" - -# 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}" - -S=${WORKDIR}/${MY_P} - -src_install() { - exeinto /opt/${PN} - newexe sp-sc-auth ${PN} || die "newexe failed" - dosym /opt/${PN}/${PN} /usr/bin/${PN} - dodoc Readme || die "dodoc failed" -} -- cgit v1.2.3