diff options
author | V3n3RiX <venerix@gmail.com> | 2014-10-30 14:22:21 +0200 |
---|---|---|
committer | V3n3RiX <venerix@gmail.com> | 2014-10-30 14:22:21 +0200 |
commit | bc607661cc2cd7b471953797b4009d079391f9df (patch) | |
tree | 81763d27da8361cd3a73e867804f65ee4ec18db5 /net-p2p/sopcast-bin/sopcast-bin-3.2.6.ebuild | |
parent | 36153080839f56b02fc9400b1d70f23388e171af (diff) |
we already have this in media-video/sp-auth
Diffstat (limited to 'net-p2p/sopcast-bin/sopcast-bin-3.2.6.ebuild')
-rw-r--r-- | net-p2p/sopcast-bin/sopcast-bin-3.2.6.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
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" -} |