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

Felix Yan fyan at nymeria.archlinux.org
Wed Sep 11 09:43:26 UTC 2013


    Date: Wednesday, September 11, 2013 @ 11:43:26
  Author: fyan
Revision: 97042

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

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

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 ----------------------
 community-x86_64/PKGBUILD |   34 ----------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-09-11 09:42:05 UTC (rev 97041)
+++ community-i686/PKGBUILD	2013-09-11 09:43:26 UTC (rev 97042)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
-
-pkgname=libkkc
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="Japanese Kana Kanji conversion library"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc"
-license=('GPL')
-options=(!libtool)
-depends=('marisa' 'json-glib' 'libgee06')
-makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
-optdepends=('sh: to use kkc-package-data')
-source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  PYTHON=/usr/bin/python2 \
-  ./configure --prefix=/usr --disable-static --disable-silent-rules
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
-  install -m 644 README data/rules/README.rules COPYING \
-    "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
-}
-
-sha512sums=('2bb056cf00b6212a18462a5f952d4557944b29f49a92b0701abed5f5d6601fdb3b57c4e09a0b3db8ff39be01e91ab658656b89f576663046e53478ed07fe87af')

Copied: libkkc/repos/community-i686/PKGBUILD (from rev 97041, libkkc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-09-11 09:43:26 UTC (rev 97042)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=libkkc
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Japanese Kana Kanji conversion library"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc"
+license=('GPL')
+options=(!libtool)
+depends=('marisa' 'json-glib' 'libgee06')
+makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
+optdepends=('sh: to use kkc-package-data')
+source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  PYTHON=/usr/bin/python2 \
+  ./configure --prefix=/usr --disable-static --disable-silent-rules
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
+  install -m 644 README data/rules/README.rules COPYING \
+    "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
+}
+
+sha512sums=('32b7268e4566acc7b13b9ae8ac06fe3ea3c23fef2a7157f8246f7ddb7b1f844da111334bea5b0b5ad9ac822a9be3a07ea5126ac59b8add1217aad2ba8157345f')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-09-11 09:42:05 UTC (rev 97041)
+++ community-x86_64/PKGBUILD	2013-09-11 09:43:26 UTC (rev 97042)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
-
-pkgname=libkkc
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="Japanese Kana Kanji conversion library"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/libkkc"
-license=('GPL')
-options=(!libtool)
-depends=('marisa' 'json-glib' 'libgee06')
-makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
-optdepends=('sh: to use kkc-package-data')
-source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  PYTHON=/usr/bin/python2 \
-  ./configure --prefix=/usr --disable-static --disable-silent-rules
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
-  install -m 644 README data/rules/README.rules COPYING \
-    "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
-}
-
-sha512sums=('2bb056cf00b6212a18462a5f952d4557944b29f49a92b0701abed5f5d6601fdb3b57c4e09a0b3db8ff39be01e91ab658656b89f576663046e53478ed07fe87af')

Copied: libkkc/repos/community-x86_64/PKGBUILD (from rev 97041, libkkc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-09-11 09:43:26 UTC (rev 97042)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com>
+
+pkgname=libkkc
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Japanese Kana Kanji conversion library"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/libkkc"
+license=('GPL')
+options=(!libtool)
+depends=('marisa' 'json-glib' 'libgee06')
+makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa')
+optdepends=('sh: to use kkc-package-data')
+source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  PYTHON=/usr/bin/python2 \
+  ./configure --prefix=/usr --disable-static --disable-silent-rules
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}"
+  install -m 644 README data/rules/README.rules COPYING \
+    "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/"  
+}
+
+sha512sums=('32b7268e4566acc7b13b9ae8ac06fe3ea3c23fef2a7157f8246f7ddb7b1f844da111334bea5b0b5ad9ac822a9be3a07ea5126ac59b8add1217aad2ba8157345f')




More information about the arch-commits mailing list