Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp/
Date: Sat, 28 May 2016 15:50:12
Message-Id: 1464450541.5ab50afb9d7b230d181be506773689a8d8cbfda5.pacho@gentoo
1 commit: 5ab50afb9d7b230d181be506773689a8d8cbfda5
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 15:15:42 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 15:49:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab50afb
7
8 net-libs/gupnp: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-libs/gupnp/Manifest | 2 -
13 net-libs/gupnp/gupnp-0.20.14.ebuild | 77 -------------------------------------
14 net-libs/gupnp/gupnp-0.20.15.ebuild | 77 -------------------------------------
15 3 files changed, 156 deletions(-)
16
17 diff --git a/net-libs/gupnp/Manifest b/net-libs/gupnp/Manifest
18 index cdfee50..1b57bc3 100644
19 --- a/net-libs/gupnp/Manifest
20 +++ b/net-libs/gupnp/Manifest
21 @@ -1,3 +1 @@
22 -DIST gupnp-0.20.14.tar.xz 396764 SHA256 77ffb940ba77c4a6426d09d41004c75d92652dcbde86c84ac1c847dbd9ad59bd SHA512 56d0ee6c2ef8a3c82c61793cf2ce81cd0dd86a0975c1366678337f80178e64f473fbe985e41f7e04225b150edf44e74a9ff96fe687d5710ab90f0b033750edf4 WHIRLPOOL b7de86ff4e364f775699932669dc6c58cb25cde1b8825de72243dc04828400a685c21a12d43a7a36aa1c2cfe64089c47c9ca9298f174a09ba17dcdf75422c809
23 -DIST gupnp-0.20.15.tar.xz 403812 SHA256 0446b42d0d5b8adfcdca78832f2ce6173ab33793fca055afc97aec1fcc579fe2 SHA512 e0d62d188c364d2e56071e1050d838d155cc82320871b6e9bfac299028225a190eb288a8308a80d2f3b5b2d069f869bb81a8080507728b42be06053cec391c94 WHIRLPOOL d3b40099d7ad7ccbf79b2fb77ab4941ed0985b49e22f5d7798872b1d67141edce83ea0f8a61941893ff876c6561dbbd5b0219a6dfc3b01cf2892283c0468c4e9
24 DIST gupnp-0.20.16.tar.xz 406912 SHA256 ff1119eff12529c46837e03c742f69dc4fae48d59097d79582d38a383b832602 SHA512 3db3b72a4e5eed6c7910eba4f27e7acacc21d4b4c63488dc3a0328a7a8ab4082fad203bd67923fc35cb6475a4bc918ca95cb50a6eb6ac8e1c6e88e969d9549f7 WHIRLPOOL 1f46ed6dd5725720ce6c6617d712552ec7dac05f0e75e5cf7d3d99a82299427cacb1d4b807e6149a3b9b7ea489233cf7cb299528108b80b3c8ff0210533d27e0
25
26 diff --git a/net-libs/gupnp/gupnp-0.20.14.ebuild b/net-libs/gupnp/gupnp-0.20.14.ebuild
27 deleted file mode 100644
28 index 0f60ac7..0000000
29 --- a/net-libs/gupnp/gupnp-0.20.14.ebuild
30 +++ /dev/null
31 @@ -1,77 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -GCONF_DEBUG="no"
38 -VALA_USE_DEPEND="vapigen"
39 -# FIXME: Claims to works with python3 but appears to be wishful thinking
40 -PYTHON_COMPAT=( python2_7 )
41 -PYTHON_REQ_USE="xml"
42 -
43 -inherit gnome2 multilib-minimal python-r1 vala
44 -
45 -DESCRIPTION="An object-oriented framework for creating UPnP devs and control points"
46 -HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
47 -
48 -LICENSE="LGPL-2"
49 -SLOT="0/4"
50 -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sparc x86"
51 -IUSE="connman +introspection kernel_linux networkmanager"
52 -
53 -REQUIRED_USE="${PYTHON_REQUIRED_USE}
54 - ?? ( connman networkmanager )"
55 -
56 -# prefix: uuid dependency can be adapted to non-linux platforms
57 -RDEPEND="
58 - ${PYTHON_DEPS}
59 - >=net-libs/gssdp-0.14.7:0=[introspection?,${MULTILIB_USEDEP}]
60 - >=net-libs/libsoup-2.48.0:2.4[introspection?,${MULTILIB_USEDEP}]
61 - >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}]
62 - >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]
63 - || (
64 - >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}]
65 - <sys-libs/e2fsprogs-libs-1.41.8[${MULTILIB_USEDEP}] )
66 - introspection? (
67 - >=dev-libs/gobject-introspection-0.6.4
68 - $(vala_depend) )
69 - connman? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
70 - networkmanager? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
71 - !net-libs/gupnp-vala
72 -"
73 -DEPEND="${RDEPEND}
74 - >=dev-util/gtk-doc-am-1
75 - sys-devel/gettext
76 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
77 -"
78 -
79 -src_prepare() {
80 - use introspection && vala_src_prepare
81 - gnome2_src_prepare
82 -}
83 -
84 -multilib_src_configure() {
85 - local backend=unix
86 - use kernel_linux && backend=linux
87 - use connman && backend=connman
88 - use networkmanager && backend=network-manager
89 -
90 - ECONF_SOURCE=${S} \
91 - gnome2_src_configure \
92 - $(multilib_native_use_enable introspection) \
93 - --disable-static \
94 - --with-context-manager=${backend}
95 -
96 - if multilib_is_native_abi; then
97 - ln -s "${S}"/doc/html doc/html || die
98 - fi
99 -}
100 -
101 -multilib_src_install() {
102 - gnome2_src_install
103 -}
104 -
105 -multilib_src_install_all() {
106 - einstalldocs
107 - python_foreach_impl python_doscript tools/gupnp-binding-tool
108 -}
109
110 diff --git a/net-libs/gupnp/gupnp-0.20.15.ebuild b/net-libs/gupnp/gupnp-0.20.15.ebuild
111 deleted file mode 100644
112 index 692bf11..0000000
113 --- a/net-libs/gupnp/gupnp-0.20.15.ebuild
114 +++ /dev/null
115 @@ -1,77 +0,0 @@
116 -# Copyright 1999-2016 Gentoo Foundation
117 -# Distributed under the terms of the GNU General Public License v2
118 -# $Id$
119 -
120 -EAPI="5"
121 -GCONF_DEBUG="no"
122 -VALA_USE_DEPEND="vapigen"
123 -# FIXME: Claims to works with python3 but appears to be wishful thinking
124 -PYTHON_COMPAT=( python2_7 )
125 -PYTHON_REQ_USE="xml"
126 -
127 -inherit gnome2 multilib-minimal python-r1 vala
128 -
129 -DESCRIPTION="An object-oriented framework for creating UPnP devs and control points"
130 -HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP"
131 -
132 -LICENSE="LGPL-2"
133 -SLOT="0/4"
134 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
135 -IUSE="connman +introspection kernel_linux networkmanager"
136 -
137 -REQUIRED_USE="${PYTHON_REQUIRED_USE}
138 - ?? ( connman networkmanager )"
139 -
140 -# prefix: uuid dependency can be adapted to non-linux platforms
141 -RDEPEND="
142 - ${PYTHON_DEPS}
143 - >=net-libs/gssdp-0.14.13:0=[introspection?,${MULTILIB_USEDEP}]
144 - >=net-libs/libsoup-2.48.0:2.4[introspection?,${MULTILIB_USEDEP}]
145 - >=dev-libs/glib-2.40:2[${MULTILIB_USEDEP}]
146 - >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]
147 - || (
148 - >=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}]
149 - <sys-libs/e2fsprogs-libs-1.41.8[${MULTILIB_USEDEP}] )
150 - introspection? (
151 - >=dev-libs/gobject-introspection-1.36:=
152 - $(vala_depend) )
153 - connman? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
154 - networkmanager? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
155 - !net-libs/gupnp-vala
156 -"
157 -DEPEND="${RDEPEND}
158 - >=dev-util/gtk-doc-am-1.14
159 - sys-devel/gettext
160 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
161 -"
162 -
163 -src_prepare() {
164 - use introspection && vala_src_prepare
165 - gnome2_src_prepare
166 -}
167 -
168 -multilib_src_configure() {
169 - local backend=unix
170 - use kernel_linux && backend=linux
171 - use connman && backend=connman
172 - use networkmanager && backend=network-manager
173 -
174 - ECONF_SOURCE=${S} \
175 - gnome2_src_configure \
176 - $(multilib_native_use_enable introspection) \
177 - --disable-static \
178 - --with-context-manager=${backend}
179 -
180 - if multilib_is_native_abi; then
181 - ln -s "${S}"/doc/html doc/html || die
182 - fi
183 -}
184 -
185 -multilib_src_install() {
186 - gnome2_src_install
187 -}
188 -
189 -multilib_src_install_all() {
190 - einstalldocs
191 - python_foreach_impl python_doscript tools/gupnp-binding-tool
192 -}