Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
Date: Sun, 30 May 2021 07:12:39
Message-Id: 1622358749.1158f0f09d2de555e140921b80ffae252477ce67.juippis@gentoo
1 commit: 1158f0f09d2de555e140921b80ffae252477ce67
2 Author: Harald Judt <h.judt <AT> gmx <DOT> at>
3 AuthorDate: Sat May 15 21:48:04 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 07:12:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1158f0f0
7
8 media-tv/tvbrowser-bin: Remove tvbrowser-bin-4.2.2.ebuild
9
10 Signed-off-by: Harald Judt <h.judt <AT> gmx.at>
11 Closes: https://github.com/gentoo/gentoo/pull/20826
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 media-tv/tvbrowser-bin/Manifest | 1 -
15 media-tv/tvbrowser-bin/tvbrowser-bin-4.2.2.ebuild | 39 -----------------------
16 2 files changed, 40 deletions(-)
17
18 diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest
19 index ff392c7bb84..4d6cfcd5639 100644
20 --- a/media-tv/tvbrowser-bin/Manifest
21 +++ b/media-tv/tvbrowser-bin/Manifest
22 @@ -1,2 +1 @@
23 -DIST tvbrowser-bin-4.2.2.tar.gz 5538847 BLAKE2B fff4bb1db00f4fca8688dbc83a63f2332d7b90f247916c68cfdd9f55c2e21cbabe16dabfb4782650f2c7abc1d0da7940cd29d2ded4a2225134ebbf06fdfdd5b3 SHA512 609558983f3bfa1410e3c6a83f2d0bcc4bdbdc297024c963234d19eef02bab20ae12f2ecf330a2f7f3bbf25450c62373d4d5ce14938e56c9a1d350604a08d048
24 DIST tvbrowser-bin-4.2.3.tar.gz 5579122 BLAKE2B a6499ae7fc1f75084afcafe0f0597f2df891c0db3ea3f78e9340855a68c86e72f762fedddf2cdade6112bfed3c1c92919c78ebbdc05626ffec8ece7db1c0bc8e SHA512 6157d3b0296a33b0a01a89a88f221eb2192b5f0c4e4021aff93977609d06a5bc361271f38f8c645b0edc4cf1365889b385c03c55bd5ae6bb4259a916598c3185
25
26 diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.2.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.2.ebuild
27 deleted file mode 100644
28 index ea86849d30d..00000000000
29 --- a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.2.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 2020-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="7"
36 -
37 -inherit desktop
38 -
39 -DESCRIPTION="Themeable and easy to use TV Guide - written in Java"
40 -HOMEPAGE="https://www.tvbrowser.org"
41 -MY_PN="tvbrowser"
42 -SRC_URI="mirror://sourceforge/project/tvbrowser/TV-Browser%20Releases%20%28Java%2011%20and%20higher%29/${PV}/${MY_PN}_${PV}_bin.tar.gz -> ${P}.tar.gz"
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -
47 -JAVA_SLOT=11
48 -RDEPEND="|| ( dev-java/openjdk:${JAVA_SLOT}
49 - dev-java/openjdk-bin:${JAVA_SLOT}
50 - dev-java/openjdk-jre-bin:${JAVA_SLOT} )"
51 -
52 -S="${WORKDIR}"/"${MY_PN}-${PV}"
53 -
54 -src_install() {
55 - # Copy files and directories
56 - insinto /opt/"${P}"
57 - doins -r *
58 -
59 - # Generate launcher
60 - exeinto /opt/bin
61 - sed -e "s/^P=.*\$/P=${P}/" \
62 - -e "s/^JAVA_SLOT=.*\$/JAVA_SLOT=${JAVA_SLOT}/" \
63 - "${FILESDIR}"/tvbrowser | \
64 - newexe - tvbrowser || die
65 -
66 - # Generate desktop entry
67 - make_desktop_entry tvbrowser "TV-Browser" \
68 - /opt/"${P}"/imgs/tvbrowser128.png \
69 - "AudioVideo;TV;Video"
70 -}