mgorny 15/01/03 13:14:16 Modified: ntdb-1.0.ebuild ntdb-1.0-r1.ebuild ChangeLog Log: Add PYTHON_REQ_USE and DEPEND as necessary for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.5 sys-libs/ntdb/ntdb-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0.ebuild?r1=1.4&r2=1.5 Index: ntdb-1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ntdb-1.0.ebuild 18 Apr 2014 21:04:15 -0000 1.4 +++ ntdb-1.0.ebuild 3 Jan 2015 13:14:16 -0000 1.5 @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0.ebuild,v 1.4 2014/04/18 21:04:15 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0.ebuild,v 1.5 2015/01/03 13:14:16 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE="threads(+)" inherit waf-utils python-single-r1 @@ -22,6 +23,7 @@ RDEPEND="python? ( ${PYTHON_DEPS} )" DEPEND="!!<net-fs/samba-4.1.7 ${RDEPEND} + ${PYTHON_DEPS} app-text/docbook-xml-dtd:4.2" WAF_BINARY="${S}/buildtools/bin/waf" 1.2 sys-libs/ntdb/ntdb-1.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild?r1=1.1&r2=1.2 Index: ntdb-1.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ntdb-1.0-r1.ebuild 12 Jun 2014 20:49:40 -0000 1.1 +++ ntdb-1.0-r1.ebuild 3 Jan 2015 13:14:16 -0000 1.2 @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild,v 1.1 2014/06/12 20:49:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild,v 1.2 2015/01/03 13:14:16 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 @@ -22,6 +23,7 @@ RDEPEND="python? ( ${PYTHON_DEPS} )" DEPEND="!!<net-fs/samba-4.1.7 ${RDEPEND} + ${PYTHON_DEPS} app-text/docbook-xml-dtd:4.2" WAF_BINARY="${S}/buildtools/bin/waf" 1.6 sys-libs/ntdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 12 Jun 2014 20:49:40 -0000 1.5 +++ ChangeLog 3 Jan 2015 13:14:16 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/ntdb -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ChangeLog,v 1.5 2014/06/12 20:49:40 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ChangeLog,v 1.6 2015/01/03 13:14:16 mgorny Exp $ + + 03 Jan 2015; Michał Górny <[email protected]> ntdb-1.0-r1.ebuild, + ntdb-1.0.ebuild: + Add PYTHON_REQ_USE and DEPEND as necessary for waf. *ntdb-1.0-r1 (12 Jun 2014)
