From c238e6e69c3eee178dbb7c071f4e661557c82a28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 14 Nov 2014 19:39:51 +0200 Subject: convert sp-auth to multilib --- media-tv/sp-auth/sp-auth-3.2.6-r1.ebuild | 33 ++++++++++++++++++++++++++++++++ media-tv/sp-auth/sp-auth-3.2.6.ebuild | 33 -------------------------------- 2 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 media-tv/sp-auth/sp-auth-3.2.6-r1.ebuild delete mode 100644 media-tv/sp-auth/sp-auth-3.2.6.ebuild (limited to 'media-tv/sp-auth') diff --git a/media-tv/sp-auth/sp-auth-3.2.6-r1.ebuild b/media-tv/sp-auth/sp-auth-3.2.6-r1.ebuild new file mode 100644 index 00000000..561ce7ae --- /dev/null +++ b/media-tv/sp-auth/sp-auth-3.2.6-r1.ebuild @@ -0,0 +1,33 @@ +# 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" + +DESCRIPTION="SopCast free P2P Internet TV binary" +LICENSE="SopCast-unknown-license" +HOMEPAGE="http://www.sopcast.com/" +SRC_URI="http://sopcast-player.googlecode.com/files/${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}/${PN} + +src_install() { + exeinto /usr/bin/ + newexe sp-sc-auth ${MY_P} || die "newexe failed" + dodoc Readme || die "dodoc failed" +} diff --git a/media-tv/sp-auth/sp-auth-3.2.6.ebuild b/media-tv/sp-auth/sp-auth-3.2.6.ebuild deleted file mode 100644 index 9ebd34a0..00000000 --- a/media-tv/sp-auth/sp-auth-3.2.6.ebuild +++ /dev/null @@ -1,33 +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" - -DESCRIPTION="SopCast free P2P Internet TV binary" -LICENSE="SopCast-unknown-license" -HOMEPAGE="http://www.sopcast.com/" -SRC_URI="http://sopcast-player.googlecode.com/files/${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? ( app-emulation/emul-linux-x86-compat ) - x86? ( >=virtual/libstdc++-3.3 )" - -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${PN} - -src_install() { - exeinto /usr/bin/ - newexe sp-sc-auth ${MY_P} || die "newexe failed" - dodoc Readme || die "dodoc failed" -} -- cgit v1.2.3