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 498F7138336 for ; Wed, 11 Dec 2019 22:16:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F368E08B1; Wed, 11 Dec 2019 22:16:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 60BFCE08B0 for ; Wed, 11 Dec 2019 22:16:44 +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 667A734D950 for ; Wed, 11 Dec 2019 22:16:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DB012A5 for ; Wed, 11 Dec 2019 22:16:42 +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: <1576102579.c0984c258ee69485d7b34963c9f60c9e8e58e50b.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-extb/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild X-VCS-Directories: media-plugins/vdr-extb/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: c0984c258ee69485d7b34963c9f60c9e8e58e50b X-VCS-Branch: master Date: Wed, 11 Dec 2019 22:16:42 +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: 5687217d-1376-424d-88b9-df6d1967998b X-Archives-Hash: 08f4c0b1d746498a6aa20ccbadceb0b3 commit: c0984c258ee69485d7b34963c9f60c9e8e58e50b Author: Joerg Bornkessel gentoo org> AuthorDate: Wed Dec 11 21:41:29 2019 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Wed Dec 11 22:16:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0984c25 media-plugins/vdr-extb: fixed mirror://vdrfiles is dead added new src_uri to fix dead mirror Bug: https://bugs.gentoo.org/695898 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel gentoo.org> media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild b/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild index 70c48ee88c0..ad6f148be98 100644 --- a/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild +++ b/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild @@ -1,23 +1,23 @@ # 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: used to control the VDR Extension Board" -HOMEPAGE="http://www.deltab.de/content/view/74/76/" -SRC_URI="http://www.deltab.de/component/option,com_docman/task,doc_download/gid,102/ -> "${P}".tar.gz - mirror://vdrfiles/${PN}/extb_firmware_1.08_lircd.conf.zip - mirror://vdrfiles/${PN}/extb.tar.gz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tar.gz + http://vdr.websitec.de/download/${PN}/extb_firmware_1.08_lircd.conf.zip + http://vdr.websitec.de/download/${PN}/extb.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=media-video/vdr-1.6.0 - app-misc/lirc" +DEPEND="app-misc/lirc + media-video/vdr" RDEPEND="${DEPEND}" src_prepare() { @@ -27,8 +27,8 @@ src_prepare() { -e "s:\$(LDLIBS):\$(LDFLAGS) \$(LDLIBS):" cd "${WORKDIR}" - epatch "${FILESDIR}/${P}-gentoo.diff" - epatch "${FILESDIR}/${P}_vdr-1.7.13.diff" + eapply -p0 "${FILESDIR}/${P}-gentoo.diff" + eapply -p0 "${FILESDIR}/${P}_vdr-1.7.13.diff" } src_compile() { @@ -39,8 +39,7 @@ src_compile() { src_install() { vdr-plugin-2_src_install - dodoc README.de - dodoc "${WORKDIR}/lircd.conf.extb_FW1.08" + dodoc README.de "${WORKDIR}/lircd.conf.extb_FW1.08" docinto wakeup dodoc "${S}/wakeup/README.de" @@ -62,10 +61,9 @@ src_install() { pkg_postinst() { vdr-plugin-2_pkg_postinst - einfo einfo "You need to upload the included firmware (1.08)" einfo "(you will find it in /usr/share/extb/)" einfo "into the extension board and update your lircd.conf" einfo "See the supplied lircd.conf.extb_FW1.08 in" - einfo "/usr/share/doc/vdrplugin-extb" + einfo "/usr/share/doc/${PF}" }