From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1131216-garchives=archives.gentoo.org@lists.gentoo.org> 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 E903E138334 for <garchives@archives.gentoo.org>; Sun, 15 Dec 2019 20:01:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D92EAE087A; Sun, 15 Dec 2019 20:01:34 +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 C1FD3E0878 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Dec 2019 20:01:34 +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 A2C0434D8C3 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Dec 2019 20:01:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 944E1905 for <gentoo-commits@lists.gentoo.org>; Sun, 15 Dec 2019 20:01:31 +0000 (UTC) From: "Joerg Bornkessel" <hd_brummy@gentoo.org> 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" <hd_brummy@gentoo.org> Message-ID: <1576440062.6f2f98244d909a9dfdf64ee6c7ea19eead0ce994.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild X-VCS-Directories: media-plugins/vdr-proxy/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: 6f2f98244d909a9dfdf64ee6c7ea19eead0ce994 X-VCS-Branch: master Date: Sun, 15 Dec 2019 20:01:31 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f5816308-d5da-41c5-acbe-59e8ccda831e X-Archives-Hash: a2160e5393880524282139ef853f6357 commit: 6f2f98244d909a9dfdf64ee6c7ea19eead0ce994 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> AuthorDate: Sun Dec 15 19:27:12 2019 +0000 Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org> CommitDate: Sun Dec 15 20:01:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2f9824 media-plugins/vdr-proxy: 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 <hd_brummy <AT> gentoo.org> media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild b/media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild index c7a945de01e..10747125966 100644 --- a/media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild +++ b/media-plugins/vdr-proxy/vdr-proxy-0.1.4-r1.ebuild @@ -1,18 +1,17 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit vdr-plugin-2 -IUSE="" -SLOT="0" - DESCRIPTION="VDR Plugin: enable grouping of menu entries, online load/unload" -HOMEPAGE="http://urichter.cjb.net/vdr/?h=proxy" -SRC_URI="http://www.mathematik.uni-kassel.de/~urichter/vdr/files/${P}.tgz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" +SLOT="0" DEPEND=">=media-video/vdr-1.3.23"