[arch-commits] Commit in ldb/repos (3 files)

Tobias Powalowski tpowa at archlinux.org
Wed Nov 21 08:38:37 UTC 2018


    Date: Wednesday, November 21, 2018 @ 08:38:36
  Author: tpowa
Revision: 340184

db-move: moved ldb from [testing] to [extra] (x86_64)

Added:
  ldb/repos/extra-x86_64/PKGBUILD
    (from rev 340183, ldb/repos/testing-x86_64/PKGBUILD)
Deleted:
  ldb/repos/extra-x86_64/PKGBUILD
  ldb/repos/testing-x86_64/

-----------------------+
 /PKGBUILD             |   43 +++++++++++++++++++++++++++++++++++++++++++
 extra-x86_64/PKGBUILD |   44 --------------------------------------------
 2 files changed, 43 insertions(+), 44 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2018-11-21 08:28:43 UTC (rev 340183)
+++ extra-x86_64/PKGBUILD	2018-11-21 08:38:36 UTC (rev 340184)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Christian Hesse <mail at eworm.de>
-# Contributor: Marco A Rojas <marquicus at gmail dot com>
-
-pkgname=ldb
-pkgver=1.3.6
-pkgrel=1
-epoch=1
-pkgdesc="A schema-less, ldap like, API and database"
-arch=('x86_64')
-url="http://ldb.samba.org/"
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
-        http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
-license=('GPL3')
-depends=('talloc' 'tevent' 'tdb' 'popt' 'lmdb')
-makedepends=('python2' 'cmocka' 'docbook-xsl')
-optdepends=('python2: for python bindings')
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org> 
-
-build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-
-	# change to use python2
-	sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" buildtools/bin/waf
-	export PYTHON=/usr/bin/python2
-
-	./configure --prefix=/usr \
-		--disable-rpath \
-		--disable-rpath-install \
-		--bundled-libraries=NONE \
-		--builtin-libraries=replace \
-                --with-modulesdir=/usr/lib/ldb/modules \
-                --with-privatelibdir=/usr/lib/ldb
-	make
-}
-
-package() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-
-	make DESTDIR=${pkgdir}/ install
-}
-md5sums=('357fff085e46a302197cfb44d4a8098f'
-         'SKIP')

Copied: ldb/repos/extra-x86_64/PKGBUILD (from rev 340183, ldb/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2018-11-21 08:38:36 UTC (rev 340184)
@@ -0,0 +1,43 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Marco A Rojas <marquicus at gmail dot com>
+
+pkgname=ldb
+pkgver=1.4.3
+pkgrel=1
+epoch=1
+pkgdesc="A schema-less, ldap like, API and database"
+arch=('x86_64')
+url="http://ldb.samba.org/"
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.gz
+        http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.asc)
+license=('GPL3')
+depends=('talloc' 'tevent' 'tdb' 'popt' 'lmdb')
+makedepends=('python2' 'cmocka' 'docbook-xsl')
+optdepends=('python2: for python bindings')
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org> 
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
+	# change to use python2
+	sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" buildtools/bin/waf
+	export PYTHON=/usr/bin/python2
+
+	./configure --prefix=/usr \
+		--disable-rpath \
+		--disable-rpath-install \
+		--bundled-libraries=NONE \
+		--builtin-libraries=replace \
+                --with-modulesdir=/usr/lib/ldb/modules \
+                --with-privatelibdir=/usr/lib/ldb
+	make
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+
+	make DESTDIR=${pkgdir}/ install
+}
+md5sums=('00888f4113ce8e44ba01638e6b2729fc'
+         'SKIP')



More information about the arch-commits mailing list