From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/
Date: Wed, 11 Jan 2023 06:46:14 +0000 (UTC) [thread overview]
Message-ID: <1673419451.4c57bdb8905ad9d86cb0cee59648bad1241de543.ceamac@gentoo> (raw)
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"
-}
next reply other threads:[~2023-01-11 6:46 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-11 6:46 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-11 6:46 [gentoo-commits] repo/gentoo:master commit in: media-tv/tvbrowser-bin/ Viorel Munteanu
2022-07-23 12:50 Joonas Niilola
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1673419451.4c57bdb8905ad9d86cb0cee59648bad1241de543.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox