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

2015-12-05 Thread Evangelos Foutras
Date: Saturday, December 5, 2015 @ 16:14:00
  Author: foutrelis
Revision: 252391

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

Added:
  db/repos/staging-i686/
  db/repos/staging-i686/PKGBUILD
(from rev 252390, db/trunk/PKGBUILD)
  db/repos/staging-x86_64/
  db/repos/staging-x86_64/PKGBUILD
(from rev 252390, db/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: db/repos/staging-i686/PKGBUILD (from rev 252390, db/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-05 15:14:00 UTC (rev 252391)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=db
+pkgver=5.3.28
+pkgrel=3
+pkgdesc="The Berkeley DB embedded database system"
+arch=('i686' 'x86_64')
+url="http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('fa3f8a41ad5101f43d08bc0efb6241c9b6fc1ae9')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm \
+--enable-stl
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}/build_unix
+  make DESTDIR="${pkgdir}" install
+  rm -r "${pkgdir}"/usr/docs
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: db/repos/staging-x86_64/PKGBUILD (from rev 252390, db/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-05 15:14:00 UTC (rev 252391)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=db
+pkgver=5.3.28
+pkgrel=3
+pkgdesc="The Berkeley DB embedded database system"
+arch=('i686' 'x86_64')
+url="http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('fa3f8a41ad5101f43d08bc0efb6241c9b6fc1ae9')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm \
+--enable-stl
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}/build_unix
+  make DESTDIR="${pkgdir}" install
+  rm -r "${pkgdir}"/usr/docs
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2014-10-08 Thread Bartłomiej Piotrowski
Date: Wednesday, October 8, 2014 @ 18:57:15
  Author: bpiotrowski
Revision: 224104

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

Added:
  db/repos/testing-i686/
  db/repos/testing-i686/PKGBUILD
(from rev 224103, db/trunk/PKGBUILD)
  db/repos/testing-x86_64/
  db/repos/testing-x86_64/PKGBUILD
(from rev 224103, db/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: db/repos/testing-i686/PKGBUILD (from rev 224103, db/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-08 16:57:15 UTC (rev 224104)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.28
+pkgrel=2
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')
+url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('fa3f8a41ad5101f43d08bc0efb6241c9b6fc1ae9')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm \
+--enable-stl
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/docs
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: db/repos/testing-x86_64/PKGBUILD (from rev 224103, db/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-08 16:57:15 UTC (rev 224104)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.28
+pkgrel=2
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')
+url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('fa3f8a41ad5101f43d08bc0efb6241c9b6fc1ae9')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm \
+--enable-stl
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/docs
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2013-10-25 Thread Andreas Radke
Date: Friday, October 25, 2013 @ 20:39:49
  Author: andyrtr
Revision: 197420

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

Added:
  db/repos/testing-i686/PKGBUILD
(from rev 197419, db/trunk/PKGBUILD)
  db/repos/testing-x86_64/PKGBUILD
(from rev 197419, db/trunk/PKGBUILD)
Deleted:
  db/repos/testing-i686/PKGBUILD
  db/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   60 ++
 testing-i686/PKGBUILD   |   30 ---
 testing-x86_64/PKGBUILD |   30 ---
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-10-25 18:39:27 UTC (rev 197419)
+++ testing-i686/PKGBUILD   2013-10-25 18:39:49 UTC (rev 197420)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=db
-pkgver=5.3.21
-pkgrel=3
-pkgdesc=The Berkeley DB embedded database system
-arch=('i686' 'x86_64')
-url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
-license=('custom')
-depends=('gcc-libs' 'sh')
-source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
-sha1sums=('32e43c4898c8996750c958a90c174bd116fcba83')
-
-build() {
-  cd ${srcdir}/$pkgname-${pkgver}/build_unix
-  ../dist/configure --prefix=/usr --enable-compat185 \
---enable-shared --enable-static --enable-cxx --enable-dbm
-  make LIBSO_LIBS=-lpthread
-}
-
-package() {
-  cd ${srcdir}/$pkgname-${pkgver}/build_unix
-  make DESTDIR=${pkgdir} install
-  rm -r ${pkgdir}/usr/docs
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: db/repos/testing-i686/PKGBUILD (from rev 197419, db/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-25 18:39:49 UTC (rev 197420)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.28
+pkgrel=1
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')
+url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('fa3f8a41ad5101f43d08bc0efb6241c9b6fc1ae9')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/docs
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-10-25 18:39:27 UTC (rev 197419)
+++ testing-x86_64/PKGBUILD 2013-10-25 18:39:49 UTC (rev 197420)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgname=db
-pkgver=5.3.21
-pkgrel=3
-pkgdesc=The Berkeley DB embedded database system
-arch=('i686' 'x86_64')
-url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
-license=('custom')
-depends=('gcc-libs' 'sh')
-source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
-sha1sums=('32e43c4898c8996750c958a90c174bd116fcba83')
-
-build() {
-  cd ${srcdir}/$pkgname-${pkgver}/build_unix
-  ../dist/configure --prefix=/usr --enable-compat185 \
---enable-shared --enable-static --enable-cxx --enable-dbm
-  make LIBSO_LIBS=-lpthread
-}
-
-package() {
-  cd ${srcdir}/$pkgname-${pkgver}/build_unix
-  make DESTDIR=${pkgdir} install
-  rm -r ${pkgdir}/usr/docs
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: db/repos/testing-x86_64/PKGBUILD (from rev 197419, db/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-25 18:39:49 UTC (rev 197420)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.28
+pkgrel=1
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')

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

2013-10-21 Thread Allan McRae
Date: Monday, October 21, 2013 @ 15:56:19
  Author: allan
Revision: 197026

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

Added:
  db/repos/testing-i686/
  db/repos/testing-i686/PKGBUILD
(from rev 197025, db/trunk/PKGBUILD)
  db/repos/testing-x86_64/
  db/repos/testing-x86_64/PKGBUILD
(from rev 197025, db/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: db/repos/testing-i686/PKGBUILD (from rev 197025, db/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-21 13:56:19 UTC (rev 197026)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.21
+pkgrel=3
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')
+url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('32e43c4898c8996750c958a90c174bd116fcba83')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/docs
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: db/repos/testing-x86_64/PKGBUILD (from rev 197025, db/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-21 13:56:19 UTC (rev 197026)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.21
+pkgrel=3
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')
+url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('32e43c4898c8996750c958a90c174bd116fcba83')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/docs
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-06-01 Thread Stéphane Gaudreault
Date: Friday, June 1, 2012 @ 06:23:17
  Author: stephane
Revision: 160336

db-move: moved db from [staging] to [testing] (i686)

Added:
  db/repos/testing-i686/
  db/repos/testing-i686/PKGBUILD
(from rev 160335, db/repos/staging-i686/PKGBUILD)
  db/repos/testing-i686/db.install
(from rev 160335, db/repos/staging-i686/db.install)
Deleted:
  db/repos/staging-i686/

+
 PKGBUILD   |   32 
 db.install |5 +
 2 files changed, 37 insertions(+)

Copied: db/repos/testing-i686/PKGBUILD (from rev 160335, 
db/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-01 10:23:17 UTC (rev 160336)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.21
+pkgrel=1
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')
+url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+options=('!libtool')
+install=db.install
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('32e43c4898c8996750c958a90c174bd116fcba83')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/docs
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: db/repos/testing-i686/db.install (from rev 160335, 
db/repos/staging-i686/db.install)
===
--- testing-i686/db.install (rev 0)
+++ testing-i686/db.install 2012-06-01 10:23:17 UTC (rev 160336)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ $(vercmp $2 5.1) -lt 0 ]; then
+echo   Major version update. Consider running db_upgrade on Berkeley DB 
databases.
+  fi
+}



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

2012-06-01 Thread Stéphane Gaudreault
Date: Friday, June 1, 2012 @ 06:23:18
  Author: stephane
Revision: 160337

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

Added:
  db/repos/testing-x86_64/
  db/repos/testing-x86_64/PKGBUILD
(from rev 160335, db/repos/staging-x86_64/PKGBUILD)
  db/repos/testing-x86_64/db.install
(from rev 160335, db/repos/staging-x86_64/db.install)
Deleted:
  db/repos/staging-x86_64/

+
 PKGBUILD   |   32 
 db.install |5 +
 2 files changed, 37 insertions(+)

Copied: db/repos/testing-x86_64/PKGBUILD (from rev 160335, 
db/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-01 10:23:18 UTC (rev 160337)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.21
+pkgrel=1
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')
+url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+options=('!libtool')
+install=db.install
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('32e43c4898c8996750c958a90c174bd116fcba83')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/docs
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: db/repos/testing-x86_64/db.install (from rev 160335, 
db/repos/staging-x86_64/db.install)
===
--- testing-x86_64/db.install   (rev 0)
+++ testing-x86_64/db.install   2012-06-01 10:23:18 UTC (rev 160337)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ $(vercmp $2 5.1) -lt 0 ]; then
+echo   Major version update. Consider running db_upgrade on Berkeley DB 
databases.
+  fi
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:14
  Author: stephane
Revision: 146330

db-move: moved db from [staging] to [testing] (i686)

Added:
  db/repos/testing-i686/
  db/repos/testing-i686/PKGBUILD
(from rev 146321, db/repos/staging-i686/PKGBUILD)
  db/repos/testing-i686/db.install
(from rev 146321, db/repos/staging-i686/db.install)
Deleted:
  db/repos/staging-i686/

+
 PKGBUILD   |   32 
 db.install |5 +
 2 files changed, 37 insertions(+)

Copied: db/repos/testing-i686/PKGBUILD (from rev 146321, 
db/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-09 18:52:14 UTC (rev 146330)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.15
+pkgrel=1
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')
+url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+options=('!libtool')
+install=db.install
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('7683b632a01ff3543c379a120809a942ec457738')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/docs
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: db/repos/testing-i686/db.install (from rev 146321, 
db/repos/staging-i686/db.install)
===
--- testing-i686/db.install (rev 0)
+++ testing-i686/db.install 2012-01-09 18:52:14 UTC (rev 146330)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ $(vercmp $2 5.1) -lt 0 ]; then
+echo   Major version update. Consider running db_upgrade on Berkeley DB 
databases.
+  fi
+}



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

2012-01-09 Thread Stéphane Gaudreault
Date: Monday, January 9, 2012 @ 13:52:15
  Author: stephane
Revision: 146331

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

Added:
  db/repos/testing-x86_64/
  db/repos/testing-x86_64/PKGBUILD
(from rev 146321, db/repos/staging-x86_64/PKGBUILD)
  db/repos/testing-x86_64/db.install
(from rev 146321, db/repos/staging-x86_64/db.install)
Deleted:
  db/repos/staging-x86_64/

+
 PKGBUILD   |   32 
 db.install |5 +
 2 files changed, 37 insertions(+)

Copied: db/repos/testing-x86_64/PKGBUILD (from rev 146321, 
db/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-09 18:52:15 UTC (rev 146331)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+
+pkgname=db
+pkgver=5.3.15
+pkgrel=1
+pkgdesc=The Berkeley DB embedded database system
+arch=('i686' 'x86_64')
+url=http://www.oracle.com/technology/software/products/berkeley-db/index.html;
+license=('custom')
+depends=('gcc-libs' 'sh')
+options=('!libtool')
+install=db.install
+source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
+sha1sums=('7683b632a01ff3543c379a120809a942ec457738')
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  ../dist/configure --prefix=/usr --enable-compat185 \
+--enable-shared --enable-static --enable-cxx --enable-dbm
+  make LIBSO_LIBS=-lpthread
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}/build_unix
+  make DESTDIR=${pkgdir} install
+  rm -r ${pkgdir}/usr/docs
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: db/repos/testing-x86_64/db.install (from rev 146321, 
db/repos/staging-x86_64/db.install)
===
--- testing-x86_64/db.install   (rev 0)
+++ testing-x86_64/db.install   2012-01-09 18:52:15 UTC (rev 146331)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [ $(vercmp $2 5.1) -lt 0 ]; then
+echo   Major version update. Consider running db_upgrade on Berkeley DB 
databases.
+  fi
+}