diff options
author | Harald Judt <h.judt@gmx.at> | 2020-06-02 21:09:41 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-29 10:29:34 +0300 |
commit | 95deb2780555803ef214ebc8e58e269bd0802d38 (patch) | |
tree | b11bee82b9813bb44607ae792ff6fd1431ed852f /media-tv | |
parent | media-tv/tvbrowser-bin: Bump version to 4.2.1 (bug #696754) (diff) | |
download | gentoo-95deb2780555803ef214ebc8e58e269bd0802d38.tar.gz gentoo-95deb2780555803ef214ebc8e58e269bd0802d38.tar.bz2 gentoo-95deb2780555803ef214ebc8e58e269bd0802d38.zip |
media-tv/tvbrowser-bin: Remove tvbrowser-bin-4.0.1.ebuild
Signed-off-by: Harald Judt <h.judt@gmx.at>
Closes: https://github.com/gentoo/gentoo/pull/16052
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/tvbrowser-bin/Manifest | 1 | ||||
-rw-r--r-- | media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest index 70637f7aea75..ce0637413b4b 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 8b084f826f68..000000000000 --- 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" -} |