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 A1D35138335 for ; 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 C8176E0876; 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 B0414E0876 for ; Sun, 15 Dec 2019 20:01:34 +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 4F9D034D8AF for ; Sun, 15 Dec 2019 20:01:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEA7D968 for ; Sun, 15 Dec 2019 20:01:31 +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: <1576440067.6ace82a1ff6ab137eab21e5af19316a37b3aa3dc.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-sndctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild X-VCS-Directories: media-plugins/vdr-sndctl/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: 6ace82a1ff6ab137eab21e5af19316a37b3aa3dc X-VCS-Branch: master Date: Sun, 15 Dec 2019 20:01:31 +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: 6c1ce7c6-b5b2-46b4-b843-495994756cd3 X-Archives-Hash: 70afd84c5ab04a90afdfb355dcccb6c7 commit: 6ace82a1ff6ab137eab21e5af19316a37b3aa3dc Author: Joerg Bornkessel gentoo org> AuthorDate: Sun Dec 15 19:46:45 2019 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Sun Dec 15 20:01:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ace82a1 media-plugins/vdr-sndctl: 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> media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild b/media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild index 01935d4ea7a..5948226fea3 100644 --- a/media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild +++ b/media-plugins/vdr-sndctl/vdr-sndctl-0.1.5.1.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit vdr-plugin-2 -DESCRIPTION="VDR plugin: Control the vol level of diff controls of your sound- -card according to the settings of VDR" +DESCRIPTION="VDR plugin: Control the vol level of diff controls of your soundcard" HOMEPAGE="https://projects.vdr-developer.org/projects/plg-sndctl" -SRC_URI="http://www.vdr-portal.de/board/attachment.php?attachmentid=25497 -> ${P}.tar.gz" +SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"