floppym     14/11/11 22:28:47

  Modified:             tdb-1.3.0-r1.ebuild tdb-1.3.1.ebuild ChangeLog
  Log:
  Depend on python unconditionally at build time, bug 475370. Patch by Nikoli.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  Changes    Path
1.13                 sys-libs/tdb/tdb-1.3.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild?r1=1.12&r2=1.13

Index: tdb-1.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- tdb-1.3.0-r1.ebuild 11 Oct 2014 12:04:11 -0000      1.12
+++ tdb-1.3.0-r1.ebuild 11 Nov 2014 22:28:47 -0000      1.13
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild,v 1.12 
2014/10/11 12:04:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild,v 1.13 
2014/11/11 22:28:47 floppym Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit waf-utils multilib-minimal python-single-r1 eutils
 
@@ -17,17 +17,19 @@
 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="python"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )"
 DEPEND="
        ${RDEPEND}
+       ${PYTHON_DEPS}
        app-text/docbook-xml-dtd:4.2"
 
 WAF_BINARY="${S}/buildtools/bin/waf"
 
 src_prepare() {
        epatch "${FILESDIR}/add_missing_stdbool_h_include.patch"
+       python_fix_shebang .
        multilib_copy_sources
 }
 



1.2                  sys-libs/tdb/tdb-1.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.1.ebuild?r1=1.1&r2=1.2

Index: tdb-1.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tdb-1.3.1.ebuild    18 Sep 2014 19:09:02 -0000      1.1
+++ tdb-1.3.1.ebuild    11 Nov 2014 22:28:47 -0000      1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.1.ebuild,v 1.1 
2014/09/18 19:09:02 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.1.ebuild,v 1.2 
2014/11/11 22:28:47 floppym Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit waf-utils multilib-minimal python-single-r1 eutils
 
@@ -17,17 +17,19 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
 IUSE="python"
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )"
 DEPEND="
        ${RDEPEND}
+       ${PYTHON_DEPS}
        app-text/docbook-xml-dtd:4.2"
 
 WAF_BINARY="${S}/buildtools/bin/waf"
 
 src_prepare() {
        epatch "${FILESDIR}/add_missing_stdbool_h_include.patch"
+       python_fix_shebang .
        multilib_copy_sources
 }
 



1.77                 sys-libs/tdb/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.77&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.77&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   11 Oct 2014 12:04:11 -0000      1.76
+++ ChangeLog   11 Nov 2014 22:28:47 -0000      1.77
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/tdb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.76 2014/10/11 
12:04:11 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.77 2014/11/11 
22:28:47 floppym Exp $
+
+  11 Nov 2014; Mike Gilbert <[email protected]> tdb-1.3.0-r1.ebuild,
+  tdb-1.3.1.ebuild:
+  Depend on python unconditionally at build time, bug 475370. Patch by Nikoli.
 
   11 Oct 2014; Markus Meier <[email protected]> tdb-1.3.0-r1.ebuild:
   arm stable, bug #512012




Reply via email to