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 4E160138334 for ; Sun, 15 Dec 2019 17:12:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78E5BE0826; Sun, 15 Dec 2019 17:12:07 +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 5AA5EE0826 for ; Sun, 15 Dec 2019 17:12:07 +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 0D96934D8AB for ; Sun, 15 Dec 2019 17:12:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 859B430C for ; Sun, 15 Dec 2019 17:12:04 +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: <1576429908.c77642573f2601cc084d08d5d67b2710fc75937c.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-joystick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild X-VCS-Directories: media-plugins/vdr-joystick/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: c77642573f2601cc084d08d5d67b2710fc75937c X-VCS-Branch: master Date: Sun, 15 Dec 2019 17:12:04 +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: 2c5ccca9-5edb-4310-88c9-ab75ff9ff8c3 X-Archives-Hash: cfe7f55cf2685a27a237a1ac5f3672b1 commit: c77642573f2601cc084d08d5d67b2710fc75937c Author: Joerg Bornkessel gentoo org> AuthorDate: Sun Dec 15 17:11:05 2019 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Sun Dec 15 17:11:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7764257 media-plugins/vdr-joystick: fixed dead homepage, src_uri Bug: https://bugs.gentoo.org/620958 Closes: https://bugs.gentoo.org/620958 Package-Manager: Portage-2.3.81, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel gentoo.org> media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild b/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild index cf1cb984787..6438dc52b0d 100644 --- a/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild +++ b/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild @@ -1,20 +1,20 @@ # 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: allows using a joystick as a remote control for VDR" -HOMEPAGE="http://www.powarman.de/vdr_plugins.htm" -SRC_URI="http://home.arcor.de/andreas.regel/files/joystick/${P}.tgz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=media-video/vdr-1.4.6" +DEPEND="media-video/vdr" RDEPEND="${DEPEND}" src_install() { @@ -27,9 +27,8 @@ src_install() { pkg_postinst() { vdr-plugin-2_pkg_postinst - echo - elog "To use the plugin your joystick has to be connected to your game port and its kernel module has to be loaded." + elog "To use the plugin your joystick has to be connected to your" + elog "game port and its kernel module has to be loaded." elog "Check configuration file:" - elog "/etc/vdr/plugins/joystick/mapping.conf" - echo + elog "/etc/vdr/plugins/joystick/mapping.conf\n" }