Date: Thursday, July 30, 2015 @ 12:20:08
  Author: jgc
Revision: 242865

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-07-30 10:20:00 UTC (rev 242864)
+++ extra-i686/PKGBUILD 2015-07-30 10:20:08 UTC (rev 242865)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <[email protected]>
-# Contributor: Chaiwat Suttipongsakul <[email protected]>
-
-pkgname=libdatrie
-pkgver=0.2.8
-pkgrel=1
-pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
-url="http://linux.thai.net/projects/datrie";
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
-md5sums=('fc25a7bf5ec7405e30ae1512a8e2226c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdatrie/repos/extra-i686/PKGBUILD (from rev 242864, 
libdatrie/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2015-07-30 10:20:08 UTC (rev 242865)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Contributor: Chaiwat Suttipongsakul <[email protected]>
+
+pkgname=libdatrie
+pkgver=0.2.9
+pkgrel=1
+pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
+url="http://linux.thai.net/projects/datrie";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=('!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('687624f374e748de81b01399736bb735')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2015-07-30 10:20:00 UTC (rev 242864)
+++ extra-x86_64/PKGBUILD       2015-07-30 10:20:08 UTC (rev 242865)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <[email protected]>
-# Contributor: Chaiwat Suttipongsakul <[email protected]>
-
-pkgname=libdatrie
-pkgver=0.2.8
-pkgrel=1
-pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
-url="http://linux.thai.net/projects/datrie";
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
-md5sums=('fc25a7bf5ec7405e30ae1512a8e2226c')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdatrie/repos/extra-x86_64/PKGBUILD (from rev 242864, 
libdatrie/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2015-07-30 10:20:08 UTC (rev 242865)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Contributor: Chaiwat Suttipongsakul <[email protected]>
+
+pkgname=libdatrie
+pkgver=0.2.9
+pkgrel=1
+pkgdesc="Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe."
+url="http://linux.thai.net/projects/datrie";
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=('!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('687624f374e748de81b01399736bb735')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to