public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-loadepg/, media-plugins/vdr-loadepg/files/
Date: Sun, 21 Jul 2024 15:12:11 +0000 (UTC)	[thread overview]
Message-ID: <1721574476.86c0c2e595e00d16f1df6b8b71c9ad9a45d93f14.conikost@gentoo> (raw)

commit:     86c0c2e595e00d16f1df6b8b71c9ad9a45d93f14
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Jul 14 12:31:37 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 15:07:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c0c2e5

media-plugins/vdr-loadepg: fix pkgcheck issues

update DESCRIPTION, remove trailing whitespace, update EAPI 7 -> 8

Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-plugins/vdr-loadepg/files/rc-addon.sh        |  4 ++--
 media-plugins/vdr-loadepg/vdr-loadepg-0.2.7.ebuild | 19 ++++++++++---------
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/media-plugins/vdr-loadepg/files/rc-addon.sh b/media-plugins/vdr-loadepg/files/rc-addon.sh
index 808396921c80..3c758b73d0b7 100644
--- a/media-plugins/vdr-loadepg/files/rc-addon.sh
+++ b/media-plugins/vdr-loadepg/files/rc-addon.sh
@@ -1,9 +1,9 @@
 #
 # rc-addon-script for plugin loadepg
 #
-# Joerg Bornkessel hd_brummy@gentoo.org 
+# Joerg Bornkessel hd_brummy@gentoo.org
 # Gentoo-VDR-Project vdr@gentoo.org
-# 
+#
 
 LOADEPG_CONFDIR="/etc/vdr/plugins/loadepg"
 

diff --git a/media-plugins/vdr-loadepg/vdr-loadepg-0.2.7.ebuild b/media-plugins/vdr-loadepg/vdr-loadepg-0.2.7.ebuild
index cdc48c71051b..8a395efab723 100644
--- a/media-plugins/vdr-loadepg/vdr-loadepg-0.2.7.ebuild
+++ b/media-plugins/vdr-loadepg/vdr-loadepg-0.2.7.ebuild
@@ -1,32 +1,33 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit vdr-plugin-2
 
-DESCRIPTION="VDR : Loadepg Plugin; Canal+ group (Mediahighway)"
+DESCRIPTION="VDR Plugin: Load EPG from file or MediaHighWay or SkyBox Receivers"
 HOMEPAGE="https://lukkinosat.altervista.org/"
 SRC_URI="https://lukkinosat.altervista.org/${P}.tgz"
 S="${WORKDIR}/${P}"
 
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="media-video/vdr"
 RDEPEND="${DEPEND}"
+BDEPEND="acct-user/vdr"
+
+PATCHES=( "${FILESDIR}/${P}_asprintf.patch" )
 
 src_prepare() {
 	# remove untranslated po files
-	rm "${S}"/po/{ca_ES,cs_CZ,da_DK,el_GR,et_EE,fr_FR,hr_HR,hu_HU,nn_NO,pl_PL,pt_PT,ro_RO,ru_RU,sl_SI,sv_SE,tr_TR}.po
+	rm "${S}"/po/{ca_ES,cs_CZ,da_DK,el_GR,et_EE,fr_FR,hr_HR,hu_HU,nn_NO,pl_PL,pt_PT,ro_RO,ru_RU,sl_SI,sv_SE,tr_TR}.po \
+		|| die
 
 	vdr-plugin-2_src_prepare
 
 	fix_vdr_libsi_include loadepg.h
-
-	eapply "${FILESDIR}/${P}_asprintf.patch"
-
 }
 
 src_install() {


             reply	other threads:[~2024-07-21 15:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-21 15:12 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-28 13:36 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-loadepg/, media-plugins/vdr-loadepg/files/ Jörg Bornkessel

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=1721574476.86c0c2e595e00d16f1df6b8b71c9ad9a45d93f14.conikost@gentoo \
    --to=conikost@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