mgorny      14/05/26 19:52:15

  Modified:             ldb-1.1.17.ebuild ldb-1.1.12.ebuild
                        ldb-1.1.17-r1.ebuild ldb-1.1.15.ebuild
                        ldb-1.1.16.ebuild ChangeLog
  Log:
  Require tevent[python] for the flag has been added along with multilib 
support.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.3                  sys-libs/ldb/ldb-1.1.17.ebuild

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

Index: ldb-1.1.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ldb-1.1.17.ebuild   17 May 2014 08:59:08 -0000      1.2
+++ ldb-1.1.17.ebuild   26 May 2014 19:52:14 -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/sys-libs/ldb/ldb-1.1.17.ebuild,v 1.2 
2014/05/17 08:59:08 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17.ebuild,v 1.3 
2014/05/26 19:52:14 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -18,7 +18,7 @@
 
 RDEPEND="dev-libs/popt
        >=sys-libs/talloc-2.1.0[python]
-       >=sys-libs/tevent-0.9.21
+       >=sys-libs/tevent-0.9.21[python(+)]
        >=sys-libs/tdb-1.2.12[python]
        net-nds/openldap
        !!<net-fs/samba-3.6.0[ldb]



1.9                  sys-libs/ldb/ldb-1.1.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild?r1=1.8&r2=1.9

Index: ldb-1.1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ldb-1.1.12.ebuild   19 Jun 2013 23:06:29 -0000      1.8
+++ ldb-1.1.12.ebuild   26 May 2014 19:52:14 -0000      1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild,v 1.8 
2013/06/19 23:06:29 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild,v 1.9 
2014/05/26 19:52:14 mgorny Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
 
 RDEPEND="dev-libs/popt
        >=sys-libs/talloc-2.0.7[python]
-       >=sys-libs/tevent-0.9.17
+       >=sys-libs/tevent-0.9.17[python(+)]
        >=sys-libs/tdb-1.2.10[python]
        net-nds/openldap
        !!<net-fs/samba-3.6.0[ldb]



1.2                  sys-libs/ldb/ldb-1.1.17-r1.ebuild

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

Index: ldb-1.1.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ldb-1.1.17-r1.ebuild        26 May 2014 11:34:55 -0000      1.1
+++ ldb-1.1.17-r1.ebuild        26 May 2014 19:52:14 -0000      1.2
@@ -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/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v 1.1 
2014/05/26 11:34:55 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v 1.2 
2014/05/26 19:52:14 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -18,7 +18,7 @@
 
 RDEPEND="dev-libs/popt
        >=sys-libs/talloc-2.1.0[python]
-       >=sys-libs/tevent-0.9.21
+       >=sys-libs/tevent-0.9.21[python(+)]
        >=sys-libs/tdb-1.2.12[python]
        net-nds/openldap
        !!<net-fs/samba-3.6.0[ldb]



1.8                  sys-libs/ldb/ldb-1.1.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.15.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.15.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.15.ebuild?r1=1.7&r2=1.8

Index: ldb-1.1.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.15.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ldb-1.1.15.ebuild   6 Sep 2013 16:05:16 -0000       1.7
+++ ldb-1.1.15.ebuild   26 May 2014 19:52:14 -0000      1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.15.ebuild,v 1.7 
2013/09/06 16:05:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.15.ebuild,v 1.8 
2014/05/26 19:52:14 mgorny Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@
 
 RDEPEND="dev-libs/popt
        >=sys-libs/talloc-2.0.8[python]
-       >=sys-libs/tevent-0.9.17
+       >=sys-libs/tevent-0.9.17[python(+)]
        >=sys-libs/tdb-1.2.11[python]
        net-nds/openldap
        !!<net-fs/samba-3.6.0[ldb]



1.6                  sys-libs/ldb/ldb-1.1.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.16.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.16.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.16.ebuild?r1=1.5&r2=1.6

Index: ldb-1.1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ldb-1.1.16.ebuild   2 Nov 2013 10:59:23 -0000       1.5
+++ ldb-1.1.16.ebuild   26 May 2014 19:52:14 -0000      1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.16.ebuild,v 1.5 
2013/11/02 10:59:23 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.16.ebuild,v 1.6 
2014/05/26 19:52:14 mgorny Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_{6,7} )
@@ -18,7 +18,7 @@
 
 RDEPEND="dev-libs/popt
        >=sys-libs/talloc-2.0.8[python]
-       >=sys-libs/tevent-0.9.17
+       >=sys-libs/tevent-0.9.17[python(+)]
        >=sys-libs/tdb-1.2.12[python]
        net-nds/openldap
        !!<net-fs/samba-3.6.0[ldb]



1.65                 sys-libs/ldb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   26 May 2014 11:34:55 -0000      1.64
+++ ChangeLog   26 May 2014 19:52:14 -0000      1.65
@@ -1,6 +1,11 @@
 # ChangeLog for sys-libs/ldb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.64 2014/05/26 
11:34:55 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.65 2014/05/26 
19:52:14 mgorny Exp $
+
+  26 May 2014; Michał Górny <mgo...@gentoo.org> ldb-1.1.12.ebuild,
+  ldb-1.1.15.ebuild, ldb-1.1.16.ebuild, ldb-1.1.17-r1.ebuild, 
ldb-1.1.17.ebuild:
+  Require tevent[python] for the flag has been added along with multilib
+  support.
 
 *ldb-1.1.17-r1 (26 May 2014)
 




Reply via email to