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 38007138334 for ; Thu, 19 Dec 2019 22:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60D72E08A2; Thu, 19 Dec 2019 22:03:42 +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 495B9E08A2 for ; Thu, 19 Dec 2019 22:03:42 +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 C552434D76A for ; Thu, 19 Dec 2019 22:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48E8D8D7 for ; Thu, 19 Dec 2019 22:03:38 +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: <1576793001.466ce315c6cc118fd3d2c542ea4607be5dbac42a.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-vdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-vdr/eselect-vdr-0.0.3.ebuild app-eselect/eselect-vdr/eselect-vdr-0.0.4.ebuild X-VCS-Directories: app-eselect/eselect-vdr/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Jörg Bornkessel X-VCS-Revision: 466ce315c6cc118fd3d2c542ea4607be5dbac42a X-VCS-Branch: master Date: Thu, 19 Dec 2019 22:03:38 +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: dc0c06c0-d84b-41f9-a20c-24fd280f1e72 X-Archives-Hash: 05725b80b76332fcf866270f51d352c9 commit: 466ce315c6cc118fd3d2c542ea4607be5dbac42a Author: Joerg Bornkessel gentoo org> AuthorDate: Thu Dec 19 22:02:28 2019 +0000 Commit: Jörg Bornkessel gentoo org> CommitDate: Thu Dec 19 22:03:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=466ce315 app-eselect/eselect-vdr: QA, fixed homepage Package-Manager: Portage-2.3.82, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel gentoo.org> app-eselect/eselect-vdr/eselect-vdr-0.0.3.ebuild | 4 ++-- app-eselect/eselect-vdr/eselect-vdr-0.0.4.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-eselect/eselect-vdr/eselect-vdr-0.0.3.ebuild b/app-eselect/eselect-vdr/eselect-vdr-0.0.3.ebuild index d56115f07f1..74b2e7d0726 100644 --- a/app-eselect/eselect-vdr/eselect-vdr-0.0.3.ebuild +++ b/app-eselect/eselect-vdr/eselect-vdr-0.0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Manages the VDR plugins" -HOMEPAGE="https://www.gentoo.org/" +HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-vdr-scripts.git/?h=eselect-module" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" diff --git a/app-eselect/eselect-vdr/eselect-vdr-0.0.4.ebuild b/app-eselect/eselect-vdr/eselect-vdr-0.0.4.ebuild index dc3714d45d0..d89a4eb4e35 100644 --- a/app-eselect/eselect-vdr/eselect-vdr-0.0.4.ebuild +++ b/app-eselect/eselect-vdr/eselect-vdr-0.0.4.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="Manages the VDR plugins" -HOMEPAGE="https://www.gentoo.org/" +HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-vdr-scripts.git/?h=eselect-module" SRC_URI="http://vdr.websitec.de/download/eselect-vdr/${P}.tar.bz2" LICENSE="GPL-2"