Date: Monday, July 29, 2013 @ 06:17:25
  Author: fyan
Revision: 94632

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

Added:
  libkkc-data/repos/community-testing-i686/
  libkkc-data/repos/community-testing-i686/ChangeLog
    (from rev 94631, libkkc-data/trunk/ChangeLog)
  libkkc-data/repos/community-testing-i686/PKGBUILD
    (from rev 94631, libkkc-data/trunk/PKGBUILD)
  libkkc-data/repos/community-testing-x86_64/
  libkkc-data/repos/community-testing-x86_64/ChangeLog
    (from rev 94631, libkkc-data/trunk/ChangeLog)
  libkkc-data/repos/community-testing-x86_64/PKGBUILD
    (from rev 94631, libkkc-data/trunk/PKGBUILD)

------------------------------------+
 community-testing-i686/ChangeLog   |   14 ++++++++++++++
 community-testing-i686/PKGBUILD    |   27 +++++++++++++++++++++++++++
 community-testing-x86_64/ChangeLog |   14 ++++++++++++++
 community-testing-x86_64/PKGBUILD  |   27 +++++++++++++++++++++++++++
 4 files changed, 82 insertions(+)

Copied: libkkc-data/repos/community-testing-i686/ChangeLog (from rev 94631, 
libkkc-data/trunk/ChangeLog)
===================================================================
--- community-testing-i686/ChangeLog                            (rev 0)
+++ community-testing-i686/ChangeLog    2013-07-29 04:17:25 UTC (rev 94632)
@@ -0,0 +1,14 @@
+2013-05-28  ponsfoot  <cabezon dot hashimoto at gmail dot com>
+
+       - Clean up makedepends
+
+2013-05-28  ponsfoot  <cabezon dot hashimoto at gmail dot com>
+
+       * libkkc-data 0.2.0-2
+       - Add marisa (marisa-python) into makedepends
+
+2013-05-27  ponsfoot  <cabezon dot hashimoto at gmail dot com>
+
+       * libkkc-data 0.2.0-1
+       - Initial release on AUR
+

Copied: libkkc-data/repos/community-testing-i686/PKGBUILD (from rev 94631, 
libkkc-data/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2013-07-29 04:17:25 UTC (rev 94632)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=libkkc-data
+pkgver=0.2.7
+pkgrel=1
+pkgdesc="Language model data package for libkkc"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc";
+license=('GPL')
+makedepends=('python2-marisa')
+changelog=ChangeLog
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.xz)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure PYTHON=/usr/bin/python2 --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('61c0cd8c0fa41ed8df49cac6709eebb245cc965d7e192b1ba945e95f2fc46aca8aa48c16e1977a12c157c55dab6b9f4c30f4905806725eca6e697b762eb7cbd7')

Copied: libkkc-data/repos/community-testing-x86_64/ChangeLog (from rev 94631, 
libkkc-data/trunk/ChangeLog)
===================================================================
--- community-testing-x86_64/ChangeLog                          (rev 0)
+++ community-testing-x86_64/ChangeLog  2013-07-29 04:17:25 UTC (rev 94632)
@@ -0,0 +1,14 @@
+2013-05-28  ponsfoot  <cabezon dot hashimoto at gmail dot com>
+
+       - Clean up makedepends
+
+2013-05-28  ponsfoot  <cabezon dot hashimoto at gmail dot com>
+
+       * libkkc-data 0.2.0-2
+       - Add marisa (marisa-python) into makedepends
+
+2013-05-27  ponsfoot  <cabezon dot hashimoto at gmail dot com>
+
+       * libkkc-data 0.2.0-1
+       - Initial release on AUR
+

Copied: libkkc-data/repos/community-testing-x86_64/PKGBUILD (from rev 94631, 
libkkc-data/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-07-29 04:17:25 UTC (rev 94632)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=libkkc-data
+pkgver=0.2.7
+pkgrel=1
+pkgdesc="Language model data package for libkkc"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc";
+license=('GPL')
+makedepends=('python2-marisa')
+changelog=ChangeLog
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.xz)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure PYTHON=/usr/bin/python2 --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('61c0cd8c0fa41ed8df49cac6709eebb245cc965d7e192b1ba945e95f2fc46aca8aa48c16e1977a12c157c55dab6b9f4c30f4905806725eca6e697b762eb7cbd7')

Reply via email to