Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/arch/powerpc/, net-libs/ortp/
Date: Sat, 04 Feb 2017 19:48:57
Message-Id: 1486237722.a344004a46c4f73c6942660108e1430bbb3d221a.mgorny@gentoo
1 commit: a344004a46c4f73c6942660108e1430bbb3d221a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 19:45:27 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 19:48:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a344004a
7
8 net-libs/ortp: Clean up old
9
10 net-libs/ortp/Manifest | 1 -
11 net-libs/ortp/metadata.xml | 1 -
12 net-libs/ortp/ortp-0.22.0.ebuild | 82 ----------------------------------
13 net-libs/ortp/ortp-0.23.0.ebuild | 75 -------------------------------
14 profiles/arch/powerpc/package.use.mask | 4 --
15 profiles/base/package.use.mask | 10 -----
16 6 files changed, 173 deletions(-)
17
18 diff --git a/net-libs/ortp/Manifest b/net-libs/ortp/Manifest
19 index ae06cb5..cdc0add 100644
20 --- a/net-libs/ortp/Manifest
21 +++ b/net-libs/ortp/Manifest
22 @@ -1,3 +1,2 @@
23 DIST ortp-0.20.0.tar.gz 515505 SHA256 f2a8263f8242756e2ce092c710ac068cd4b21051fc70c1937b275193a2bfb3d3 SHA512 a4d666be6b6825eeb28204001d5d1263c80ef3c07931586e753d3efa8c72d76e993335c4eeaa558209b5d10d5e991ba0c88e2f5c9a35aff46b36d6e76f92b706 WHIRLPOOL cc1a9473580748a76d26bde42f074bd9bbb1bd066a7b514b0016dd75d2d5b57ff29eba18e10139457acc406593bb566fdc8c256a4241a77718d965419ecd8b50
24 -DIST ortp-0.22.0.tar.gz 538024 SHA256 6e37e29b3c3559bac1f2ae0c977f6ceb4d4ce8dc713b691dea8bae57bda92d0b SHA512 0453f19fd3388c3dcd12f118dbfc1a460fae77e4f9e82b1b71f4014e3bbba4d480f811d07bc781dced1fb2685901eaea364c8276c0d083f5e8d6b7074f7c4fba WHIRLPOOL 00f31d4de912dcf29778e68f5c88001eb845653303048d5c29a3c1488b1fae42399292df91596cabe1a223a4171a409af452cee97a3f075230918b068212e99c
25 DIST ortp-0.23.0.tar.gz 540135 SHA256 91a5ada15f62ce5f08beceef4d0adb65469211e2f208bd96e493a8df9f84fcdb SHA512 70560168f1b138ad825e4e836e7ee218bd24b92a2d76666ba2794a4b31cadbdd8fdd40fee78d612187cde6a827005cbd836cdfc13a70947374356fb84a853ea4 WHIRLPOOL cb9dc4c925ed92816d58dc66bab9f179d6a99abe64a218710cd92763422cb8b5f81ce4bdc5ad935798e792d7a5f3ab74e9b8cbdfc9bbde7781ce92d7b90ef507
26
27 diff --git a/net-libs/ortp/metadata.xml b/net-libs/ortp/metadata.xml
28 index d347b54..6e703ab 100644
29 --- a/net-libs/ortp/metadata.xml
30 +++ b/net-libs/ortp/metadata.xml
31 @@ -5,6 +5,5 @@
32 <use>
33 <flag name="ntp-timestamp">Turn on NTP timestamping on received packet</flag>
34 <flag name="srtp">Add support for Secure RTP</flag>
35 - <flag name="zrtp">Add support for ZRTP key negotiation</flag>
36 </use>
37 </pkgmetadata>
38
39 diff --git a/net-libs/ortp/ortp-0.22.0.ebuild b/net-libs/ortp/ortp-0.22.0.ebuild
40 deleted file mode 100644
41 index 855362c..00000000
42 --- a/net-libs/ortp/ortp-0.22.0.ebuild
43 +++ /dev/null
44 @@ -1,82 +0,0 @@
45 -# Copyright 1999-2013 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -# $Id$
48 -
49 -EAPI=5
50 -
51 -inherit eutils
52 -
53 -DESCRIPTION="Open Real-time Transport Protocol (RTP, RFC3550) stack"
54 -HOMEPAGE="http://www.linphone.org/"
55 -SRC_URI="mirror://nongnu/linphone/${PN}/sources/${P}.tar.gz"
56 -
57 -LICENSE="LGPL-2.1"
58 -SLOT="0/9"
59 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
60 -IUSE="debug doc examples ipv6 minimal ntp-timestamp ssl" # srtp zrtp"
61 -
62 -# Note:
63 -# This package supposedly requires libzrtpcpp-2.0.0
64 -# but it is incompatible with its API...
65 -#
66 -# This package supposedly requires libsrtp
67 -# but it is incompatible with its API...
68 -
69 -RDEPEND="ssl? ( dev-libs/openssl )"
70 -# srtp? ( net-libs/libsrtp )
71 -# zrtp? ( >=net-libs/libzrtpcpp-2.0.0 )"
72 -DEPEND="${RDEPEND}
73 - doc? ( app-doc/doxygen )
74 - virtual/pkgconfig"
75 -
76 -#REQUIRED_USE="zrtp? ( srtp )"
77 -
78 -src_prepare() {
79 - # ${P} is added after ${docdir}
80 - if use doc; then
81 - sed -i -e 's/$(docdir)\/$(PACKAGE)-$(VERSION)/$(docdir)/' Makefile.in \
82 - || die "patching Makefile.in failed"
83 - fi
84 -}
85 -
86 -src_configure() {
87 - local myeconfargs=(
88 - # memcheck is for HP-UX only
89 - --disable-memcheck
90 - # mode64bit adds +DA2.0W +DS2.0 CFLAGS wich are needed for HP-UX
91 - --disable-mode64bit
92 - # strict adds -Werror, don't want it
93 - --disable-strict
94 - # they seriously failed to understand AC_ARG_ENABLE...
95 - --disable-tests_enabled
96 - --enable-fast-install
97 - --enable-libtool-lock
98 -
99 - $(use_enable debug)
100 - $(use_enable ipv6)
101 - $(use_enable minimal perf)
102 - $(use_enable ntp-timestamp)
103 - $(use_enable ssl ssl-hmac)
104 -# $(use_enable zrtp)
105 - --disable-zrtp
106 -
107 -# "--with-srtp=$(usex srtp "${EPREFIX}"/usr none)"
108 - --with-srtp=none
109 - $(use doc || echo ac_cv_path_DOXYGEN=false)
110 - )
111 -
112 - econf "${myeconfargs[@]}"
113 -}
114 -
115 -src_install() {
116 - emake DESTDIR="${D}" pkgdocdir="${EPREFIX}"/usr/share/doc/${PF} \
117 - install
118 - dodoc AUTHORS ChangeLog NEWS README TODO
119 -
120 - prune_libtool_files
121 -
122 - if use examples; then
123 - insinto /usr/share/doc/${PF}/examples
124 - doins src/tests/*.c
125 - fi
126 -}
127
128 diff --git a/net-libs/ortp/ortp-0.23.0.ebuild b/net-libs/ortp/ortp-0.23.0.ebuild
129 deleted file mode 100644
130 index 18a80ad..00000000
131 --- a/net-libs/ortp/ortp-0.23.0.ebuild
132 +++ /dev/null
133 @@ -1,75 +0,0 @@
134 -# Copyright 1999-2015 Gentoo Foundation
135 -# Distributed under the terms of the GNU General Public License v2
136 -# $Id$
137 -
138 -EAPI=5
139 -
140 -inherit eutils
141 -
142 -DESCRIPTION="Open Real-time Transport Protocol (RTP, RFC3550) stack"
143 -HOMEPAGE="http://www.linphone.org/"
144 -SRC_URI="mirror://nongnu/linphone/${PN}/sources/${P}.tar.gz"
145 -
146 -LICENSE="LGPL-2.1"
147 -SLOT="0/9"
148 -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos"
149 -IUSE="debug doc examples ipv6 minimal ntp-timestamp ssl srtp zrtp"
150 -
151 -RDEPEND="ssl? ( dev-libs/openssl:0= )
152 - srtp? ( net-libs/libsrtp:0= )
153 - zrtp? ( >=net-libs/libzrtpcpp-4.0.0:0= )"
154 -DEPEND="${RDEPEND}
155 - doc? ( app-doc/doxygen )
156 - virtual/pkgconfig"
157 -
158 -REQUIRED_USE="zrtp? ( srtp )"
159 -
160 -src_prepare() {
161 - # ${P} is added after ${docdir}
162 - if use doc; then
163 - sed -i -e 's/$(docdir)\/$(PACKAGE)-$(VERSION)/$(docdir)/' Makefile.in \
164 - || die "patching Makefile.in failed"
165 - fi
166 -}
167 -
168 -src_configure() {
169 - local myeconfargs=(
170 - # memcheck is for HP-UX only
171 - --disable-memcheck
172 - # mode64bit adds +DA2.0W +DS2.0 CFLAGS wich are needed for HP-UX
173 - --disable-mode64bit
174 - # strict adds -Werror, do not want it
175 - --disable-strict
176 - # they seriously failed to understand AC_ARG_ENABLE...
177 - --disable-tests_enabled
178 - --enable-fast-install
179 - --enable-libtool-lock
180 - # this is fine as long as we do not link to polarssl
181 - --enable-broken-srtp
182 -
183 - $(use_enable debug)
184 - $(use_enable ipv6)
185 - $(use_enable minimal perf)
186 - $(use_enable ntp-timestamp)
187 - $(use_enable ssl ssl-hmac)
188 - $(use_enable zrtp)
189 -
190 - --with-srtp=$(usex srtp "${EPREFIX}"/usr none)
191 - $(use doc || echo ac_cv_path_DOXYGEN=false)
192 - )
193 -
194 - econf "${myeconfargs[@]}"
195 -}
196 -
197 -src_install() {
198 - emake DESTDIR="${D}" pkgdocdir="${EPREFIX}"/usr/share/doc/${PF} \
199 - install
200 - dodoc AUTHORS ChangeLog NEWS README TODO
201 -
202 - prune_libtool_files
203 -
204 - if use examples; then
205 - insinto /usr/share/doc/${PF}/examples
206 - doins src/tests/*.c
207 - fi
208 -}
209
210 diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask
211 index f2d0042..4d0c4b1 100644
212 --- a/profiles/arch/powerpc/package.use.mask
213 +++ b/profiles/arch/powerpc/package.use.mask
214 @@ -53,10 +53,6 @@ dev-cpp/eigen test
215 # Needs arch love for elementary. #575322
216 media-libs/elementary javascript
217
218 -# Patrick Lauer (20 Feb 2015)
219 -# Missing keywords on deps
220 -net-libs/ortp zrtp
221 -
222 # Pacho Ramos <pacho@g.o> (15 Nov 2015)
223 # Missing keywords
224 media-sound/rhythmbox upnp-av
225
226 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
227 index 1fbedb2..858fcf5 100644
228 --- a/profiles/base/package.use.mask
229 +++ b/profiles/base/package.use.mask
230 @@ -138,10 +138,6 @@ media-plugins/grilo-plugins chromaprint
231 # x11-libs/libsvg-cairo is being removed, bug #537918
232 dev-ml/cairo-ocaml svg
233
234 -# Pacho Ramos <pacho@g.o> (21 Aug 2016)
235 -# net-libs/libzrtpcpp will be removed, bug #528514
236 -net-libs/ortp zrtp
237 -
238 # Lars Wendler <polynomial-c@g.o> (19 Aug 2016)
239 # gnutls is broken for years
240 >=net-libs/gsoap-2.8.0 gnutls
241 @@ -394,12 +390,6 @@ dev-libs/DirectFB swfdec
242 # Masked since skype isn't stable
243 net-im/bitlbee skype
244
245 -# Michał Górny <mgorny@g.o> (15 Sep 2014)
246 -# Unsuccessful version bump of net-libs/libzrtpcpp, seems to cause
247 -# undefined references few layers deeper. Need further investigation,
248 -# if anybody cares.
249 -net-libs/ortp zrtp
250 -
251 # Rick Farina <zerochaos@g.o> (26 Aug 2014)
252 # mirisdr does not seem to like making releases
253 <net-wireless/gr-osmosdr-9999 mirisdr