mgorny      14/06/22 21:36:57

  Modified:             gupnp-igd-0.2.3-r1.ebuild ChangeLog
  Log:
  Fix build with USE=-python. Remove obsolete Python build hack.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.3                  net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild

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
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
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

Index: gupnp-igd-0.2.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/gupnp-igd-0.2.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gupnp-igd-0.2.3-r1.ebuild   18 Jun 2014 20:36:17 -0000      1.2
+++ gupnp-igd-0.2.3-r1.ebuild   22 Jun 2014 21:36:57 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=5
 
@@ -39,13 +39,6 @@
        "${FILESDIR}"/${PN}-0.1.11-disable_static_modules.patch
 )
 
-src_prepare() {
-       # Python bindings are built/installed manually.
-       if use python; then
-               sed -e "/PYTHON_SUBDIR =/s/ python//" -i Makefile.am 
Makefile.in || die
-       fi
-}
-
 multilib_src_configure() {
        local myconf=(
                --disable-static
@@ -70,7 +63,7 @@
                                --enable-python
                }
 
-               python_parallel_foreach_impl python_configure
+               use python && python_parallel_foreach_impl python_configure
        fi
 }
 



1.59                 net-libs/gupnp-igd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/ChangeLog?rev=1.59&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/ChangeLog?rev=1.59&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gupnp-igd/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   18 Jun 2014 20:36:17 -0000      1.58
+++ ChangeLog   22 Jun 2014 21:36:57 -0000      1.59
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/gupnp-igd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.58 
2014/06/18 20:36:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gupnp-igd/ChangeLog,v 1.59 
2014/06/22 21:36:57 mgorny Exp $
+
+  22 Jun 2014; Michał Górny <mgo...@gentoo.org> gupnp-igd-0.2.3-r1.ebuild:
+  Fix build with USE=-python. Remove obsolete Python build hack.
 
   18 Jun 2014; Michał Górny <mgo...@gentoo.org> gupnp-igd-0.2.3-r1.ebuild:
   Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug




Reply via email to