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

Felix Yan fyan at nymeria.archlinux.org
Tue May 7 16:07:18 UTC 2013


    Date: Tuesday, May 7, 2013 @ 18:07:18
  Author: fyan
Revision: 90164

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

Added:
  kyotocabinet/repos/community-i686/PKGBUILD
    (from rev 90163, kyotocabinet/trunk/PKGBUILD)
  kyotocabinet/repos/community-x86_64/PKGBUILD
    (from rev 90163, kyotocabinet/trunk/PKGBUILD)
Deleted:
  kyotocabinet/repos/community-i686/PKGBUILD
  kyotocabinet/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ---------------------
 community-x86_64/PKGBUILD |   29 ---------------------
 3 files changed, 60 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-07 16:05:27 UTC (rev 90163)
+++ community-i686/PKGBUILD	2013-05-07 16:07:18 UTC (rev 90164)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Alexander Duscheleit <jinks at archlinux.us>
-# Contributor: Joaquim Pedro (osmano807) <osmano807 at gmail.com>
-
-pkgname=kyotocabinet
-pkgver=1.2.76
-pkgrel=2
-pkgdesc="a modern implementation of DBM in C++"
-arch=('i686' 'x86_64')
-url="http://fallabs.com/kyotocabinet"
-license=('LGPL3')
-makedepends=('gcc>=3.1' 'make' 'pkgconfig' 'zlib')
-depends=('zlib' 'gcc-libs')
-source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make install DESTDIR="$pkgdir/"
-}
-sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a')

Copied: kyotocabinet/repos/community-i686/PKGBUILD (from rev 90163, kyotocabinet/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-07 16:07:18 UTC (rev 90164)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Alexander Duscheleit <jinks at archlinux.us>
+# Contributor: Joaquim Pedro (osmano807) <osmano807 at gmail.com>
+
+pkgname=kyotocabinet
+pkgver=1.2.76
+pkgrel=3
+pkgdesc="a modern implementation of DBM in C++"
+arch=('i686' 'x86_64')
+url="http://fallabs.com/kyotocabinet"
+license=('LGPL3')
+makedepends=('gcc' 'make' 'pkgconfig' 'zlib')
+depends=('zlib' 'gcc-libs')
+source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --disable-opt
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make install DESTDIR="$pkgdir/"
+}
+
+sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-07 16:05:27 UTC (rev 90163)
+++ community-x86_64/PKGBUILD	2013-05-07 16:07:18 UTC (rev 90164)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Alexander Duscheleit <jinks at archlinux.us>
-# Contributor: Joaquim Pedro (osmano807) <osmano807 at gmail.com>
-
-pkgname=kyotocabinet
-pkgver=1.2.76
-pkgrel=2
-pkgdesc="a modern implementation of DBM in C++"
-arch=('i686' 'x86_64')
-url="http://fallabs.com/kyotocabinet"
-license=('LGPL3')
-makedepends=('gcc>=3.1' 'make' 'pkgconfig' 'zlib')
-depends=('zlib' 'gcc-libs')
-source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make install DESTDIR="$pkgdir/"
-}
-sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a')

Copied: kyotocabinet/repos/community-x86_64/PKGBUILD (from rev 90163, kyotocabinet/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-07 16:07:18 UTC (rev 90164)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Alexander Duscheleit <jinks at archlinux.us>
+# Contributor: Joaquim Pedro (osmano807) <osmano807 at gmail.com>
+
+pkgname=kyotocabinet
+pkgver=1.2.76
+pkgrel=3
+pkgdesc="a modern implementation of DBM in C++"
+arch=('i686' 'x86_64')
+url="http://fallabs.com/kyotocabinet"
+license=('LGPL3')
+makedepends=('gcc' 'make' 'pkgconfig' 'zlib')
+depends=('zlib' 'gcc-libs')
+source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --disable-opt
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make install DESTDIR="$pkgdir/"
+}
+
+sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a')




More information about the arch-commits mailing list