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

Tobias Powalowski tpowa at archlinux.org
Thu Aug 27 13:50:34 UTC 2015


    Date: Thursday, August 27, 2015 @ 15:50:34
  Author: tpowa
Revision: 244897

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ldb/repos/extra-i686/PKGBUILD
    (from rev 244896, ldb/trunk/PKGBUILD)
  ldb/repos/extra-x86_64/PKGBUILD
    (from rev 244896, ldb/trunk/PKGBUILD)
Deleted:
  ldb/repos/extra-i686/PKGBUILD
  ldb/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   86 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   43 ------------------------
 extra-x86_64/PKGBUILD |   43 ------------------------
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-08-27 13:50:26 UTC (rev 244896)
+++ extra-i686/PKGBUILD	2015-08-27 13:50:34 UTC (rev 244897)
@@ -1,43 +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.1.20
-pkgrel=1
-pkgdesc="A schema-less, ldap like, API and database"
-arch=('i686' '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')
-makedepends=('python2')
-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=('3d9abbdc334e8dc43e52cf8619bb2c24'
-         'SKIP')

Copied: ldb/repos/extra-i686/PKGBUILD (from rev 244896, ldb/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-08-27 13:50:34 UTC (rev 244897)
@@ -0,0 +1,43 @@
+# $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.1.21
+pkgrel=1
+pkgdesc="A schema-less, ldap like, API and database"
+arch=('i686' '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')
+makedepends=('python2')
+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=('94ba09c7452fff68df3481686c56677e'
+         'SKIP')

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-08-27 13:50:26 UTC (rev 244896)
+++ extra-x86_64/PKGBUILD	2015-08-27 13:50:34 UTC (rev 244897)
@@ -1,43 +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.1.20
-pkgrel=1
-pkgdesc="A schema-less, ldap like, API and database"
-arch=('i686' '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')
-makedepends=('python2')
-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=('3d9abbdc334e8dc43e52cf8619bb2c24'
-         'SKIP')

Copied: ldb/repos/extra-x86_64/PKGBUILD (from rev 244896, ldb/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-08-27 13:50:34 UTC (rev 244897)
@@ -0,0 +1,43 @@
+# $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.1.21
+pkgrel=1
+pkgdesc="A schema-less, ldap like, API and database"
+arch=('i686' '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')
+makedepends=('python2')
+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=('94ba09c7452fff68df3481686c56677e'
+         'SKIP')



More information about the arch-commits mailing list