commit:     95deb2780555803ef214ebc8e58e269bd0802d38
Author:     Harald Judt <h.judt <AT> gmx <DOT> at>
AuthorDate: Tue Jun  2 19:09:41 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 29 07:29:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95deb278

media-tv/tvbrowser-bin: Remove tvbrowser-bin-4.0.1.ebuild

Signed-off-by: Harald Judt <h.judt <AT> gmx.at>
Closes: https://github.com/gentoo/gentoo/pull/16052
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-tv/tvbrowser-bin/Manifest                   |  1 -
 media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild | 40 -----------------------
 2 files changed, 41 deletions(-)

diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest
index 70637f7aea7..ce0637413b4 100644
--- a/media-tv/tvbrowser-bin/Manifest
+++ b/media-tv/tvbrowser-bin/Manifest
@@ -1,2 +1 @@
 DIST tvbrowser-bin-4.2.1.tar.gz 5488609 BLAKE2B 
7a40c202cd46be7a87f8179c9924ba976aba2fd50d976a3737180a6d53e8c2bfc63e6d72e95275072223b150e3f47e5839e29497fc332e86520b6ccd5fd5ac36
 SHA512 
c2d0ff4124c3409c73b3e01969dc88abd5652c1ff2df177044827811345343ac47641acc288c9100e0b9dc690bb5544ef41f70299728cb9322f3b3bb51c0da0e
-DIST tvbrowser_4.0.1_bin.tar.gz 7226562 BLAKE2B 
30dca72b982a0ac4c8e90bc27a066fd52d5bf3f92b07b66384657c96dfc877a7524fad0f634f35ba33ad53cbe341dea6e054f99688d456af2df0770ba7c3d0e5
 SHA512 
7c509df05c0b66d96428eb1850cabf353ef7a33b902abab05717a768b3f195b60d0033a680beae3ab6f8ea8c0d9deb77fd3c8c1ce15d05af58f27418759fd01f

diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild 
b/media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild
deleted file mode 100644
index 8b084f826f6..00000000000
--- a/media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit desktop
-
-MY_PN="tvbrowser"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Themeable and easy to use TV Guide - written in Java"
-HOMEPAGE="https://www.tvbrowser.org";
-SRC_URI="mirror://sourceforge/project/tvbrowser/TV-Browser%20Releases%20%28Java%208%20and%20higher%29/${PV}/${MY_PN}_${PV}_bin.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="virtual/jdk:1.8"
-
-S="${WORKDIR}"/"${MY_P}"
-
-src_install() {
-       # Copy files and directories
-       insinto /opt/"${P}"
-       doins -r *
-
-       # Generate launcher
-       exeinto /opt/bin
-       newexe - tvbrowser <<-_EOF_
-               #!/bin/bash
-               export JAVA_OPTS="\${JAVA_OPTS} 
-Dpropertiesfile=/opt/${P}/linux.properties"
-               exec /bin/bash /opt/${P}/tvbrowser.sh "\$@"
-       _EOF_
-
-       # Generate desktop entry
-       make_desktop_entry tvbrowser "TV-Browser" \
-               /opt/"${P}"/imgs/tvbrowser128.png \
-               "AudioVideo;TV;Video"
-}

Reply via email to