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

Felix Yan fyan at nymeria.archlinux.org
Sun Mar 10 07:13:56 UTC 2013


    Date: Sunday, March 10, 2013 @ 08:13:55
  Author: fyan
Revision: 85954

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-10 07:11:55 UTC (rev 85953)
+++ community-i686/PKGBUILD	2013-03-10 07:13:55 UTC (rev 85954)
@@ -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=1
-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 85953, kyotocabinet/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-10 07:13:55 UTC (rev 85954)
@@ -0,0 +1,29 @@
+# $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')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-10 07:11:55 UTC (rev 85953)
+++ community-x86_64/PKGBUILD	2013-03-10 07:13:55 UTC (rev 85954)
@@ -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=1
-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 85953, kyotocabinet/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-10 07:13:55 UTC (rev 85954)
@@ -0,0 +1,29 @@
+# $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')




More information about the arch-commits mailing list