Gentoo Archives: gentoo-commits

From: Joerg Bornkessel <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-satip/files/, media-plugins/vdr-satip/
Date: Mon, 03 Sep 2018 11:14:23
Message-Id: 1535973220.d4b345fdf52a3c2251b72ccdc3b31402ded6db82.hd_brummy@gentoo
1 commit: d4b345fdf52a3c2251b72ccdc3b31402ded6db82
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 11:13:40 2018 +0000
4 Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 11:13:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b345fd
7
8 media-plugins/vdr-satip: cleanup old; eapi 7; fixed bug 637620
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 media-plugins/vdr-satip/Manifest | 2 --
13 .../files/vdr-satip-2.2.3_missinginclude.patch | 15 +++++++++++
14 media-plugins/vdr-satip/vdr-satip-1.0.2-r1.ebuild | 30 ----------------------
15 media-plugins/vdr-satip/vdr-satip-2.2.0.ebuild | 30 ----------------------
16 ...p-2.2.3-r1.ebuild => vdr-satip-2.2.3-r2.ebuild} | 7 +++--
17 media-plugins/vdr-satip/vdr-satip-2.2.3.ebuild | 30 ----------------------
18 6 files changed, 20 insertions(+), 94 deletions(-)
19
20 diff --git a/media-plugins/vdr-satip/Manifest b/media-plugins/vdr-satip/Manifest
21 index 22208e5bd3e..b6076d3a73d 100644
22 --- a/media-plugins/vdr-satip/Manifest
23 +++ b/media-plugins/vdr-satip/Manifest
24 @@ -1,3 +1 @@
25 -DIST vdr-satip-1.0.2.tgz 59480 BLAKE2B 9f7c1ee20c32df348cea5e004b792db05814c79d79d4ef8d7aaa55067c65f3d70057a31cd679ec148282d55382f7cf90534cff904da1aee55715d27aa7dd3a7a SHA512 a8630c1ebfbbe74eb7f78d350bd487bf67256d2d01ee05c631351d5a0891fd0ea5dcd1bbf8a2c26be806ee6dfbb1415bf8616914a6bb9a46a3fac213a6c60c94
26 -DIST vdr-satip-2.2.0.tgz 60496 BLAKE2B 453cd4748b7c5c98ed9b977af6ce069be20fd3367074777d99e02b0231c987ccfe49b2f23af5dc932b5eda69f15ab3b2e6f405b297e2ad39c02fc2b7bbd1814b SHA512 9a32297c48650ee6ce22aebc0e6f59774a39aba7b1c75942833bba6e65b518c0bc6b50d3deba95fecec34dbfcb092e905a04eade92ce7658f2ca452131e9210e
27 DIST vdr-satip-2.2.3.tgz 62722 BLAKE2B 408fe520b4210fa24667d4244560d5132260ce08067d482a50b12446c42c0c34fd922b3429d00c4e3550a7b1dc1d21bfac534cae9de478594751b9cf0f558d52 SHA512 451606b52831c009aaec894f0547c59a9447279d7f96a4b2291614eab09a3539849abcb6974b7c2c4b34e7b43a2f9c782ab1ea6bfd4e35f9747349065fb6a5e7
28
29 diff --git a/media-plugins/vdr-satip/files/vdr-satip-2.2.3_missinginclude.patch b/media-plugins/vdr-satip/files/vdr-satip-2.2.3_missinginclude.patch
30 new file mode 100644
31 index 00000000000..4d0b32329e2
32 --- /dev/null
33 +++ b/media-plugins/vdr-satip/files/vdr-satip-2.2.3_missinginclude.patch
34 @@ -0,0 +1,15 @@
35 +fix: isspace was not declared in this scope
36 +https://github.com/rofafor/vdr-plugin-satip/commit/c10372bb4f1
37 +
38 +Signed-of by: Joerg Bornkessel <hd_brummy@g.o> (03/Sep/2018)
39 +diff -Naur satip-2.2.3.orig/satip.c satip-2.2.3/satip.c
40 +--- satip-2.2.3.orig/satip.c 2018-09-03 13:00:20.000000000 +0200
41 ++++ satip-2.2.3/satip.c 2018-09-03 13:00:54.000000000 +0200
42 +@@ -5,6 +5,7 @@
43 + *
44 + */
45 +
46 ++#include <ctype.h>
47 + #include <getopt.h>
48 + #include <vdr/plugin.h>
49 + #include "common.h"
50
51 diff --git a/media-plugins/vdr-satip/vdr-satip-1.0.2-r1.ebuild b/media-plugins/vdr-satip/vdr-satip-1.0.2-r1.ebuild
52 deleted file mode 100644
53 index 8e3078d571c..00000000000
54 --- a/media-plugins/vdr-satip/vdr-satip-1.0.2-r1.ebuild
55 +++ /dev/null
56 @@ -1,30 +0,0 @@
57 -# Copyright 1999-2015 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=5
61 -
62 -inherit vdr-plugin-2
63 -
64 -DESCRIPTION="VDR Plugin: integrates SAT>IP network devices seamlessly into VDR"
65 -HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/satip/"
66 -SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/satip/files/${P}.tgz"
67 -
68 -KEYWORDS="~amd64 ~x86"
69 -SLOT="0"
70 -LICENSE="GPL-2"
71 -IUSE=""
72 -
73 -DEPEND=">=media-video/vdr-2
74 - >=net-misc/curl-7.36
75 - || ( dev-libs/tinyxml
76 - dev-libs/pugixml )"
77 -RDEPEND="${DEPEND}"
78 -
79 -src_prepare() {
80 - vdr-plugin-2_src_prepare
81 -
82 - if has_version "dev-libs/tinyxml" ; then
83 - sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile
84 - #BUILD_PARAMS+=" SATIP_USE_TINYXML = 1 "
85 - fi
86 -}
87
88 diff --git a/media-plugins/vdr-satip/vdr-satip-2.2.0.ebuild b/media-plugins/vdr-satip/vdr-satip-2.2.0.ebuild
89 deleted file mode 100644
90 index 8214e2462b1..00000000000
91 --- a/media-plugins/vdr-satip/vdr-satip-2.2.0.ebuild
92 +++ /dev/null
93 @@ -1,30 +0,0 @@
94 -# Copyright 1999-2015 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=5
98 -
99 -inherit vdr-plugin-2
100 -
101 -DESCRIPTION="VDR Plugin: integrates SAT>IP network devices seamlessly into VDR"
102 -HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/satip/"
103 -SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/satip/files/${P}.tgz"
104 -
105 -KEYWORDS="~amd64 ~x86"
106 -SLOT="0"
107 -LICENSE="GPL-2"
108 -IUSE=""
109 -
110 -DEPEND=">=media-video/vdr-2.2.0
111 - >=net-misc/curl-7.36
112 - || ( dev-libs/tinyxml
113 - dev-libs/pugixml )"
114 -RDEPEND="${DEPEND}"
115 -
116 -src_prepare() {
117 - vdr-plugin-2_src_prepare
118 -
119 - if has_version "dev-libs/tinyxml" ; then
120 - sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile
121 - #BUILD_PARAMS+=" SATIP_USE_TINYXML = 1 "
122 - fi
123 -}
124
125 diff --git a/media-plugins/vdr-satip/vdr-satip-2.2.3-r1.ebuild b/media-plugins/vdr-satip/vdr-satip-2.2.3-r2.ebuild
126 similarity index 85%
127 rename from media-plugins/vdr-satip/vdr-satip-2.2.3-r1.ebuild
128 rename to media-plugins/vdr-satip/vdr-satip-2.2.3-r2.ebuild
129 index 75160254218..805adb773dd 100644
130 --- a/media-plugins/vdr-satip/vdr-satip-2.2.3-r1.ebuild
131 +++ b/media-plugins/vdr-satip/vdr-satip-2.2.3-r2.ebuild
132 @@ -1,7 +1,7 @@
133 -# Copyright 1999-2016 Gentoo Foundation
134 +# Copyright 1999-2018 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136
137 -EAPI=6
138 +EAPI=7
139
140 inherit vdr-plugin-2
141
142 @@ -26,6 +26,9 @@ src_prepare() {
143 # c++11 compile fix
144 eapply "${FILESDIR}/${P}_c++11.patch"
145
146 + #gcc 7 compile fix
147 + eapply "${FILESDIR}/${P}_missinginclude.patch"
148 +
149 if has_version "dev-libs/tinyxml" ; then
150 sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile
151 fi
152
153 diff --git a/media-plugins/vdr-satip/vdr-satip-2.2.3.ebuild b/media-plugins/vdr-satip/vdr-satip-2.2.3.ebuild
154 deleted file mode 100644
155 index 8214e2462b1..00000000000
156 --- a/media-plugins/vdr-satip/vdr-satip-2.2.3.ebuild
157 +++ /dev/null
158 @@ -1,30 +0,0 @@
159 -# Copyright 1999-2015 Gentoo Foundation
160 -# Distributed under the terms of the GNU General Public License v2
161 -
162 -EAPI=5
163 -
164 -inherit vdr-plugin-2
165 -
166 -DESCRIPTION="VDR Plugin: integrates SAT>IP network devices seamlessly into VDR"
167 -HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/satip/"
168 -SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/satip/files/${P}.tgz"
169 -
170 -KEYWORDS="~amd64 ~x86"
171 -SLOT="0"
172 -LICENSE="GPL-2"
173 -IUSE=""
174 -
175 -DEPEND=">=media-video/vdr-2.2.0
176 - >=net-misc/curl-7.36
177 - || ( dev-libs/tinyxml
178 - dev-libs/pugixml )"
179 -RDEPEND="${DEPEND}"
180 -
181 -src_prepare() {
182 - vdr-plugin-2_src_prepare
183 -
184 - if has_version "dev-libs/tinyxml" ; then
185 - sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile
186 - #BUILD_PARAMS+=" SATIP_USE_TINYXML = 1 "
187 - fi
188 -}