public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
@ 2019-08-01 12:23 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2019-08-01 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     82b63558d6ea8694426f566c6f7c56a1a54e5c67
Author:     Harald Judt <h.judt <AT> gmx <DOT> at>
AuthorDate: Tue May 14 08:47:08 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 12:22:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b63558

media-tv/tvbrowser-bin: Themeable and easy to use TV Guide (bug #685744)

New ebuild media-tv/tvbrowser-bin-4.0.1.ebuild: Themeable and easy to
use TV Guide - written in Java.

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

 media-tv/tvbrowser-bin/Manifest                   |  1 +
 media-tv/tvbrowser-bin/metadata.xml               | 15 +++++++++
 media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild | 40 +++++++++++++++++++++++
 3 files changed, 56 insertions(+)

diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest
new file mode 100644
index 00000000000..bd73ea9b7bd
--- /dev/null
+++ b/media-tv/tvbrowser-bin/Manifest
@@ -0,0 +1 @@
+DIST tvbrowser_4.0.1_bin.tar.gz 7226562 BLAKE2B 30dca72b982a0ac4c8e90bc27a066fd52d5bf3f92b07b66384657c96dfc877a7524fad0f634f35ba33ad53cbe341dea6e054f99688d456af2df0770ba7c3d0e5 SHA512 7c509df05c0b66d96428eb1850cabf353ef7a33b902abab05717a768b3f195b60d0033a680beae3ab6f8ea8c0d9deb77fd3c8c1ce15d05af58f27418759fd01f

diff --git a/media-tv/tvbrowser-bin/metadata.xml b/media-tv/tvbrowser-bin/metadata.xml
new file mode 100644
index 00000000000..e65cdcf0aee
--- /dev/null
+++ b/media-tv/tvbrowser-bin/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>h.judt@gmx.at</email>
+    <name>Harald Judt</name>
+  </maintainer>
+  <maintainer type="project">
+      <email>proxy-maint@gentoo.org</email>
+      <name>Proxy Maintainers</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="sourceforge">tvbrowser</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild
new file mode 100644
index 00000000000..8b084f826f6
--- /dev/null
+++ b/media-tv/tvbrowser-bin/tvbrowser-bin-4.0.1.ebuild
@@ -0,0 +1,40 @@
+# 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"
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
@ 2020-07-29  7:29 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2020-07-29  7:29 UTC (permalink / raw
  To: gentoo-commits

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"
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
@ 2021-01-29 13:52 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2021-01-29 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e5fac8f4d370ff3abea66a4d7f2751fbccaa836a
Author:     Harald Judt <h.judt <AT> gmx <DOT> at>
AuthorDate: Tue Jan 19 21:04:21 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 13:50:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fac8f4

media-tv/tvbrowser-bin: Remove tvbrowser-bin-4.2.1

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

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

diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest
index 3a20e39213a..2de69e1c4d9 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-bin-4.2.2.tar.gz 5538847 BLAKE2B fff4bb1db00f4fca8688dbc83a63f2332d7b90f247916c68cfdd9f55c2e21cbabe16dabfb4782650f2c7abc1d0da7940cd29d2ded4a2225134ebbf06fdfdd5b3 SHA512 609558983f3bfa1410e3c6a83f2d0bcc4bdbdc297024c963234d19eef02bab20ae12f2ecf330a2f7f3bbf25450c62373d4d5ce14938e56c9a1d350604a08d048

diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.1.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.1.ebuild
deleted file mode 100644
index d5d998615c2..00000000000
--- a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit desktop
-
-DESCRIPTION="Themeable and easy to use TV Guide - written in Java"
-HOMEPAGE="https://www.tvbrowser.org"
-MY_PN="tvbrowser"
-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"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-JAVA_SLOT=11
-RDEPEND="|| ( dev-java/openjdk:${JAVA_SLOT}
-	dev-java/openjdk-bin:${JAVA_SLOT}
-	dev-java/openjdk-jre-bin:${JAVA_SLOT} )"
-
-S="${WORKDIR}"/"${MY_PN}-${PV}"
-
-src_install() {
-	# Copy files and directories
-	insinto /opt/"${P}"
-	doins -r *
-
-	# Generate launcher
-	exeinto /opt/bin
-	sed -e "s/^P=.*\$/P=${P}/" \
-		-e "s/^JAVA_SLOT=.*\$/JAVA_SLOT=${JAVA_SLOT}/" \
-		"${FILESDIR}"/tvbrowser | \
-		newexe - tvbrowser || die
-
-	# Generate desktop entry
-	make_desktop_entry tvbrowser "TV-Browser" \
-		/opt/"${P}"/imgs/tvbrowser128.png \
-		"AudioVideo;TV;Video"
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
@ 2021-01-29 13:52 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2021-01-29 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7c8db88f73d851e7b62863feea2a81b02e09d8f9
Author:     Harald Judt <h.judt <AT> gmx <DOT> at>
AuthorDate: Tue Jan 19 20:55:37 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 13:50:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8db88f

media-tv/tvbrowser-bin: Bump version to 4.2.2

Signed-off-by: Harald Judt <h.judt <AT> gmx.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-tv/tvbrowser-bin/Manifest                   |  1 +
 media-tv/tvbrowser-bin/tvbrowser-bin-4.2.2.ebuild | 39 +++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest
index ce0637413b4..3a20e39213a 100644
--- a/media-tv/tvbrowser-bin/Manifest
+++ b/media-tv/tvbrowser-bin/Manifest
@@ -1 +1,2 @@
 DIST tvbrowser-bin-4.2.1.tar.gz 5488609 BLAKE2B 7a40c202cd46be7a87f8179c9924ba976aba2fd50d976a3737180a6d53e8c2bfc63e6d72e95275072223b150e3f47e5839e29497fc332e86520b6ccd5fd5ac36 SHA512 c2d0ff4124c3409c73b3e01969dc88abd5652c1ff2df177044827811345343ac47641acc288c9100e0b9dc690bb5544ef41f70299728cb9322f3b3bb51c0da0e
+DIST tvbrowser-bin-4.2.2.tar.gz 5538847 BLAKE2B fff4bb1db00f4fca8688dbc83a63f2332d7b90f247916c68cfdd9f55c2e21cbabe16dabfb4782650f2c7abc1d0da7940cd29d2ded4a2225134ebbf06fdfdd5b3 SHA512 609558983f3bfa1410e3c6a83f2d0bcc4bdbdc297024c963234d19eef02bab20ae12f2ecf330a2f7f3bbf25450c62373d4d5ce14938e56c9a1d350604a08d048

diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.2.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.2.ebuild
new file mode 100644
index 00000000000..ea86849d30d
--- /dev/null
+++ b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit desktop
+
+DESCRIPTION="Themeable and easy to use TV Guide - written in Java"
+HOMEPAGE="https://www.tvbrowser.org"
+MY_PN="tvbrowser"
+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"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+JAVA_SLOT=11
+RDEPEND="|| ( dev-java/openjdk:${JAVA_SLOT}
+	dev-java/openjdk-bin:${JAVA_SLOT}
+	dev-java/openjdk-jre-bin:${JAVA_SLOT} )"
+
+S="${WORKDIR}"/"${MY_PN}-${PV}"
+
+src_install() {
+	# Copy files and directories
+	insinto /opt/"${P}"
+	doins -r *
+
+	# Generate launcher
+	exeinto /opt/bin
+	sed -e "s/^P=.*\$/P=${P}/" \
+		-e "s/^JAVA_SLOT=.*\$/JAVA_SLOT=${JAVA_SLOT}/" \
+		"${FILESDIR}"/tvbrowser | \
+		newexe - tvbrowser || die
+
+	# Generate desktop entry
+	make_desktop_entry tvbrowser "TV-Browser" \
+		/opt/"${P}"/imgs/tvbrowser128.png \
+		"AudioVideo;TV;Video"
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
@ 2021-05-30  7:12 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2021-05-30  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     dc4191cc3bc708547743d67d82b02a31ae7ac1ea
Author:     Harald Judt <h.judt <AT> gmx <DOT> at>
AuthorDate: Sat May 15 21:46:36 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May 30 07:12:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc4191cc

media-tv/tvbrowser-bin: Bump version to 4.2.3

Signed-off-by: Harald Judt <h.judt <AT> gmx.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-tv/tvbrowser-bin/Manifest                   |  1 +
 media-tv/tvbrowser-bin/tvbrowser-bin-4.2.3.ebuild | 39 +++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest
index 2de69e1c4d9..ff392c7bb84 100644
--- a/media-tv/tvbrowser-bin/Manifest
+++ b/media-tv/tvbrowser-bin/Manifest
@@ -1 +1,2 @@
 DIST tvbrowser-bin-4.2.2.tar.gz 5538847 BLAKE2B fff4bb1db00f4fca8688dbc83a63f2332d7b90f247916c68cfdd9f55c2e21cbabe16dabfb4782650f2c7abc1d0da7940cd29d2ded4a2225134ebbf06fdfdd5b3 SHA512 609558983f3bfa1410e3c6a83f2d0bcc4bdbdc297024c963234d19eef02bab20ae12f2ecf330a2f7f3bbf25450c62373d4d5ce14938e56c9a1d350604a08d048
+DIST tvbrowser-bin-4.2.3.tar.gz 5579122 BLAKE2B a6499ae7fc1f75084afcafe0f0597f2df891c0db3ea3f78e9340855a68c86e72f762fedddf2cdade6112bfed3c1c92919c78ebbdc05626ffec8ece7db1c0bc8e SHA512 6157d3b0296a33b0a01a89a88f221eb2192b5f0c4e4021aff93977609d06a5bc361271f38f8c645b0edc4cf1365889b385c03c55bd5ae6bb4259a916598c3185

diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.3.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.3.ebuild
new file mode 100644
index 00000000000..ea86849d30d
--- /dev/null
+++ b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit desktop
+
+DESCRIPTION="Themeable and easy to use TV Guide - written in Java"
+HOMEPAGE="https://www.tvbrowser.org"
+MY_PN="tvbrowser"
+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"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+JAVA_SLOT=11
+RDEPEND="|| ( dev-java/openjdk:${JAVA_SLOT}
+	dev-java/openjdk-bin:${JAVA_SLOT}
+	dev-java/openjdk-jre-bin:${JAVA_SLOT} )"
+
+S="${WORKDIR}"/"${MY_PN}-${PV}"
+
+src_install() {
+	# Copy files and directories
+	insinto /opt/"${P}"
+	doins -r *
+
+	# Generate launcher
+	exeinto /opt/bin
+	sed -e "s/^P=.*\$/P=${P}/" \
+		-e "s/^JAVA_SLOT=.*\$/JAVA_SLOT=${JAVA_SLOT}/" \
+		"${FILESDIR}"/tvbrowser | \
+		newexe - tvbrowser || die
+
+	# Generate desktop entry
+	make_desktop_entry tvbrowser "TV-Browser" \
+		/opt/"${P}"/imgs/tvbrowser128.png \
+		"AudioVideo;TV;Video"
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
@ 2021-05-30  7:12 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2021-05-30  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     1158f0f09d2de555e140921b80ffae252477ce67
Author:     Harald Judt <h.judt <AT> gmx <DOT> at>
AuthorDate: Sat May 15 21:48:04 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May 30 07:12:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1158f0f0

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

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

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

diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest
index ff392c7bb84..4d6cfcd5639 100644
--- a/media-tv/tvbrowser-bin/Manifest
+++ b/media-tv/tvbrowser-bin/Manifest
@@ -1,2 +1 @@
-DIST tvbrowser-bin-4.2.2.tar.gz 5538847 BLAKE2B fff4bb1db00f4fca8688dbc83a63f2332d7b90f247916c68cfdd9f55c2e21cbabe16dabfb4782650f2c7abc1d0da7940cd29d2ded4a2225134ebbf06fdfdd5b3 SHA512 609558983f3bfa1410e3c6a83f2d0bcc4bdbdc297024c963234d19eef02bab20ae12f2ecf330a2f7f3bbf25450c62373d4d5ce14938e56c9a1d350604a08d048
 DIST tvbrowser-bin-4.2.3.tar.gz 5579122 BLAKE2B a6499ae7fc1f75084afcafe0f0597f2df891c0db3ea3f78e9340855a68c86e72f762fedddf2cdade6112bfed3c1c92919c78ebbdc05626ffec8ece7db1c0bc8e SHA512 6157d3b0296a33b0a01a89a88f221eb2192b5f0c4e4021aff93977609d06a5bc361271f38f8c645b0edc4cf1365889b385c03c55bd5ae6bb4259a916598c3185

diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.2.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.2.ebuild
deleted file mode 100644
index ea86849d30d..00000000000
--- a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit desktop
-
-DESCRIPTION="Themeable and easy to use TV Guide - written in Java"
-HOMEPAGE="https://www.tvbrowser.org"
-MY_PN="tvbrowser"
-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"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-JAVA_SLOT=11
-RDEPEND="|| ( dev-java/openjdk:${JAVA_SLOT}
-	dev-java/openjdk-bin:${JAVA_SLOT}
-	dev-java/openjdk-jre-bin:${JAVA_SLOT} )"
-
-S="${WORKDIR}"/"${MY_PN}-${PV}"
-
-src_install() {
-	# Copy files and directories
-	insinto /opt/"${P}"
-	doins -r *
-
-	# Generate launcher
-	exeinto /opt/bin
-	sed -e "s/^P=.*\$/P=${P}/" \
-		-e "s/^JAVA_SLOT=.*\$/JAVA_SLOT=${JAVA_SLOT}/" \
-		"${FILESDIR}"/tvbrowser | \
-		newexe - tvbrowser || die
-
-	# Generate desktop entry
-	make_desktop_entry tvbrowser "TV-Browser" \
-		/opt/"${P}"/imgs/tvbrowser128.png \
-		"AudioVideo;TV;Video"
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
@ 2022-01-05 20:48 Florian Schmaus
  0 siblings, 0 replies; 13+ messages in thread
From: Florian Schmaus @ 2022-01-05 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     71f65aced2a86f731ec12be8429786d2192c4860
Author:     Harald Judt <h.judt <AT> gmx <DOT> at>
AuthorDate: Tue Dec 28 20:36:45 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jan  5 20:48:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f65ace

media-tv/tvbrowser-bin: Bump version to 4.2.4

Signed-off-by: Harald Judt <h.judt <AT> gmx.at>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 media-tv/tvbrowser-bin/Manifest                   |  1 +
 media-tv/tvbrowser-bin/tvbrowser-bin-4.2.4.ebuild | 39 +++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest
index 4d6cfcd5639f..0672a4c3b167 100644
--- a/media-tv/tvbrowser-bin/Manifest
+++ b/media-tv/tvbrowser-bin/Manifest
@@ -1 +1,2 @@
 DIST tvbrowser-bin-4.2.3.tar.gz 5579122 BLAKE2B a6499ae7fc1f75084afcafe0f0597f2df891c0db3ea3f78e9340855a68c86e72f762fedddf2cdade6112bfed3c1c92919c78ebbdc05626ffec8ece7db1c0bc8e SHA512 6157d3b0296a33b0a01a89a88f221eb2192b5f0c4e4021aff93977609d06a5bc361271f38f8c645b0edc4cf1365889b385c03c55bd5ae6bb4259a916598c3185
+DIST tvbrowser-bin-4.2.4.tar.gz 5599146 BLAKE2B be8a3f890e8933d5f7dd91a86b00196691049b24f33b0738bccb473c28b0dd7cb889e32f2418f7a0b2dd2de509ba0bc00bd6ded148941c79b5a4e811e63e9730 SHA512 c6fbbb130260e47231a3621b595de37cde2ab8c83110903c2f34481ae07dc13eee8d038ade7ab60dea6d82a2006d8277a321b286c4bf9f04ec307c1ade26baeb

diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.4.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.4.ebuild
new file mode 100644
index 000000000000..ea86849d30d8
--- /dev/null
+++ b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.4.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit desktop
+
+DESCRIPTION="Themeable and easy to use TV Guide - written in Java"
+HOMEPAGE="https://www.tvbrowser.org"
+MY_PN="tvbrowser"
+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"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+JAVA_SLOT=11
+RDEPEND="|| ( dev-java/openjdk:${JAVA_SLOT}
+	dev-java/openjdk-bin:${JAVA_SLOT}
+	dev-java/openjdk-jre-bin:${JAVA_SLOT} )"
+
+S="${WORKDIR}"/"${MY_PN}-${PV}"
+
+src_install() {
+	# Copy files and directories
+	insinto /opt/"${P}"
+	doins -r *
+
+	# Generate launcher
+	exeinto /opt/bin
+	sed -e "s/^P=.*\$/P=${P}/" \
+		-e "s/^JAVA_SLOT=.*\$/JAVA_SLOT=${JAVA_SLOT}/" \
+		"${FILESDIR}"/tvbrowser | \
+		newexe - tvbrowser || die
+
+	# Generate desktop entry
+	make_desktop_entry tvbrowser "TV-Browser" \
+		/opt/"${P}"/imgs/tvbrowser128.png \
+		"AudioVideo;TV;Video"
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
@ 2022-01-05 20:48 Florian Schmaus
  0 siblings, 0 replies; 13+ messages in thread
From: Florian Schmaus @ 2022-01-05 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ba27a2c9cc65f48d19fafe834976acaebf7b31d0
Author:     Harald Judt <h.judt <AT> gmx <DOT> at>
AuthorDate: Tue Dec 28 20:37:51 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jan  5 20:48:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba27a2c9

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

Signed-off-by: Harald Judt <h.judt <AT> gmx.at>
Closes: https://github.com/gentoo/gentoo/pull/23552
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

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

diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest
index 0672a4c3b167..17b82b1c7d0d 100644
--- a/media-tv/tvbrowser-bin/Manifest
+++ b/media-tv/tvbrowser-bin/Manifest
@@ -1,2 +1 @@
-DIST tvbrowser-bin-4.2.3.tar.gz 5579122 BLAKE2B a6499ae7fc1f75084afcafe0f0597f2df891c0db3ea3f78e9340855a68c86e72f762fedddf2cdade6112bfed3c1c92919c78ebbdc05626ffec8ece7db1c0bc8e SHA512 6157d3b0296a33b0a01a89a88f221eb2192b5f0c4e4021aff93977609d06a5bc361271f38f8c645b0edc4cf1365889b385c03c55bd5ae6bb4259a916598c3185
 DIST tvbrowser-bin-4.2.4.tar.gz 5599146 BLAKE2B be8a3f890e8933d5f7dd91a86b00196691049b24f33b0738bccb473c28b0dd7cb889e32f2418f7a0b2dd2de509ba0bc00bd6ded148941c79b5a4e811e63e9730 SHA512 c6fbbb130260e47231a3621b595de37cde2ab8c83110903c2f34481ae07dc13eee8d038ade7ab60dea6d82a2006d8277a321b286c4bf9f04ec307c1ade26baeb

diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.3.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.3.ebuild
deleted file mode 100644
index ea86849d30d8..000000000000
--- a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit desktop
-
-DESCRIPTION="Themeable and easy to use TV Guide - written in Java"
-HOMEPAGE="https://www.tvbrowser.org"
-MY_PN="tvbrowser"
-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"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-JAVA_SLOT=11
-RDEPEND="|| ( dev-java/openjdk:${JAVA_SLOT}
-	dev-java/openjdk-bin:${JAVA_SLOT}
-	dev-java/openjdk-jre-bin:${JAVA_SLOT} )"
-
-S="${WORKDIR}"/"${MY_PN}-${PV}"
-
-src_install() {
-	# Copy files and directories
-	insinto /opt/"${P}"
-	doins -r *
-
-	# Generate launcher
-	exeinto /opt/bin
-	sed -e "s/^P=.*\$/P=${P}/" \
-		-e "s/^JAVA_SLOT=.*\$/JAVA_SLOT=${JAVA_SLOT}/" \
-		"${FILESDIR}"/tvbrowser | \
-		newexe - tvbrowser || die
-
-	# Generate desktop entry
-	make_desktop_entry tvbrowser "TV-Browser" \
-		/opt/"${P}"/imgs/tvbrowser128.png \
-		"AudioVideo;TV;Video"
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
@ 2022-07-23 12:50 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2022-07-23 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b11657679b51cb909ebc109c6be3c045c38fc469
Author:     Harald Judt <h.judt <AT> gmx <DOT> at>
AuthorDate: Mon Jul 11 11:28:30 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 12:50:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1165767

media-tv/tvbrowser-bin: Remove version 4.2.4

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

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

diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest
index f4633d531da5..002cf650ce94 100644
--- a/media-tv/tvbrowser-bin/Manifest
+++ b/media-tv/tvbrowser-bin/Manifest
@@ -1,2 +1 @@
-DIST tvbrowser-bin-4.2.4.tar.gz 5599146 BLAKE2B be8a3f890e8933d5f7dd91a86b00196691049b24f33b0738bccb473c28b0dd7cb889e32f2418f7a0b2dd2de509ba0bc00bd6ded148941c79b5a4e811e63e9730 SHA512 c6fbbb130260e47231a3621b595de37cde2ab8c83110903c2f34481ae07dc13eee8d038ade7ab60dea6d82a2006d8277a321b286c4bf9f04ec307c1ade26baeb
 DIST tvbrowser-bin-4.2.6.tar.gz 5659017 BLAKE2B c9ef5f4df9a6338c3cadbc20d5ce14db7ce1821f993becd68e0187a371c068b296dde9002f89e527b7385a02bda0e0ca89ccf12b54761875b6c22f7f2415dc95 SHA512 0e3bf4b57974c7804c9cd2622c2dad9e4c873248feec53f0fb514944c698a890e59bcbe9bd4abe4a4146296b26e93b81d81b7eab8c27e055781c1e8571893d7d

diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.4.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.4.ebuild
deleted file mode 100644
index ea86849d30d8..000000000000
--- a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit desktop
-
-DESCRIPTION="Themeable and easy to use TV Guide - written in Java"
-HOMEPAGE="https://www.tvbrowser.org"
-MY_PN="tvbrowser"
-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"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-JAVA_SLOT=11
-RDEPEND="|| ( dev-java/openjdk:${JAVA_SLOT}
-	dev-java/openjdk-bin:${JAVA_SLOT}
-	dev-java/openjdk-jre-bin:${JAVA_SLOT} )"
-
-S="${WORKDIR}"/"${MY_PN}-${PV}"
-
-src_install() {
-	# Copy files and directories
-	insinto /opt/"${P}"
-	doins -r *
-
-	# Generate launcher
-	exeinto /opt/bin
-	sed -e "s/^P=.*\$/P=${P}/" \
-		-e "s/^JAVA_SLOT=.*\$/JAVA_SLOT=${JAVA_SLOT}/" \
-		"${FILESDIR}"/tvbrowser | \
-		newexe - tvbrowser || die
-
-	# Generate desktop entry
-	make_desktop_entry tvbrowser "TV-Browser" \
-		/opt/"${P}"/imgs/tvbrowser128.png \
-		"AudioVideo;TV;Video"
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
@ 2022-07-23 12:50 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2022-07-23 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     c99f2a76b4486ef8dada3144249bb15b0b607306
Author:     Harald Judt <h.judt <AT> gmx <DOT> at>
AuthorDate: Mon Jul 11 11:27:48 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 12:50:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c99f2a76

media-tv/tvbrowser-bin: Bump version to 4.2.6

Signed-off-by: Harald Judt <h.judt <AT> gmx.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-tv/tvbrowser-bin/Manifest                   |  1 +
 media-tv/tvbrowser-bin/tvbrowser-bin-4.2.6.ebuild | 39 +++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest
index 17b82b1c7d0d..f4633d531da5 100644
--- a/media-tv/tvbrowser-bin/Manifest
+++ b/media-tv/tvbrowser-bin/Manifest
@@ -1 +1,2 @@
 DIST tvbrowser-bin-4.2.4.tar.gz 5599146 BLAKE2B be8a3f890e8933d5f7dd91a86b00196691049b24f33b0738bccb473c28b0dd7cb889e32f2418f7a0b2dd2de509ba0bc00bd6ded148941c79b5a4e811e63e9730 SHA512 c6fbbb130260e47231a3621b595de37cde2ab8c83110903c2f34481ae07dc13eee8d038ade7ab60dea6d82a2006d8277a321b286c4bf9f04ec307c1ade26baeb
+DIST tvbrowser-bin-4.2.6.tar.gz 5659017 BLAKE2B c9ef5f4df9a6338c3cadbc20d5ce14db7ce1821f993becd68e0187a371c068b296dde9002f89e527b7385a02bda0e0ca89ccf12b54761875b6c22f7f2415dc95 SHA512 0e3bf4b57974c7804c9cd2622c2dad9e4c873248feec53f0fb514944c698a890e59bcbe9bd4abe4a4146296b26e93b81d81b7eab8c27e055781c1e8571893d7d

diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.6.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.6.ebuild
new file mode 100644
index 000000000000..ea86849d30d8
--- /dev/null
+++ b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit desktop
+
+DESCRIPTION="Themeable and easy to use TV Guide - written in Java"
+HOMEPAGE="https://www.tvbrowser.org"
+MY_PN="tvbrowser"
+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"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+JAVA_SLOT=11
+RDEPEND="|| ( dev-java/openjdk:${JAVA_SLOT}
+	dev-java/openjdk-bin:${JAVA_SLOT}
+	dev-java/openjdk-jre-bin:${JAVA_SLOT} )"
+
+S="${WORKDIR}"/"${MY_PN}-${PV}"
+
+src_install() {
+	# Copy files and directories
+	insinto /opt/"${P}"
+	doins -r *
+
+	# Generate launcher
+	exeinto /opt/bin
+	sed -e "s/^P=.*\$/P=${P}/" \
+		-e "s/^JAVA_SLOT=.*\$/JAVA_SLOT=${JAVA_SLOT}/" \
+		"${FILESDIR}"/tvbrowser | \
+		newexe - tvbrowser || die
+
+	# Generate desktop entry
+	make_desktop_entry tvbrowser "TV-Browser" \
+		/opt/"${P}"/imgs/tvbrowser128.png \
+		"AudioVideo;TV;Video"
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
@ 2022-07-23 12:50 Joonas Niilola
  0 siblings, 0 replies; 13+ messages in thread
From: Joonas Niilola @ 2022-07-23 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     4c31dbd56f6a71b52dacf853b6a3844d4e89f281
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 12:35:39 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 12:50:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c31dbd5

media-tv/tvbrowser-bin: update EAPI 7 -> 8

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-tv/tvbrowser-bin/tvbrowser-bin-4.2.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.6.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.6.ebuild
index ea86849d30d8..bc0c8bb7a3f9 100644
--- a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.6.ebuild
+++ b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
 inherit desktop
 


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
@ 2023-01-11  6:46 Viorel Munteanu
  0 siblings, 0 replies; 13+ messages in thread
From: Viorel Munteanu @ 2023-01-11  6:46 UTC (permalink / raw
  To: gentoo-commits

commit:     274989d5e446116a13487783d60e63340608399a
Author:     Harald Judt <h.judt <AT> gmx <DOT> at>
AuthorDate: Sun Jan  1 04:14:43 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 06:44:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274989d5

media-tv/tvbrowser-bin: Bump version to 4.2.7

Signed-off-by: Harald Judt <h.judt <AT> gmx.at>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 media-tv/tvbrowser-bin/Manifest                   |  1 +
 media-tv/tvbrowser-bin/tvbrowser-bin-4.2.7.ebuild | 39 +++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest
index 002cf650ce94..842fbac40171 100644
--- a/media-tv/tvbrowser-bin/Manifest
+++ b/media-tv/tvbrowser-bin/Manifest
@@ -1 +1,2 @@
 DIST tvbrowser-bin-4.2.6.tar.gz 5659017 BLAKE2B c9ef5f4df9a6338c3cadbc20d5ce14db7ce1821f993becd68e0187a371c068b296dde9002f89e527b7385a02bda0e0ca89ccf12b54761875b6c22f7f2415dc95 SHA512 0e3bf4b57974c7804c9cd2622c2dad9e4c873248feec53f0fb514944c698a890e59bcbe9bd4abe4a4146296b26e93b81d81b7eab8c27e055781c1e8571893d7d
+DIST tvbrowser-bin-4.2.7.tar.gz 5678714 BLAKE2B 22af4810641943db990d9fc5290e1c64b0b6921efba0bb72aeba674850fa07a6f0cae678557df74c973712058dbf1ac3480edbc470c4fd05b95a422e9594a296 SHA512 922db2dbae2a4278abb8a818ac23eba38de20b0c3b273b5b7d4fbb57085136500f8cf6cc1daf2ad6765d9b8b1b8e8b8351463397a8ed5ab3025ae6faed8c37ae

diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.7.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.7.ebuild
new file mode 100644
index 000000000000..0e2ced4a33ce
--- /dev/null
+++ b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+inherit desktop
+
+DESCRIPTION="Themeable and easy to use TV Guide - written in Java"
+HOMEPAGE="https://www.tvbrowser.org"
+MY_PN="tvbrowser"
+SRC_URI="https://sourceforge.net/projects/tvbrowser/files/TV-Browser%20Releases%20%28Java%2011%20and%20higher%29/${PV}/${MY_PN}_${PV}_bin.tar.gz/download -> ${P}.tar.gz"
+S="${WORKDIR}"/"${MY_PN}-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+JAVA_SLOT=11
+RDEPEND="|| ( dev-java/openjdk:${JAVA_SLOT}
+	dev-java/openjdk-bin:${JAVA_SLOT}
+	dev-java/openjdk-jre-bin:${JAVA_SLOT} )"
+
+src_install() {
+	# Copy files and directories
+	insinto /opt/"${P}"
+	doins -r *
+
+	# Generate launcher
+	exeinto /opt/bin
+	sed -e "s/^P=.*\$/P=${P}/" \
+		-e "s/^JAVA_SLOT=.*\$/JAVA_SLOT=${JAVA_SLOT}/" \
+		"${FILESDIR}"/tvbrowser | \
+		newexe - tvbrowser || die
+
+	# Generate desktop entry
+	make_desktop_entry tvbrowser "TV-Browser" \
+		/opt/"${P}"/imgs/tvbrowser128.png \
+		"AudioVideo;TV;Video"
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
@ 2023-01-11  6:46 Viorel Munteanu
  0 siblings, 0 replies; 13+ messages in thread
From: Viorel Munteanu @ 2023-01-11  6:46 UTC (permalink / raw
  To: gentoo-commits

commit:     4c57bdb8905ad9d86cb0cee59648bad1241de543
Author:     Harald Judt <h.judt <AT> gmx <DOT> at>
AuthorDate: Sun Jan  1 04:16:39 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 06:44:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c57bdb8

media-tv/tvbrowser-bin: Remove version 4.2.6

Signed-off-by: Harald Judt <h.judt <AT> gmx.at>
Closes: https://github.com/gentoo/gentoo/pull/28909
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

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

diff --git a/media-tv/tvbrowser-bin/Manifest b/media-tv/tvbrowser-bin/Manifest
index 842fbac40171..0bdc3f35ca45 100644
--- a/media-tv/tvbrowser-bin/Manifest
+++ b/media-tv/tvbrowser-bin/Manifest
@@ -1,2 +1 @@
-DIST tvbrowser-bin-4.2.6.tar.gz 5659017 BLAKE2B c9ef5f4df9a6338c3cadbc20d5ce14db7ce1821f993becd68e0187a371c068b296dde9002f89e527b7385a02bda0e0ca89ccf12b54761875b6c22f7f2415dc95 SHA512 0e3bf4b57974c7804c9cd2622c2dad9e4c873248feec53f0fb514944c698a890e59bcbe9bd4abe4a4146296b26e93b81d81b7eab8c27e055781c1e8571893d7d
 DIST tvbrowser-bin-4.2.7.tar.gz 5678714 BLAKE2B 22af4810641943db990d9fc5290e1c64b0b6921efba0bb72aeba674850fa07a6f0cae678557df74c973712058dbf1ac3480edbc470c4fd05b95a422e9594a296 SHA512 922db2dbae2a4278abb8a818ac23eba38de20b0c3b273b5b7d4fbb57085136500f8cf6cc1daf2ad6765d9b8b1b8e8b8351463397a8ed5ab3025ae6faed8c37ae

diff --git a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.6.ebuild b/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.6.ebuild
deleted file mode 100644
index bc0c8bb7a3f9..000000000000
--- a/media-tv/tvbrowser-bin/tvbrowser-bin-4.2.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-inherit desktop
-
-DESCRIPTION="Themeable and easy to use TV Guide - written in Java"
-HOMEPAGE="https://www.tvbrowser.org"
-MY_PN="tvbrowser"
-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"
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-JAVA_SLOT=11
-RDEPEND="|| ( dev-java/openjdk:${JAVA_SLOT}
-	dev-java/openjdk-bin:${JAVA_SLOT}
-	dev-java/openjdk-jre-bin:${JAVA_SLOT} )"
-
-S="${WORKDIR}"/"${MY_PN}-${PV}"
-
-src_install() {
-	# Copy files and directories
-	insinto /opt/"${P}"
-	doins -r *
-
-	# Generate launcher
-	exeinto /opt/bin
-	sed -e "s/^P=.*\$/P=${P}/" \
-		-e "s/^JAVA_SLOT=.*\$/JAVA_SLOT=${JAVA_SLOT}/" \
-		"${FILESDIR}"/tvbrowser | \
-		newexe - tvbrowser || die
-
-	# Generate desktop entry
-	make_desktop_entry tvbrowser "TV-Browser" \
-		/opt/"${P}"/imgs/tvbrowser128.png \
-		"AudioVideo;TV;Video"
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-01-11  6:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-23 12:50 [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/ Joonas Niilola
  -- strict thread matches above, loose matches on Subject: below --
2023-01-11  6:46 Viorel Munteanu
2023-01-11  6:46 Viorel Munteanu
2022-07-23 12:50 Joonas Niilola
2022-07-23 12:50 Joonas Niilola
2022-01-05 20:48 Florian Schmaus
2022-01-05 20:48 Florian Schmaus
2021-05-30  7:12 Joonas Niilola
2021-05-30  7:12 Joonas Niilola
2021-01-29 13:52 Joonas Niilola
2021-01-29 13:52 Joonas Niilola
2020-07-29  7:29 Joonas Niilola
2019-08-01 12:23 Joonas Niilola

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox