[arch-commits] Commit in libexttextcat/repos (6 files)

2017-10-05 Thread Andreas Radke
Date: Thursday, October 5, 2017 @ 17:51:00
  Author: andyrtr
Revision: 306852

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

Added:
  libexttextcat/repos/testing-i686/
  libexttextcat/repos/testing-i686/PKGBUILD
(from rev 306851, libexttextcat/trunk/PKGBUILD)
  libexttextcat/repos/testing-i686/libexttextcat.changelog
(from rev 306851, libexttextcat/trunk/libexttextcat.changelog)
  libexttextcat/repos/testing-x86_64/
  libexttextcat/repos/testing-x86_64/PKGBUILD
(from rev 306851, libexttextcat/trunk/PKGBUILD)
  libexttextcat/repos/testing-x86_64/libexttextcat.changelog
(from rev 306851, libexttextcat/trunk/libexttextcat.changelog)

+
 testing-i686/PKGBUILD  |   30 ++
 testing-i686/libexttextcat.changelog   |2 ++
 testing-x86_64/PKGBUILD|   30 ++
 testing-x86_64/libexttextcat.changelog |2 ++
 4 files changed, 64 insertions(+)

Copied: libexttextcat/repos/testing-i686/PKGBUILD (from rev 306851, 
libexttextcat/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-10-05 17:51:00 UTC (rev 306852)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=libexttextcat
+pkgver=3.4.5
+pkgrel=1
+pkgdesc="N-Gram-Based Text Categorization library primarily intended for 
language guessing"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/libexttextcat/;
+license=('custom')
+depends=('glibc')
+provides=('libtextcat')
+changelog=$pkgname.changelog
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('13fdbc9d4c489a4d0519e51933a1aa21fe3fb9eb7da191b87f7a63e82797dac8')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libexttextcat/repos/testing-i686/libexttextcat.changelog (from rev 
306851, libexttextcat/trunk/libexttextcat.changelog)
===
--- testing-i686/libexttextcat.changelog(rev 0)
+++ testing-i686/libexttextcat.changelog2017-10-05 17:51:00 UTC (rev 
306852)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  
+   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'

Copied: libexttextcat/repos/testing-x86_64/PKGBUILD (from rev 306851, 
libexttextcat/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-10-05 17:51:00 UTC (rev 306852)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=libexttextcat
+pkgver=3.4.5
+pkgrel=1
+pkgdesc="N-Gram-Based Text Categorization library primarily intended for 
language guessing"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/libexttextcat/;
+license=('custom')
+depends=('glibc')
+provides=('libtextcat')
+changelog=$pkgname.changelog
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('13fdbc9d4c489a4d0519e51933a1aa21fe3fb9eb7da191b87f7a63e82797dac8')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libexttextcat/repos/testing-x86_64/libexttextcat.changelog (from rev 
306851, libexttextcat/trunk/libexttextcat.changelog)
===
--- testing-x86_64/libexttextcat.changelog  (rev 0)
+++ testing-x86_64/libexttextcat.changelog  2017-10-05 17:51:00 UTC (rev 
306852)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  
+   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'


[arch-commits] Commit in libexttextcat/repos (6 files)

2016-02-06 Thread Andreas Radke
Date: Saturday, February 6, 2016 @ 09:41:42
  Author: andyrtr
Revision: 258920

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

Added:
  libexttextcat/repos/extra-i686/
  libexttextcat/repos/extra-i686/PKGBUILD
(from rev 258919, libexttextcat/trunk/PKGBUILD)
  libexttextcat/repos/extra-i686/libexttextcat.changelog
(from rev 258919, libexttextcat/trunk/libexttextcat.changelog)
  libexttextcat/repos/extra-x86_64/
  libexttextcat/repos/extra-x86_64/PKGBUILD
(from rev 258919, libexttextcat/trunk/PKGBUILD)
  libexttextcat/repos/extra-x86_64/libexttextcat.changelog
(from rev 258919, libexttextcat/trunk/libexttextcat.changelog)

--+
 extra-i686/PKGBUILD  |   30 ++
 extra-i686/libexttextcat.changelog   |2 ++
 extra-x86_64/PKGBUILD|   30 ++
 extra-x86_64/libexttextcat.changelog |2 ++
 4 files changed, 64 insertions(+)

Copied: libexttextcat/repos/extra-i686/PKGBUILD (from rev 258919, 
libexttextcat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-06 08:41:42 UTC (rev 258920)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=libexttextcat
+pkgver=3.4.4
+pkgrel=1
+pkgdesc="N-Gram-Based Text Categorization library primarily intended for 
language guessing"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/libexttextcat/;
+license=('custom')
+depends=('glibc')
+provides=('libtextcat')
+changelog=$pkgname.changelog
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('f24c086cf3523424228ed58b9f678cc7647688822e5407d5fbc155fbfc846293')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libexttextcat/repos/extra-i686/libexttextcat.changelog (from rev 
258919, libexttextcat/trunk/libexttextcat.changelog)
===
--- extra-i686/libexttextcat.changelog  (rev 0)
+++ extra-i686/libexttextcat.changelog  2016-02-06 08:41:42 UTC (rev 258920)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  
+   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'

Copied: libexttextcat/repos/extra-x86_64/PKGBUILD (from rev 258919, 
libexttextcat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-02-06 08:41:42 UTC (rev 258920)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=libexttextcat
+pkgver=3.4.4
+pkgrel=1
+pkgdesc="N-Gram-Based Text Categorization library primarily intended for 
language guessing"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/libexttextcat/;
+license=('custom')
+depends=('glibc')
+provides=('libtextcat')
+changelog=$pkgname.changelog
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('f24c086cf3523424228ed58b9f678cc7647688822e5407d5fbc155fbfc846293')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  
+  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libexttextcat/repos/extra-x86_64/libexttextcat.changelog (from rev 
258919, libexttextcat/trunk/libexttextcat.changelog)
===
--- extra-x86_64/libexttextcat.changelog(rev 0)
+++ extra-x86_64/libexttextcat.changelog2016-02-06 08:41:42 UTC (rev 
258920)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  
+   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'