Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gupnp-igd: gupnp-igd-0.2.3-r1.ebuild ChangeLog
Date: Sun, 22 Jun 2014 21:37:02
Message-Id: 20140622213657.C839E2004E@flycatcher.gentoo.org
1 mgorny 14/06/22 21:36:57
2
3 Modified: gupnp-igd-0.2.3-r1.ebuild ChangeLog
4 Log:
5 Fix build with USE=-python. Remove obsolete Python build hack.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.3 net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: gupnp-igd-0.2.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gupnp-igd-0.2.3-r1.ebuild 18 Jun 2014 20:36:17 -0000 1.2
23 +++ gupnp-igd-0.2.3-r1.ebuild 22 Jun 2014 21:36:57 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild,v 1.2 2014/06/18 20:36:17 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild,v 1.3 2014/06/22 21:36:57 mgorny Exp $
29
30 EAPI=5
31
32 @@ -39,13 +39,6 @@
33 "${FILESDIR}"/${PN}-0.1.11-disable_static_modules.patch
34 )
35
36 -src_prepare() {
37 - # Python bindings are built/installed manually.
38 - if use python; then
39 - sed -e "/PYTHON_SUBDIR =/s/ python//" -i Makefile.am Makefile.in || die
40 - fi
41 -}
42 -
43 multilib_src_configure() {
44 local myconf=(
45 --disable-static
46 @@ -70,7 +63,7 @@
47 --enable-python
48 }
49
50 - python_parallel_foreach_impl python_configure
51 + use python && python_parallel_foreach_impl python_configure
52 fi
53 }
54
55
56
57
58 1.59 net-libs/gupnp-igd/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/ChangeLog?rev=1.59&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/ChangeLog?rev=1.59&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/ChangeLog?r1=1.58&r2=1.59
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v
67 retrieving revision 1.58
68 retrieving revision 1.59
69 diff -u -r1.58 -r1.59
70 --- ChangeLog 18 Jun 2014 20:36:17 -0000 1.58
71 +++ ChangeLog 22 Jun 2014 21:36:57 -0000 1.59
72 @@ -1,6 +1,9 @@
73 # ChangeLog for net-libs/gupnp-igd
74 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.58 2014/06/18 20:36:17 mgorny Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.59 2014/06/22 21:36:57 mgorny Exp $
77 +
78 + 22 Jun 2014; Michał Górny <mgorny@g.o> gupnp-igd-0.2.3-r1.ebuild:
79 + Fix build with USE=-python. Remove obsolete Python build hack.
80
81 18 Jun 2014; Michał Górny <mgorny@g.o> gupnp-igd-0.2.3-r1.ebuild:
82 Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug