From 61bcb625c5b7c0c35eff633a206185bb84af4a62 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Sat, 25 Oct 2014 19:36:16 +0200 Subject: Version bump / update --- media-tv/sopcast/Manifest | 4 ++-- media-tv/sopcast/sopcast-3.0.1.ebuild | 42 ---------------------------------- media-tv/sopcast/sopcast-3.2.6.ebuild | 43 +++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 44 deletions(-) delete mode 100644 media-tv/sopcast/sopcast-3.0.1.ebuild create mode 100644 media-tv/sopcast/sopcast-3.2.6.ebuild (limited to 'media-tv') diff --git a/media-tv/sopcast/Manifest b/media-tv/sopcast/Manifest index 107b8f2..579fc7c 100644 --- a/media-tv/sopcast/Manifest +++ b/media-tv/sopcast/Manifest @@ -1,2 +1,2 @@ -DIST sp-auth.tgz 340562 RMD160 8cb986e50a27b1d77c0156e7b8a287de7ce4cd21 SHA1 948e2b1d1e8c05d679ee45830812d2a5bde5d5d8 SHA256 68595a011e7c359bc36106e4f4ea390087975677ccdae6e87e5280b292b4f930 -EBUILD sopcast-3.0.1.ebuild 1084 RMD160 faaf910b43855123a8933c96e00eaf7a8c4d23a5 SHA1 9bb501eca32e5a2a98ccb8d517131086b9d1e999 SHA256 f3d5bd74b689475aa0df125bf1bd3fb6a81a26f6ce27eafbf7a838e8f86c81d0 +DIST sp-auth.tgz 345711 SHA256 5ca407429dd54b0c195e05f06b33f79730a5dfdb8e7b14bf96b384f9ae8391d9 SHA512 8460c51eb2fb4e8f00595d813f8dcf910154f9d9fc12d0bebc3b71be7f263b4987605391e61a94fb0118508a768ebd2732d1618f7cc6fe71d0e8adfc15d4c096 WHIRLPOOL 2cfe4c531fb6ca050ae659f665175490e661e22adfcfe3fc839b2cecbba3300e3553f3d5c0dfb7ba75d2757152effa78d0e677f9217199a5bbe6aa69f774346b +EBUILD sopcast-3.2.6.ebuild 1035 SHA256 b91b2f2910189cf7590c925e86232b6a1fdbf6ebbf5024a8ad7f947018ec4124 SHA512 daeb0899f154cdd4a9a163bf9c705e912a0f3fcc96c852c51150b18b344f873c6fefb4953bc562622970ce3229692e3877fd954625266cf3f4a559a2a8c6dd9b WHIRLPOOL 2c4682167afd7a86044a32844e9514f97e7e0c0ee3a5f58f62f6bd607aae8806cd0ac476717023d8f1d3fa98a1ae198952ae672499e8bab5c9d50248d915e5d1 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 -} diff --git a/media-tv/sopcast/sopcast-3.2.6.ebuild b/media-tv/sopcast/sopcast-3.2.6.ebuild new file mode 100644 index 0000000..66e17fe --- /dev/null +++ b/media-tv/sopcast/sopcast-3.2.6.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +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.com/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=">=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 +} -- cgit v1.2.3