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 989D91382C5 for ; Sat, 1 May 2021 12:19:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9F86E0CCD; Sat, 1 May 2021 12:19:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C787AE0CCD for ; Sat, 1 May 2021 12:19:09 +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 E7862335C9C for ; Sat, 1 May 2021 12:19:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 297655D2 for ; Sat, 1 May 2021 12:19: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: <1619871529.a006671d9efa3583ef7005e463646197f1befa38.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-svdrpservice/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-svdrpservice/vdr-svdrpservice-1.0.0-r1.ebuild X-VCS-Directories: media-plugins/vdr-svdrpservice/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Jörg Bornkessel X-VCS-Revision: a006671d9efa3583ef7005e463646197f1befa38 X-VCS-Branch: master Date: Sat, 1 May 2021 12:19: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: 53675820-7a5e-4b4b-9aae-38b4cc292caa X-Archives-Hash: e4e1cfb1e01df4afe04bd9057e16ab2b commit: a006671d9efa3583ef7005e463646197f1befa38 Author: Joerg Bornkessel gentoo org> AuthorDate: Sat May 1 12:02:15 2021 +0000 Commit: Jörg Bornkessel gentoo org> CommitDate: Sat May 1 12:18:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a006671d media-plugins/vdr-svdrpservice: eapi 7 added eapi 7 ~ARCH version for future eapi 5 removal Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Joerg Bornkessel gentoo.org> .../vdr-svdrpservice/vdr-svdrpservice-1.0.0-r1.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/media-plugins/vdr-svdrpservice/vdr-svdrpservice-1.0.0-r1.ebuild b/media-plugins/vdr-svdrpservice/vdr-svdrpservice-1.0.0-r1.ebuild new file mode 100644 index 00000000000..809007eb49e --- /dev/null +++ b/media-plugins/vdr-svdrpservice/vdr-svdrpservice-1.0.0-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vdr-plugin-2 + +DESCRIPTION="VDR Plugin: offers SVDRP connections as a service to other plugins" +HOMEPAGE="http://vdr.schmirler.de/" +SRC_URI="http://vdr.schmirler.de/svdrpservice/${P}.tgz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=">=media-video/vdr-2.0.0" +RDEPEND="${DEPEND}"