summaryrefslogtreecommitdiff
path: root/media-video
diff options
context:
space:
mode:
authorV3n3RiX <venerix@gmail.com>2014-11-09 18:28:22 +0200
committerV3n3RiX <venerix@gmail.com>2014-11-09 18:28:22 +0200
commit07a11ddf0a4ec7d12daf8e0937834cbb9ba4992a (patch)
treef46529cca50fc0ddb3152bc7e17989f91804c900 /media-video
parent1da2416e5504c17ed1a06dafeedd0991c7ca974c (diff)
drop tv-maxe live ebuild, as it is no longer developed...next versions will switch to qt5
Diffstat (limited to 'media-video')
-rw-r--r--media-video/tv-maxe/tv-maxe-9999.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/media-video/tv-maxe/tv-maxe-9999.ebuild b/media-video/tv-maxe/tv-maxe-9999.ebuild
deleted file mode 100644
index f12aad2d..00000000
--- a/media-video/tv-maxe/tv-maxe-9999.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit eutils git-2
-
-EGIT_BRANCH=master
-EGIT_REPO_URI="https://code.google.com/p/tv-maxe"
-
-
-DESCRIPTION="Program to view free channels"
-HOMEPAGE="http://code.google.com/p/tv-maxe"
-SRC_URI=""
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+sqlite"
-
-DEPEND="dev-lang/python[sqlite]"
-RDEPEND="dev-python/pillow
- media-video/mplayer2
- media-video/vlc
- virtual/ffmpeg
- dev-python/python-virtkey
- dev-python/pygtk
- dev-lang/python[sqlite]
- media-tv/sp-auth
- media-video/rtmpdump
- dev-python/gst-python
- media-libs/gst-plugins-good
- media-plugins/gst-plugins-meta"
-DEPEND=""
-
-S="${WORKDIR}"
-
-src_prepare() {
- sed -i "s|python|python2|g" ${S}/${PN} || die "Cannot sed file"
-}
-
-src_install() {
- cd "${S}"
- dodir /usr/share/${PN} || die
- insinto /usr/share/${PN} || die
- doins -r "${S}"/* || die
- fperms 755 /usr/share/${PN}/${PN} || die "Errors on permission giving"
- fperms 755 /usr/share/${PN} || die "Errors on permission folder giving"
- dosym /usr/share/${PN}/${PN} /usr/bin/${PN} || die "Not too many symbolic links"
- make_desktop_entry tv-maxe TV-maxe \
- "/usr/share/tv-maxe/tvmaxe_mini.png" \
- Video
-}