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 90561138334 for ; Sun, 15 Dec 2019 19:01:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 913EDE083D; Sun, 15 Dec 2019 19:01:29 +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 7A08CE083D for ; Sun, 15 Dec 2019 19:01:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4BC9034D8BD for ; Sun, 15 Dec 2019 19:01:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C46D092F for ; Sun, 15 Dec 2019 19:01:25 +0000 (UTC) From: "Joerg 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, "Joerg Bornkessel" Message-ID: <1576436470.05402eef5766638b237fd0e4975a44499a0f3e29.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-nordlichtsepg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild X-VCS-Directories: media-plugins/vdr-nordlichtsepg/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: 05402eef5766638b237fd0e4975a44499a0f3e29 X-VCS-Branch: master Date: Sun, 15 Dec 2019 19:01:25 +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: d3104287-b223-4f2f-8b33-9e6d0526305c X-Archives-Hash: b8474a4c5aeb8c93e1c80b8778d84e70 commit: 05402eef5766638b237fd0e4975a44499a0f3e29 Author: Joerg Bornkessel gentoo org> AuthorDate: Sun Dec 15 18:54:39 2019 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Sun Dec 15 19:01:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05402eef media-plugins/vdr-nordlichtsepg: fixed HOMEPAGE, SRC_URI Bug: https://bugs.gentoo.org/638458 Package-Manager: Portage-2.3.81, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel gentoo.org> .../vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild b/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild index 8cdc23037e4..1a24b0f8451 100644 --- a/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild +++ b/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild @@ -1,22 +1,21 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit vdr-plugin-2 -IUSE="" -SLOT="0" - MY_P="${PN}-${PV/_pre/-test}" DESCRIPTION="vdr Plugin: Better EPG view than default vdr" -HOMEPAGE="http://martins-kabuff.de/nordlichtsepg.html" -SRC_URI="http://martins-kabuff.de/download/${MY_P}.tgz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="http://vdr.websitec.de/download/${PN}/${MY_P}.tgz" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" +IUSE="" +SLOT="0" -DEPEND=">=media-video/vdr-1.3.31" +DEPEND="media-video/vdr" S="${WORKDIR}/${PN#vdr-}-${PV%_pre*}"