summaryrefslogtreecommitdiff
path: root/media-tv
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-07-22 14:49:16 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-07-22 14:49:16 +0100
commiteea607f851e8d1659e8cd50facfefe00e8835767 (patch)
treefecc0e22d3f95c92da457a14bf266b1e668cf8dc /media-tv
parentfb465e879075b8ae73954a3503b3e669f83a7158 (diff)
make little cleanup
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/sopcast-player/Manifest1
-rw-r--r--media-tv/sopcast-player/sopcast-player-0.8.5.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/media-tv/sopcast-player/Manifest b/media-tv/sopcast-player/Manifest
deleted file mode 100644
index f84b7853..00000000
--- a/media-tv/sopcast-player/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sopcast-player-0.8.5.tar.gz 406992 SHA256 a7205b0104073362eec37bb865161dbe0e8d997718ae45710e19093fda8dd50a SHA512 956eb93705366daca9e10ad14c0dec0586df402ebe4d0787666cb85901c798b8029ec8ff09ec908d14439a819c600c59589f6f6346287dc959161f09a79c3c68 WHIRLPOOL 69df619d8891cafb6571d54a2e712e5e8aa9a3587d3585b052f399cbcebd90954fe7c759bfc00559f43e1abea76a6ecb9ab2e71a556da6409be99afd119d93a8
diff --git a/media-tv/sopcast-player/sopcast-player-0.8.5.ebuild b/media-tv/sopcast-player/sopcast-player-0.8.5.ebuild
deleted file mode 100644
index 4afbf688..00000000
--- a/media-tv/sopcast-player/sopcast-player-0.8.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-DESCRIPTION="A GTK+ front-end for the SopCast P2P TV player."
-HOMEPAGE="http://www.sopcast.com/"
-SRC_URI="https://sopcast-player.googlecode.com/files/sopcast-player-0.8.5.tar.gz"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-util/debhelper
- sys-devel/gettext
- dev-lang/python
- dev-python/pygtk
- dev-python/pygobject
- dev-python/setuptools
- dev-util/desktop-file-utils
- x11-themes/hicolor-icon-theme
- dev-util/wxglade
- dev-python/pygtk
- dev-python/pyglet
- dev-python/pyvlc
- sys-libs/libstdc++-v3
- virtual/libstdc++
- media-video/vlc"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- exeinto /opt/${PN}
- newexe sopcast-player ${PN} || die "newexe failed"
- dosym /opt/${PN}/${PN} /usr/bin/${PN}
- dodoc Readme || die "dodoc failed"
-}