[arch-commits] Commit in libexttextcat/repos/extra-x86_64 (4 files)

2020-05-07 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 11:13:39
  Author: allan
Revision: 382666

archrelease: copy trunk to extra-x86_64

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

-+
 PKGBUILD|   58 +++---
 libexttextcat.changelog |4 +--
 2 files changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 11:13:19 UTC (rev 382665)
+++ PKGBUILD2020-05-07 11:13:39 UTC (rev 382666)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=libexttextcat
-pkgver=3.4.5
-pkgrel=1
-pkgdesc="N-Gram-Based Text Categorization library primarily intended for 
language guessing"
-arch=('x86_64')
-url="https://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/extra-x86_64/PKGBUILD (from rev 382665, 
libexttextcat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 11:13:39 UTC (rev 382666)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=libexttextcat
+pkgver=3.4.5
+pkgrel=2
+pkgdesc="N-Gram-Based Text Categorization library primarily intended for 
language guessing"
+arch=('x86_64')
+url="https://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
+}

Deleted: libexttextcat.changelog
===
--- libexttextcat.changelog 2020-05-07 11:13:19 UTC (rev 382665)
+++ libexttextcat.changelog 2020-05-07 11:13:39 UTC (rev 382666)
@@ -1,2 +0,0 @@
-2014-08-18  Jaroslav Lichtblau  
-   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'

Copied: libexttextcat/repos/extra-x86_64/libexttextcat.changelog (from rev 
382665, libexttextcat/trunk/libexttextcat.changelog)
===
--- libexttextcat.changelog (rev 0)
+++ libexttextcat.changelog 2020-05-07 11:13:39 UTC (rev 382666)
@@ -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/trunk (PKGBUILD)

2020-05-07 Thread Allan McRae via arch-commits
Date: Thursday, May 7, 2020 @ 11:13:19
  Author: allan
Revision: 382665

upgpkg: libexttextcat 3.4.5-2: .BUILDINFO rebuild

Modified:
  libexttextcat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-07 11:12:16 UTC (rev 382664)
+++ PKGBUILD2020-05-07 11:13:19 UTC (rev 382665)
@@ -2,7 +2,7 @@
 
 pkgname=libexttextcat
 pkgver=3.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="N-Gram-Based Text Categorization library primarily intended for 
language guessing"
 arch=('x86_64')
 url="https://www.freedesktop.org/wiki/Software/libexttextcat/;


[arch-commits] Commit in libexttextcat/repos/extra-x86_64 (4 files)

2019-01-24 Thread Andreas Radke via arch-commits
Date: Friday, January 25, 2019 @ 06:48:13
  Author: andyrtr
Revision: 344711

archrelease: copy trunk to extra-x86_64

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

-+
 PKGBUILD|   59 ++
 libexttextcat.changelog |4 +--
 2 files changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-25 06:48:07 UTC (rev 344710)
+++ PKGBUILD2019-01-25 06:48:13 UTC (rev 344711)
@@ -1,30 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 344710, 
libexttextcat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-25 06:48:13 UTC (rev 344711)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=libexttextcat
+pkgver=3.4.5
+pkgrel=1
+pkgdesc="N-Gram-Based Text Categorization library primarily intended for 
language guessing"
+arch=('x86_64')
+url="https://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
+}

Deleted: libexttextcat.changelog
===
--- libexttextcat.changelog 2019-01-25 06:48:07 UTC (rev 344710)
+++ libexttextcat.changelog 2019-01-25 06:48:13 UTC (rev 344711)
@@ -1,2 +0,0 @@
-2014-08-18  Jaroslav Lichtblau  
-   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'

Copied: libexttextcat/repos/extra-x86_64/libexttextcat.changelog (from rev 
344710, libexttextcat/trunk/libexttextcat.changelog)
===
--- libexttextcat.changelog (rev 0)
+++ libexttextcat.changelog 2019-01-25 06:48:13 UTC (rev 344711)
@@ -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/trunk (PKGBUILD)

2019-01-24 Thread Andreas Radke via arch-commits
Date: Friday, January 25, 2019 @ 06:48:07
  Author: andyrtr
Revision: 344710

use https url

Modified:
  libexttextcat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-25 06:47:25 UTC (rev 344709)
+++ PKGBUILD2019-01-25 06:48:07 UTC (rev 344710)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc="N-Gram-Based Text Categorization library primarily intended for 
language guessing"
 arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/libexttextcat/;
+url="https://www.freedesktop.org/wiki/Software/libexttextcat/;
 license=('custom')
 depends=('glibc')
 provides=('libtextcat')


[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/trunk (PKGBUILD)

2017-10-05 Thread Andreas Radke
Date: Thursday, October 5, 2017 @ 17:50:48
  Author: andyrtr
Revision: 306851

upgpkg: libexttextcat 3.4.5-1

upstream update 3.4.5

Modified:
  libexttextcat/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-05 17:46:22 UTC (rev 306850)
+++ PKGBUILD2017-10-05 17:50:48 UTC (rev 306851)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=libexttextcat
-pkgver=3.4.4
+pkgver=3.4.5
 pkgrel=1
 pkgdesc="N-Gram-Based Text Categorization library primarily intended for 
language guessing"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 provides=('libtextcat')
 changelog=$pkgname.changelog
 source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('f24c086cf3523424228ed58b9f678cc7647688822e5407d5fbc155fbfc846293')
+sha256sums=('13fdbc9d4c489a4d0519e51933a1aa21fe3fb9eb7da191b87f7a63e82797dac8')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


[arch-commits] Commit in libexttextcat/repos/extra-i686 (4 files)

2017-08-04 Thread Andreas Radke
Date: Friday, August 4, 2017 @ 19:18:24
  Author: andyrtr
Revision: 301667

archrelease: copy trunk to extra-i686

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

-+
 PKGBUILD|   60 +++---
 libexttextcat.changelog |4 +--
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-04 19:18:16 UTC (rev 301666)
+++ PKGBUILD2017-08-04 19:18:24 UTC (rev 301667)
@@ -1,30 +0,0 @@
-# $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/PKGBUILD (from rev 301666, 
libexttextcat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-04 19:18:24 UTC (rev 301667)
@@ -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=(https://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
+}

Deleted: libexttextcat.changelog
===
--- libexttextcat.changelog 2017-08-04 19:18:16 UTC (rev 301666)
+++ libexttextcat.changelog 2017-08-04 19:18:24 UTC (rev 301667)
@@ -1,2 +0,0 @@
-2014-08-18  Jaroslav Lichtblau  
-   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'

Copied: libexttextcat/repos/extra-i686/libexttextcat.changelog (from rev 
301666, libexttextcat/trunk/libexttextcat.changelog)
===
--- libexttextcat.changelog (rev 0)
+++ libexttextcat.changelog 2017-08-04 19:18:24 UTC (rev 301667)
@@ -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/extra-x86_64 (4 files)

2017-08-04 Thread Andreas Radke
Date: Friday, August 4, 2017 @ 19:18:16
  Author: andyrtr
Revision: 301666

archrelease: copy trunk to extra-x86_64

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

-+
 PKGBUILD|   60 +++---
 libexttextcat.changelog |4 +--
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-04 19:18:07 UTC (rev 301665)
+++ PKGBUILD2017-08-04 19:18:16 UTC (rev 301666)
@@ -1,30 +0,0 @@
-# $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/PKGBUILD (from rev 301665, 
libexttextcat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-04 19:18:16 UTC (rev 301666)
@@ -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=(https://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
+}

Deleted: libexttextcat.changelog
===
--- libexttextcat.changelog 2017-08-04 19:18:07 UTC (rev 301665)
+++ libexttextcat.changelog 2017-08-04 19:18:16 UTC (rev 301666)
@@ -1,2 +0,0 @@
-2014-08-18  Jaroslav Lichtblau  
-   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'

Copied: libexttextcat/repos/extra-x86_64/libexttextcat.changelog (from rev 
301665, libexttextcat/trunk/libexttextcat.changelog)
===
--- libexttextcat.changelog (rev 0)
+++ libexttextcat.changelog 2017-08-04 19:18:16 UTC (rev 301666)
@@ -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/trunk (PKGBUILD)

2017-08-04 Thread Andreas Radke
Date: Friday, August 4, 2017 @ 19:18:07
  Author: andyrtr
Revision: 301665

use https source

Modified:
  libexttextcat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 19:16:55 UTC (rev 301664)
+++ PKGBUILD2017-08-04 19:18:07 UTC (rev 301665)
@@ -11,7 +11,7 @@
 depends=('glibc')
 provides=('libtextcat')
 changelog=$pkgname.changelog
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
+source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
 sha256sums=('f24c086cf3523424228ed58b9f678cc7647688822e5407d5fbc155fbfc846293')
 
 build() {


[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'


[arch-commits] Commit in (libexttextcat)

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

community2extra: Moving libexttextcat from community to extra

Deleted:
  libexttextcat/


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

2014-09-05 Thread Evangelos Foutras
Date: Friday, September 5, 2014 @ 16:12:37
  Author: foutrelis
Revision: 118414

db-move: moved libexttextcat from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  libexttextcat/repos/community-testing-i686/
  libexttextcat/repos/community-testing-i686/PKGBUILD
(from rev 118413, libexttextcat/repos/community-staging-i686/PKGBUILD)
  libexttextcat/repos/community-testing-i686/libexttextcat.changelog
(from rev 118413, 
libexttextcat/repos/community-staging-i686/libexttextcat.changelog)
  libexttextcat/repos/community-testing-x86_64/
  libexttextcat/repos/community-testing-x86_64/PKGBUILD
(from rev 118413, libexttextcat/repos/community-staging-x86_64/PKGBUILD)
  libexttextcat/repos/community-testing-x86_64/libexttextcat.changelog
(from rev 118413, 
libexttextcat/repos/community-staging-x86_64/libexttextcat.changelog)
Deleted:
  libexttextcat/repos/community-staging-i686/
  libexttextcat/repos/community-staging-x86_64/

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

Copied: libexttextcat/repos/community-testing-i686/PKGBUILD (from rev 118413, 
libexttextcat/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-05 14:12:37 UTC (rev 118414)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+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/community-testing-i686/libexttextcat.changelog 
(from rev 118413, 
libexttextcat/repos/community-staging-i686/libexttextcat.changelog)
===
--- community-testing-i686/libexttextcat.changelog  
(rev 0)
+++ community-testing-i686/libexttextcat.changelog  2014-09-05 14:12:37 UTC 
(rev 118414)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'

Copied: libexttextcat/repos/community-testing-x86_64/PKGBUILD (from rev 118413, 
libexttextcat/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-05 14:12:37 UTC (rev 118414)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+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/community-testing-x86_64/libexttextcat.changelog 
(from rev 118413, 
libexttextcat/repos/community-staging-x86_64/libexttextcat.changelog)
===
--- community-testing-x86_64/libexttextcat.changelog
(rev 0)
+++ community-testing-x86_64/libexttextcat.changelog2014-09-05 14:12:37 UTC 
(rev 118414)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'



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

2014-08-18 Thread Jaroslav Lichtblau
Date: Monday, August 18, 2014 @ 20:01:25
  Author: jlichtblau
Revision: 117523

archrelease: copy trunk to community-staging-x86_64

Added:
  libexttextcat/repos/community-staging-x86_64/
  libexttextcat/repos/community-staging-x86_64/PKGBUILD
(from rev 117522, libexttextcat/trunk/PKGBUILD)
  libexttextcat/repos/community-staging-x86_64/libexttextcat.changelog
(from rev 117522, libexttextcat/trunk/libexttextcat.changelog)

-+
 PKGBUILD|   30 ++
 libexttextcat.changelog |2 ++
 2 files changed, 32 insertions(+)

Copied: libexttextcat/repos/community-staging-x86_64/PKGBUILD (from rev 117522, 
libexttextcat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-18 18:01:25 UTC (rev 117523)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+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/community-staging-x86_64/libexttextcat.changelog 
(from rev 117522, libexttextcat/trunk/libexttextcat.changelog)
===
--- community-staging-x86_64/libexttextcat.changelog
(rev 0)
+++ community-staging-x86_64/libexttextcat.changelog2014-08-18 18:01:25 UTC 
(rev 117523)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'



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

2014-08-18 Thread Jaroslav Lichtblau
Date: Monday, August 18, 2014 @ 20:03:42
  Author: jlichtblau
Revision: 117524

archrelease: copy trunk to community-staging-i686

Added:
  libexttextcat/repos/community-staging-i686/
  libexttextcat/repos/community-staging-i686/PKGBUILD
(from rev 117523, libexttextcat/trunk/PKGBUILD)
  libexttextcat/repos/community-staging-i686/libexttextcat.changelog
(from rev 117523, libexttextcat/trunk/libexttextcat.changelog)

-+
 PKGBUILD|   30 ++
 libexttextcat.changelog |2 ++
 2 files changed, 32 insertions(+)

Copied: libexttextcat/repos/community-staging-i686/PKGBUILD (from rev 117523, 
libexttextcat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-18 18:03:42 UTC (rev 117524)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+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/community-staging-i686/libexttextcat.changelog 
(from rev 117523, libexttextcat/trunk/libexttextcat.changelog)
===
--- community-staging-i686/libexttextcat.changelog  
(rev 0)
+++ community-staging-i686/libexttextcat.changelog  2014-08-18 18:03:42 UTC 
(rev 117524)
@@ -0,0 +1,2 @@
+2014-08-18  Jaroslav Lichtblau  dragonl...@aur.archlinux.org
+   * libexttextcat 3.4.4 added to [community] as dependency of 'pinot'