public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue, 22 Jun 2021 18:29:04 +0000 (UTC)	[thread overview]
Message-ID: <1624386525.153c93a468550bca032e2d0bbe6169bf7d9b5c43.sam@gentoo> (raw)

commit:     153c93a468550bca032e2d0bbe6169bf7d9b5c43
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sat Feb 20 20:57:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 18:28:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=153c93a4

media-plugins/vdr-rssreader-2.2.1: update SRC_URI, new EAPI

plugin author moved to github

adjust metadata.xml

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-plugins/vdr-rssreader/metadata.xml           | 19 +++++++++---
 .../vdr-rssreader/vdr-rssreader-2.2.1-r2.ebuild    | 35 ++++++++++++++++++++++
 2 files changed, 50 insertions(+), 4 deletions(-)

diff --git a/media-plugins/vdr-rssreader/metadata.xml b/media-plugins/vdr-rssreader/metadata.xml
index 27f419c289c..3044af88786 100644
--- a/media-plugins/vdr-rssreader/metadata.xml
+++ b/media-plugins/vdr-rssreader/metadata.xml
@@ -1,8 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-<email>vdr@gentoo.org</email>
-<name>Gentoo VDR Project</name>
-</maintainer>
+	<maintainer type="person" proxied="yes">
+		<email>martin.dummer@gmx.net</email>
+		<name>Martin Dummer</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>vdr@gentoo.org</email>
+		<name>Gentoo VDR Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github"> rofafor/vdr-plugin-rssreader</remote-id>
+	</upstream>
 </pkgmetadata>

diff --git a/media-plugins/vdr-rssreader/vdr-rssreader-2.2.1-r2.ebuild b/media-plugins/vdr-rssreader/vdr-rssreader-2.2.1-r2.ebuild
new file mode 100644
index 00000000000..909b0886146
--- /dev/null
+++ b/media-plugins/vdr-rssreader/vdr-rssreader-2.2.1-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}.tgz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	>=media-video/vdr-2.2.0
+	>=dev-libs/expat-1.95.8
+	>=net-misc/curl-7.15.1-r1"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-2.0.0-gentoo.diff"
+	"${FILESDIR}/${P}_c++11.patch"
+)
+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"
+}


             reply	other threads:[~2021-06-22 18:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-22 18:29 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-23 19:29 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rssreader/ Arthur Zamarin
2025-09-23 13:00 Arthur Zamarin
2025-08-01  4:26 Sam James
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-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=1624386525.153c93a468550bca032e2d0bbe6169bf7d9b5c43.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