From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BEE113835A for ; Sun, 21 Mar 2021 16:54:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DA5AE086E; Sun, 21 Mar 2021 16:54:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44789E086E for ; Sun, 21 Mar 2021 16:54:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C92FB33BE14 for ; Sun, 21 Mar 2021 16:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 269305CE for ; Sun, 21 Mar 2021 16:54:07 +0000 (UTC) From: "Jörg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jörg Bornkessel" Message-ID: <1616345636.add797d5f3f348f0fb16f0e1d6b36b0161dea44d.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rssreader/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-rssreader/Manifest media-plugins/vdr-rssreader/vdr-rssreader-2.4.0.ebuild X-VCS-Directories: media-plugins/vdr-rssreader/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Jörg Bornkessel X-VCS-Revision: add797d5f3f348f0fb16f0e1d6b36b0161dea44d X-VCS-Branch: master Date: Sun, 21 Mar 2021 16:54:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1bc58b41-a954-425c-a239-2235345b4d9c X-Archives-Hash: 21dbac3fc6c56e71a633d1e9c311d754 commit: add797d5f3f348f0fb16f0e1d6b36b0161dea44d Author: Joerg Bornkessel gentoo org> AuthorDate: Sun Mar 21 16:50:27 2021 +0000 Commit: Jörg Bornkessel gentoo org> CommitDate: Sun Mar 21 16:53:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add797d5 media-plugins/vdr-rssreader: version bump Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Joerg Bornkessel gentoo.org> media-plugins/vdr-rssreader/Manifest | 1 + .../vdr-rssreader/vdr-rssreader-2.4.0.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/media-plugins/vdr-rssreader/Manifest b/media-plugins/vdr-rssreader/Manifest index eb28ed607d0..2e943e11a36 100644 --- a/media-plugins/vdr-rssreader/Manifest +++ b/media-plugins/vdr-rssreader/Manifest @@ -1 +1,2 @@ DIST vdr-rssreader-2.2.1.tgz 26518 BLAKE2B d8d96317fd9d7c1b0d6d554b319a9d57dd62479b61e467e1dab39d064aad17c3b9b7d7e9184c4b58e41e2f48778b420b942ced8d66d352c7ef490b69e0eb34bb SHA512 e272acf4b547223b8acc378edfa96196273a6baef68e03dcf123701b1fc915425712ad8a0f1ecb690f921b5d65c327bc21f87c4f5efb8d955416c2334f136b71 +DIST vdr-rssreader-2.4.0.tar.gz 27355 BLAKE2B 484e827c86f06179ff24a67116934c4b81410fe49884508d0bc42e2c4a7233a12859d26c70df3fed546a29ebacfecc43d13f19f3bec38042b3b24d6be523843d SHA512 9b7f250ca542a174f0f8a09576f76633d3b282bbdcfbf1cddfc7e2c2c00981d0441a196774d53e8f327caa79c96ed1833419a1429e34818061a2903359ab15aa diff --git a/media-plugins/vdr-rssreader/vdr-rssreader-2.4.0.ebuild b/media-plugins/vdr-rssreader/vdr-rssreader-2.4.0.ebuild new file mode 100644 index 00000000000..56cbe83b690 --- /dev/null +++ b/media-plugins/vdr-rssreader/vdr-rssreader-2.4.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vdr-plugin-2 + +MY_P="v2.4.0" + +DESCRIPTION="VDR Plugin: RSS reader" +HOMEPAGE="https://github.com/rofafor/vdr-plugin-rssreader" +SRC_URI="https://github.com/rofafor/vdr-plugin-rssreader/archive/refs/tags/${MY_P}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=media-video/vdr-2.4.0 + >=dev-libs/expat-1.95.8 + >=net-misc/curl-7.15.1-r1" + +RDEPEND="${DEPEND}" + +S="${WORKDIR}/vdr-plugin-rssreader-${PV}" + +src_install() { + vdr-plugin-2_src_install + + insinto /etc/vdr/plugins/rssreader + doins "${S}/rssreader/rssreader.conf" +}