public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/ldb: ldb-1.1.10.ebuild ChangeLog ldb-1.1.12.ebuild
@ 2012-09-23 19:42 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 2+ messages in thread
From: Victor Ostorga (vostorga) @ 2012-09-23 19:42 UTC (permalink / raw
  To: gentoo-commits

vostorga    12/09/23 19:42:53

  Modified:             ldb-1.1.10.ebuild ChangeLog
  Added:                ldb-1.1.12.ebuild
  Log:
  Version bump to 1.1.12 bug 435630
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-libs/ldb/ldb-1.1.10.ebuild

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

Index: ldb-1.1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ldb-1.1.10.ebuild	23 Sep 2012 19:21:14 -0000	1.3
+++ ldb-1.1.10.ebuild	23 Sep 2012 19:42:52 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.10.ebuild,v 1.3 2012/09/23 19:21:14 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.10.ebuild,v 1.4 2012/09/23 19:42:52 vostorga Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.4"
@@ -18,7 +18,7 @@
 
 RDEPEND="dev-libs/popt
 	>=sys-libs/talloc-2.0.7[python]
-	>=sys-libs/tevent-0.9.16
+	>=sys-libs/tevent-0.9.17
 	>=sys-libs/tdb-1.2.10[python]
 	net-nds/openldap
 	!!<net-fs/samba-3.6.0[ldb]



1.35                 sys-libs/ldb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	23 Sep 2012 19:21:14 -0000	1.34
+++ ChangeLog	23 Sep 2012 19:42:52 -0000	1.35
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/ldb
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.34 2012/09/23 19:21:14 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.35 2012/09/23 19:42:52 vostorga Exp $
+
+*ldb-1.1.12 (23 Sep 2012)
+
+  23 Sep 2012; Víctor Ostorga <vostorga@gentoo.org> ldb-1.1.10.ebuild,
+  +ldb-1.1.12.ebuild:
+  Version bump to 1.1.12 bug 435630
 
   23 Sep 2012; Víctor Ostorga <vostorga@gentoo.org> ldb-1.1.10.ebuild:
   Fixing up python and tdb DEPEND versions



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild?rev=1.1&content-type=text/plain

Index: ldb-1.1.12.ebuild
===================================================================
# Copyright 1999-2012 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.1 2012/09/23 19:42:53 vostorga Exp $

EAPI="4"
PYTHON_DEPEND="2:2.4"

inherit python waf-utils multilib

DESCRIPTION="An LDAP-like embedded database"
HOMEPAGE="http://ldb.samba.org"
SRC_URI="http://www.samba.org/ftp/pub/${PN}/${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc"

RDEPEND="dev-libs/popt
	>=sys-libs/talloc-2.0.7[python]
	>=sys-libs/tevent-0.9.16
	>=sys-libs/tdb-1.2.10[python]
	net-nds/openldap
	!!<net-fs/samba-3.6.0[ldb]
	!!>=net-fs/samba-4.0.0[ldb]
	"

DEPEND="dev-libs/libxslt
	doc? ( app-doc/doxygen )
	virtual/pkgconfig
	${RDEPEND}"

WAF_BINARY="${S}/buildtools/bin/waf"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
	python_need_rebuild
}

src_configure() {
	waf-utils_src_configure \
		--disable-rpath \
		--disable-rpath-install --bundled-libraries=NONE \
		--with-modulesdir="${EPREFIX}"/usr/$(get_libdir)/ldb/modules \
		--builtin-libraries=NONE
}

src_compile(){
	waf-utils_src_compile
	use doc && doxygen Doxyfile
}

src_test() {
	WAF_MAKE=1 \
	PATH=buildtools/bin:../../../buildtools/bin:$PATH:"${S}"/bin/shared/private/ \
	LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"${S}"/bin/shared/private/:"${S}"/bin/shared waf test || die
}

src_install() {
	waf-utils_src_install

	if use doc; then
		dohtml -r apidocs/html/*
		doman  apidocs/man/man3/*.3
	fi
}

pkg_postinst() {
	python_need_rebuild
	if has_version sys-auth/sssd; then
		ewarn "You have sssd installed. It is known to break after ldb upgrades,"
		ewarn "so please try to rebuild it before reporting bugs."
		ewarn "See http://bugs.gentoo.org/404281"
	fi
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-libs/ldb: ldb-1.1.10.ebuild ChangeLog ldb-1.1.12.ebuild
@ 2012-09-23 19:47 Victor Ostorga (vostorga)
  0 siblings, 0 replies; 2+ messages in thread
From: Victor Ostorga (vostorga) @ 2012-09-23 19:47 UTC (permalink / raw
  To: gentoo-commits

vostorga    12/09/23 19:47:15

  Modified:             ldb-1.1.10.ebuild ChangeLog ldb-1.1.12.ebuild
  Log:
  Fixin up tevent version
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-libs/ldb/ldb-1.1.10.ebuild

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

Index: ldb-1.1.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ldb-1.1.10.ebuild	23 Sep 2012 19:42:52 -0000	1.4
+++ ldb-1.1.10.ebuild	23 Sep 2012 19:47:15 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.10.ebuild,v 1.4 2012/09/23 19:42:52 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.10.ebuild,v 1.5 2012/09/23 19:47:15 vostorga Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.4"
@@ -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.16
 	>=sys-libs/tdb-1.2.10[python]
 	net-nds/openldap
 	!!<net-fs/samba-3.6.0[ldb]



1.36                 sys-libs/ldb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	23 Sep 2012 19:42:52 -0000	1.35
+++ ChangeLog	23 Sep 2012 19:47:15 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/ldb
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.35 2012/09/23 19:42:52 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ChangeLog,v 1.36 2012/09/23 19:47:15 vostorga Exp $
+
+  23 Sep 2012; Víctor Ostorga <vostorga@gentoo.org> ldb-1.1.10.ebuild,
+  ldb-1.1.12.ebuild:
+  Fixin up tevent version
 
 *ldb-1.1.12 (23 Sep 2012)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild?r1=1.1&r2=1.2

Index: ldb-1.1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ldb-1.1.12.ebuild	23 Sep 2012 19:42:53 -0000	1.1
+++ ldb-1.1.12.ebuild	23 Sep 2012 19:47:15 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.1 2012/09/23 19:42:53 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.12.ebuild,v 1.2 2012/09/23 19:47:15 vostorga Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.4"
@@ -18,7 +18,7 @@
 
 RDEPEND="dev-libs/popt
 	>=sys-libs/talloc-2.0.7[python]
-	>=sys-libs/tevent-0.9.16
+	>=sys-libs/tevent-0.9.17
 	>=sys-libs/tdb-1.2.10[python]
 	net-nds/openldap
 	!!<net-fs/samba-3.6.0[ldb]





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-23 19:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-23 19:42 [gentoo-commits] gentoo-x86 commit in sys-libs/ldb: ldb-1.1.10.ebuild ChangeLog ldb-1.1.12.ebuild Victor Ostorga (vostorga)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-23 19:47 Victor Ostorga (vostorga)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox