From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rssreader/
Date: Fri, 01 Aug 2025 04:26:54 +0000 (UTC) [thread overview]
Message-ID: <1754022328.db24dc5d5a65e770ffd7f6be3bbc1ded45b7dcad.sam@gentoo> (raw)
commit: db24dc5d5a65e770ffd7f6be3bbc1ded45b7dcad
Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Dec 29 18:00:49 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 1 04:25:28 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db24dc5d
media-plugins/vdr-rssreader: update EAPI 7 -> 8
fix metadata
change DEPEND
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Part-of: https://github.com/gentoo/gentoo/pull/39898
Closes: https://github.com/gentoo/gentoo/pull/39898
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
| 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+), 1 deletion(-)
--git a/media-plugins/vdr-rssreader/metadata.xml b/media-plugins/vdr-rssreader/metadata.xml
index 608417ac60ea..f5638e4e459f 100644
--- a/media-plugins/vdr-rssreader/metadata.xml
+++ b/media-plugins/vdr-rssreader/metadata.xml
@@ -14,6 +14,6 @@
<name>Gentoo VDR Project</name>
</maintainer>
<upstream>
- <remote-id type="github"> rofafor/vdr-plugin-rssreader</remote-id>
+ <remote-id type="github">rofafor/vdr-plugin-rssreader</remote-id>
</upstream>
</pkgmetadata>
--git a/media-plugins/vdr-rssreader/vdr-rssreader-2.4.0-r2.ebuild b/media-plugins/vdr-rssreader/vdr-rssreader-2.4.0-r2.ebuild
new file mode 100644
index 000000000000..585611a1d345
--- /dev/null
+++ b/media-plugins/vdr-rssreader/vdr-rssreader-2.4.0-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: RSS reader"
+HOMEPAGE="https://github.com/rofafor/vdr-plugin-rssreader"
+SRC_URI="https://github.com/rofafor/vdr-plugin-rssreader/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/vdr-plugin-rssreader-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ >media-video/vdr-2.4
+ dev-libs/expat
+ net-misc/curl"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-2.0.0-gentoo.diff"
+)
+QA_FLAGS_IGNORED="
+ usr/lib/vdr/plugins/libvdr-rssreader.*
+ usr/lib64/vdr/plugins/libvdr-rssreader.*"
+
+src_install() {
+ vdr-plugin-2_src_install
+
+ insinto /etc/vdr/plugins/rssreader
+ doins "${S}/rssreader/rssreader.conf"
+}
next reply other threads:[~2025-08-01 4:27 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-01 4:26 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-23 13:00 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rssreader/ Arthur Zamarin
2021-10-22 8:22 Jakov Smolić
2021-08-11 6:43 Agostino Sarubbo
2021-08-08 7:45 Agostino Sarubbo
2021-07-17 14:09 Mikle Kolyada
2021-07-17 14:07 Mikle Kolyada
2021-06-22 18:29 Sam James
2021-06-22 18:29 Sam James
2021-03-21 16:54 Jörg Bornkessel
2020-09-24 1:06 Aaron Bauman
2017-10-31 16:29 Andreas Hüttel
2017-10-26 20:30 Thomas Deutschmann
2015-09-27 12:04 Joerg 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=1754022328.db24dc5d5a65e770ffd7f6be3bbc1ded45b7dcad.sam@gentoo \
--to=sam@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