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 33774138335 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 343D4E08BB; Wed, 11 Dec 2019 22:16:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B31C7E08C8 for ; Wed, 11 Dec 2019 22:16:44 +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 8ECFB34D954 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 4749B8D7 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: <1576102584.7e9cccf8ed86d172e697d9cb50223c457578a77f.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-weatherng/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild X-VCS-Directories: media-plugins/vdr-weatherng/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: 7e9cccf8ed86d172e697d9cb50223c457578a77f 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: 72dc53d8-d86b-4178-9452-6ea53c2a8a35 X-Archives-Hash: c289c04157ccb6d503bd903e23faf294 commit: 7e9cccf8ed86d172e697d9cb50223c457578a77f Author: Joerg Bornkessel gentoo org> AuthorDate: Wed Dec 11 22:08:54 2019 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Wed Dec 11 22:16:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e9cccf8 media-plugins/vdr-weatherng: fixed dead mirror://vdrfiles eapi=7 fixed HOMEPAGE 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> .../vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild b/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild index 601dcccf73f..279272a5b63 100644 --- a/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild +++ b/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit vdr-plugin-2 flag-o-matic -MY_PV="${PV/_/-}" +MY_PV="$(ver_rs 3 -)" MY_P="${PN}-${MY_PV}" DESCRIPTION="VDR plugin: show weather for specified place" -HOMEPAGE="http://www.vdr.glaserei-franz.de/vdrplugins.htm" -SRC_URI="mirror://vdrfiles/${PN}/${MY_P}.tgz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="http://vdr.websitec.de/download/${PN}/${MY_P}.tgz" LICENSE="GPL-2 stardock-images" SLOT="0" @@ -34,11 +34,11 @@ src_prepare() { # wrt bug 595390 append-cxxflags $(test-flags-CXX -std=gnu++03) -std=gnu++03 - epatch "${FILESDIR}/${P}-gentoo.diff" - epatch "${FILESDIR}/${P}-timeout.diff" - epatch "${FILESDIR}/${P}-gcc43.patch" + eapply "${FILESDIR}/${P}-gentoo.diff" + eapply "${FILESDIR}/${P}-timeout.diff" + eapply "${FILESDIR}/${P}-gcc43.patch" - use dxr3 && epatch "${FILESDIR}/${P}-dxr3.diff" + use dxr3 && eapply "${FILESDIR}/${P}-dxr3.diff" # /bin/sh is not necessaryly bash, so explicitly use /bin/bash sed -e 's#/bin/sh#/bin/bash#' -i examples/weatherng.sh