public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-weatherng/
@ 2016-09-30  5:28 Joerg Bornkessel
  0 siblings, 0 replies; 3+ messages in thread
From: Joerg Bornkessel @ 2016-09-30  5:28 UTC (permalink / raw
  To: gentoo-commits

commit:     cd5ad7c3e401e06ce01af9f236a1aefbd481b6f2
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 05:27:42 2016 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 05:27:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5ad7c3

media-plugins/vdr-weatherng: fix gcc-6 compile, wrt bug 595390

Package-Manager: portage-2.3.0

 media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 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 67726de..e4868de 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,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit vdr-plugin-2
+inherit vdr-plugin-2 flag-o-matic
 
 MY_PV="${PV/_/-}"
 MY_P="${PN}-${MY_PV}"
@@ -32,6 +32,9 @@ PATCHES=("${FILESDIR}/${P}-i18n-fix.diff")
 src_prepare() {
 	vdr-plugin-2_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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-weatherng/
@ 2019-12-11 22:16 Joerg Bornkessel
  0 siblings, 0 replies; 3+ messages in thread
From: Joerg Bornkessel @ 2019-12-11 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     7e9cccf8ed86d172e697d9cb50223c457578a77f
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 22:08:54 2019 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> 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 <hd_brummy <AT> 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-weatherng/
@ 2020-02-14 21:51 Jörg Bornkessel
  0 siblings, 0 replies; 3+ messages in thread
From: Jörg Bornkessel @ 2020-02-14 21:51 UTC (permalink / raw
  To: gentoo-commits

commit:     296661f7fcc5c4b9be70667b7e705c37184e4ea5
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 21:41:46 2020 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Fri Feb 14 21:50:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296661f7

media-plugins/vdr-weatherng: removed longdescription

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>

 media-plugins/vdr-weatherng/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/media-plugins/vdr-weatherng/metadata.xml b/media-plugins/vdr-weatherng/metadata.xml
index d9021429e63..bf7c57d120e 100644
--- a/media-plugins/vdr-weatherng/metadata.xml
+++ b/media-plugins/vdr-weatherng/metadata.xml
@@ -5,10 +5,6 @@
 		<email>vdr@gentoo.org</email>
 		<name>Gentoo VDR Project</name>
 	</maintainer>
-	<longdescription>
-		Plugin weatherng for the Video Disk Recorder (VDR)
-		Show weahter data for your City.
-	</longdescription>
 	<use>
 		<flag name="dxr3">enables lower osd color depth for dxr3 cards</flag>
 	</use>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-02-14 21:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-11 22:16 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-weatherng/ Joerg Bornkessel
  -- strict thread matches above, loose matches on Subject: below --
2020-02-14 21:51 Jörg Bornkessel
2016-09-30  5:28 Joerg Bornkessel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox