[arch-commits] Commit in languagetool/repos/community-any (6 files)

2020-10-07 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, October 7, 2020 @ 16:29:09
  Author: aginiewicz
Revision: 720759

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 720758, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.service
(from rev 720758, languagetool/trunk/languagetool.service)
  languagetool/repos/community-any/languagetool.sh
(from rev 720758, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.service
  languagetool/repos/community-any/languagetool.sh

--+
 PKGBUILD |   72 
 languagetool.service |   28 -
 languagetool.sh  |  142 -
 3 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 16:29:04 UTC (rev 720758)
+++ PKGBUILD2020-10-07 16:29:09 UTC (rev 720759)
@@ -1,36 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=5.0
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="https://www.languagetool.org"; 
-license=("LGPL")
-depends=('java-runtime-headless>=8')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip"; 
"$pkgname.sh" "$pkgname.service")
-noextract=($pkgname-$pkgver.zip)
-sha256sums=('212eb275cf9df8b6f49d8ce2bb386246081be7f01d907577fbd09a9f27055628'
-'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
-'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-  mkdir -p "$pkgdir"/usr/lib/systemd/system
-  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: languagetool/repos/community-any/PKGBUILD (from rev 720758, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-07 16:29:09 UTC (rev 720759)
@@ -0,0 +1,36 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=5.1
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="https://www.languagetool.org"; 
+license=("LGPL")
+depends=('java-runtime-headless>=8')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip"; 
"$pkgname.sh" "$pkgname.service")
+noextract=($pkgname-$pkgver.zip)
+sha256sums=('c91ff43d54c863a9389a81c5fa1a6723041b982435f220e9c2c4db843b66d1b6'
+'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
+'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+  mkdir -p "$pkgdir"/usr/lib/systemd/system
+  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: languagetool.service
===
--- languagetool.service2020-10-07 16:29:04 UTC (rev 720758)
+++ languagetool.service2020-10-07 16:29:09 UTC (rev 720759)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Languagetool HTTP server
-
-[Service]
-Type=simple
-PIDFile=/run/language-tool.pid
-User=nobody
-Restart=always
-ExecStart=/usr/bin/languagetool --http --allow-origin "*"
-ExecReload=/bin/kill -HUP $MAINPID
-ExecStop=/bin/kill -QUIT $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: languagetool/repos/community-any/languagetool.service (from rev 720758, 
languagetool/trunk/languagetool.service)
=

[arch-commits] Commit in languagetool/repos/community-any (6 files)

2020-06-28 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, June 28, 2020 @ 17:52:44
  Author: aginiewicz
Revision: 655145

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 655144, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.service
(from rev 655144, languagetool/trunk/languagetool.service)
  languagetool/repos/community-any/languagetool.sh
(from rev 655144, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.service
  languagetool/repos/community-any/languagetool.sh

--+
 PKGBUILD |   72 
 languagetool.service |   28 -
 languagetool.sh  |  142 -
 3 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-28 17:52:34 UTC (rev 655144)
+++ PKGBUILD2020-06-28 17:52:44 UTC (rev 655145)
@@ -1,36 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=4.9.1
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="https://www.languagetool.org"; 
-license=("LGPL")
-depends=('java-runtime-headless>=8')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip"; 
"$pkgname.sh" "$pkgname.service")
-noextract=($pkgname-$pkgver.zip)
-sha256sums=('79d10fc225d66005360de292fae4c2b27bfd122a1419d8d9ce16e2b14cb7517b'
-'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
-'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-  mkdir -p "$pkgdir"/usr/lib/systemd/system
-  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: languagetool/repos/community-any/PKGBUILD (from rev 655144, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-28 17:52:44 UTC (rev 655145)
@@ -0,0 +1,36 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=5.0
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="https://www.languagetool.org"; 
+license=("LGPL")
+depends=('java-runtime-headless>=8')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip"; 
"$pkgname.sh" "$pkgname.service")
+noextract=($pkgname-$pkgver.zip)
+sha256sums=('212eb275cf9df8b6f49d8ce2bb386246081be7f01d907577fbd09a9f27055628'
+'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
+'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+  mkdir -p "$pkgdir"/usr/lib/systemd/system
+  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: languagetool.service
===
--- languagetool.service2020-06-28 17:52:34 UTC (rev 655144)
+++ languagetool.service2020-06-28 17:52:44 UTC (rev 655145)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Languagetool HTTP server
-
-[Service]
-Type=simple
-PIDFile=/run/language-tool.pid
-User=nobody
-Restart=always
-ExecStart=/usr/bin/languagetool --http --allow-origin "*"
-ExecReload=/bin/kill -HUP $MAINPID
-ExecStop=/bin/kill -QUIT $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: languagetool/repos/community-any/languagetool.service (from rev 655144, 
languagetool/trunk/languagetool.service)
===

[arch-commits] Commit in languagetool/repos/community-any (6 files)

2020-05-19 Thread Andrzej Giniewicz via arch-commits
Date: Tuesday, May 19, 2020 @ 10:12:55
  Author: aginiewicz
Revision: 629810

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 629809, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.service
(from rev 629809, languagetool/trunk/languagetool.service)
  languagetool/repos/community-any/languagetool.sh
(from rev 629809, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.service
  languagetool/repos/community-any/languagetool.sh

--+
 PKGBUILD |   72 
 languagetool.service |   28 -
 languagetool.sh  |  142 -
 3 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-19 10:12:46 UTC (rev 629809)
+++ PKGBUILD2020-05-19 10:12:55 UTC (rev 629810)
@@ -1,36 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=4.9
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="https://www.languagetool.org"; 
-license=("LGPL")
-depends=('java-runtime-headless>=8')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip"; 
"$pkgname.sh" "$pkgname.service")
-noextract=($pkgname-$pkgver.zip)
-sha256sums=('2e6998563a3ee4b142ffe91eb20d3ae3e15ade5f507964b9dc2ec19373329b35'
-'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
-'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-  mkdir -p "$pkgdir"/usr/lib/systemd/system
-  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: languagetool/repos/community-any/PKGBUILD (from rev 629809, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-19 10:12:55 UTC (rev 629810)
@@ -0,0 +1,36 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=4.9.1
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="https://www.languagetool.org"; 
+license=("LGPL")
+depends=('java-runtime-headless>=8')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip"; 
"$pkgname.sh" "$pkgname.service")
+noextract=($pkgname-$pkgver.zip)
+sha256sums=('79d10fc225d66005360de292fae4c2b27bfd122a1419d8d9ce16e2b14cb7517b'
+'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
+'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+  mkdir -p "$pkgdir"/usr/lib/systemd/system
+  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: languagetool.service
===
--- languagetool.service2020-05-19 10:12:46 UTC (rev 629809)
+++ languagetool.service2020-05-19 10:12:55 UTC (rev 629810)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Languagetool HTTP server
-
-[Service]
-Type=simple
-PIDFile=/run/language-tool.pid
-User=nobody
-Restart=always
-ExecStart=/usr/bin/languagetool --http --allow-origin "*"
-ExecReload=/bin/kill -HUP $MAINPID
-ExecStop=/bin/kill -QUIT $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: languagetool/repos/community-any/languagetool.service (from rev 629809, 
languagetool/trunk/languagetool.service)
===

[arch-commits] Commit in languagetool/repos/community-any (6 files)

2020-04-05 Thread Andrzej Giniewicz via arch-commits
Date: Sunday, April 5, 2020 @ 18:42:53
  Author: aginiewicz
Revision: 611890

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 611889, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.service
(from rev 611889, languagetool/trunk/languagetool.service)
  languagetool/repos/community-any/languagetool.sh
(from rev 611889, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.service
  languagetool/repos/community-any/languagetool.sh

--+
 PKGBUILD |   72 
 languagetool.service |   28 -
 languagetool.sh  |  142 -
 3 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-05 18:42:43 UTC (rev 611889)
+++ PKGBUILD2020-04-05 18:42:53 UTC (rev 611890)
@@ -1,36 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=4.8
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="https://www.languagetool.org"; 
-license=("LGPL")
-depends=('java-runtime-headless>=8')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip"; 
"$pkgname.sh" "$pkgname.service")
-noextract=($pkgname-$pkgver.zip)
-sha256sums=('b4775e88fd90d6389f86023600c4c0e16a9cc00cfe8f093bf1f0c2bbf2a1904d'
-'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
-'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-  mkdir -p "$pkgdir"/usr/lib/systemd/system
-  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: languagetool/repos/community-any/PKGBUILD (from rev 611889, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-05 18:42:53 UTC (rev 611890)
@@ -0,0 +1,36 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=4.9
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="https://www.languagetool.org"; 
+license=("LGPL")
+depends=('java-runtime-headless>=8')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip"; 
"$pkgname.sh" "$pkgname.service")
+noextract=($pkgname-$pkgver.zip)
+sha256sums=('2e6998563a3ee4b142ffe91eb20d3ae3e15ade5f507964b9dc2ec19373329b35'
+'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
+'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+  mkdir -p "$pkgdir"/usr/lib/systemd/system
+  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: languagetool.service
===
--- languagetool.service2020-04-05 18:42:43 UTC (rev 611889)
+++ languagetool.service2020-04-05 18:42:53 UTC (rev 611890)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Languagetool HTTP server
-
-[Service]
-Type=simple
-PIDFile=/run/language-tool.pid
-User=nobody
-Restart=always
-ExecStart=/usr/bin/languagetool --http --allow-origin "*"
-ExecReload=/bin/kill -HUP $MAINPID
-ExecStop=/bin/kill -QUIT $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: languagetool/repos/community-any/languagetool.service (from rev 611889, 
languagetool/trunk/languagetool.service)
===
--

[arch-commits] Commit in languagetool/repos/community-any (6 files)

2020-01-22 Thread Andrzej Giniewicz via arch-commits
Date: Wednesday, January 22, 2020 @ 20:13:38
  Author: aginiewicz
Revision: 554509

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 554508, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.service
(from rev 554508, languagetool/trunk/languagetool.service)
  languagetool/repos/community-any/languagetool.sh
(from rev 554508, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.service
  languagetool/repos/community-any/languagetool.sh

--+
 PKGBUILD |   72 
 languagetool.service |   28 -
 languagetool.sh  |  142 -
 3 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 20:13:32 UTC (rev 554508)
+++ PKGBUILD2020-01-22 20:13:38 UTC (rev 554509)
@@ -1,36 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=4.7
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="https://www.languagetool.org"; 
-license=("LGPL")
-depends=('java-runtime-headless>=8')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip"; 
"$pkgname.sh" "$pkgname.service")
-noextract=($pkgname-$pkgver.zip)
-sha256sums=('4f00f71930871600cb8fe53a8c4d4c9c60f05711c979fd313be1c6c674efde3c'
-'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
-'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-  mkdir -p "$pkgdir"/usr/lib/systemd/system
-  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: languagetool/repos/community-any/PKGBUILD (from rev 554508, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 20:13:38 UTC (rev 554509)
@@ -0,0 +1,36 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=4.8
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="https://www.languagetool.org"; 
+license=("LGPL")
+depends=('java-runtime-headless>=8')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=("https://www.languagetool.org/download/LanguageTool-${pkgver}.zip"; 
"$pkgname.sh" "$pkgname.service")
+noextract=($pkgname-$pkgver.zip)
+sha256sums=('b4775e88fd90d6389f86023600c4c0e16a9cc00cfe8f093bf1f0c2bbf2a1904d'
+'009c0a65a978ad11ac097edd4be64688a2c80281b201495eff9ab667c5b0f0fe'
+'c1bc7bc6336cbd988fb2e54610693886a20bc4bff48b499617ff4f6fc5b09052')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q LanguageTool-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+  mkdir -p "$pkgdir"/usr/lib/systemd/system
+  install -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: languagetool.service
===
--- languagetool.service2020-01-22 20:13:32 UTC (rev 554508)
+++ languagetool.service2020-01-22 20:13:38 UTC (rev 554509)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Languagetool HTTP server
-
-[Service]
-Type=simple
-PIDFile=/run/language-tool.pid
-User=nobody
-Restart=always
-ExecStart=/usr/bin/languagetool --http --allow-origin "*"
-ExecReload=/bin/kill -HUP $MAINPID
-ExecStop=/bin/kill -QUIT $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: languagetool/repos/community-any/languagetool.service (from rev 554508, 
languagetool/trunk/languagetool.service)

[arch-commits] Commit in languagetool/repos/community-any (6 files)

2013-10-04 Thread Andrzej Giniewicz
Date: Friday, October 4, 2013 @ 10:55:46
  Author: aginiewicz
Revision: 98026

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 98025, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.install
(from rev 98025, languagetool/trunk/languagetool.install)
  languagetool/repos/community-any/languagetool.sh
(from rev 98025, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.install
  languagetool/repos/community-any/languagetool.sh

--+
 PKGBUILD |   72 +-
 languagetool.install |   26 ++--
 languagetool.sh  |  102 -
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-04 08:55:37 UTC (rev 98025)
+++ PKGBUILD2013-10-04 08:55:46 UTC (rev 98026)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=2.2
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="http://www.languagetool.org"; 
-license=("LGPL")
-depends=('java-runtime-headless>=6')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-install=$pkgname.install
-source=($pkgname-$pkgver.zip::"http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver";
 "$pkgname.sh")
-noextract=($pkgname-$pkgver.zip)
-md5sums=('ccec1b907729658a9c32580989459bc0'
- '9d3c008ad6c0e150a29ea0be8e32a7fe')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q $pkgname-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-

Copied: languagetool/repos/community-any/PKGBUILD (from rev 98025, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-04 08:55:46 UTC (rev 98026)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=2.3
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="http://www.languagetool.org"; 
+license=("LGPL")
+depends=('java-runtime-headless>=7')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+install=$pkgname.install
+source=($pkgname-$pkgver.zip::"http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver";
 "$pkgname.sh")
+noextract=($pkgname-$pkgver.zip)
+md5sums=('9add48ed802d46d6ad358a2ebfbdefcf'
+ '9d3c008ad6c0e150a29ea0be8e32a7fe')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q $pkgname-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+

Deleted: languagetool.install
===
--- languagetool.install2013-10-04 08:55:37 UTC (rev 98025)
+++ languagetool.install2013-10-04 08:55:46 UTC (rev 98026)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
- - LanguageTool can be run using command
-languagetool
- - To obtain help, use
-languagetool [-h|--help]
-EOF
-}
-
-post_upgrade() {
-  post_install
-}
-

Copied: languagetool/repos/community-any/languagetool.install (from rev 98025, 
languagetool/trunk/languagetool.install)
===
--- languagetool.install(rev 0)
+++ languagetool.install2013-10-04 08:55:46 UTC (rev 98026)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+ - LanguageTool can be run using command
+languagetool
+ - To obtain help, use
+languagetool [-h|--help]
+EOF
+}
+
+post_upgrade() {
+  post_install
+}
+

Deleted: languagetool.sh
===
--- languagetool.sh 2013-10-04 08:55:37 UTC (rev 98025)
+++ languagetool.sh 2013-10-04 08:55:46 UTC (rev 98026)
@@ -1,51 +0,0 @@
-#!/bin/bash
-
-file_present=false
-

[arch-commits] Commit in languagetool/repos/community-any (6 files)

2013-07-03 Thread Andrzej Giniewicz
Date: Wednesday, July 3, 2013 @ 11:30:34
  Author: aginiewicz
Revision: 93405

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 93404, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.install
(from rev 93404, languagetool/trunk/languagetool.install)
  languagetool/repos/community-any/languagetool.sh
(from rev 93404, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.install
  languagetool/repos/community-any/languagetool.sh

--+
 PKGBUILD |   72 +-
 languagetool.install |   26 ++--
 languagetool.sh  |  102 -
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-03 09:30:24 UTC (rev 93404)
+++ PKGBUILD2013-07-03 09:30:34 UTC (rev 93405)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=2.1
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="http://www.languagetool.org"; 
-license=("LGPL")
-depends=('java-runtime-headless>=6')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-install=$pkgname.install
-source=($pkgname-$pkgver.zip::"http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver";
 "$pkgname.sh")
-noextract=($pkgname-$pkgver.zip)
-md5sums=('b8a04d5f62803691b8e26882401753f7'
- '9d3c008ad6c0e150a29ea0be8e32a7fe')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q $pkgname-$pkgver.zip -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-

Copied: languagetool/repos/community-any/PKGBUILD (from rev 93404, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-03 09:30:34 UTC (rev 93405)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=2.2
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="http://www.languagetool.org"; 
+license=("LGPL")
+depends=('java-runtime-headless>=6')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+install=$pkgname.install
+source=($pkgname-$pkgver.zip::"http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver";
 "$pkgname.sh")
+noextract=($pkgname-$pkgver.zip)
+md5sums=('ccec1b907729658a9c32580989459bc0'
+ '9d3c008ad6c0e150a29ea0be8e32a7fe')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q $pkgname-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+

Deleted: languagetool.install
===
--- languagetool.install2013-07-03 09:30:24 UTC (rev 93404)
+++ languagetool.install2013-07-03 09:30:34 UTC (rev 93405)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
- - LanguageTool can be run using command
-languagetool
- - To obtain help, use
-languagetool [-h|--help]
-EOF
-}
-
-post_upgrade() {
-  post_install
-}
-

Copied: languagetool/repos/community-any/languagetool.install (from rev 93404, 
languagetool/trunk/languagetool.install)
===
--- languagetool.install(rev 0)
+++ languagetool.install2013-07-03 09:30:34 UTC (rev 93405)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+ - LanguageTool can be run using command
+languagetool
+ - To obtain help, use
+languagetool [-h|--help]
+EOF
+}
+
+post_upgrade() {
+  post_install
+}
+

Deleted: languagetool.sh
===
--- languagetool.sh 2013-07-03 09:30:24 UTC (rev 93404)
+++ languagetool.sh 2013-07-03 09:30:34 UTC (rev 93405)
@@ -1,51 +0,0 @@
-#!/bin/bash
-
-file_present=false
-

[arch-commits] Commit in languagetool/repos/community-any (6 files)

2013-04-02 Thread Andrzej Giniewicz
Date: Tuesday, April 2, 2013 @ 20:01:49
  Author: aginiewicz
Revision: 87535

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 87534, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.install
(from rev 87534, languagetool/trunk/languagetool.install)
  languagetool/repos/community-any/languagetool.sh
(from rev 87534, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.install
  languagetool/repos/community-any/languagetool.sh

--+
 PKGBUILD |   74 +++-
 languagetool.install |   26 +++---
 languagetool.sh  |   89 -
 3 files changed, 100 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-02 18:01:39 UTC (rev 87534)
+++ PKGBUILD2013-04-02 18:01:49 UTC (rev 87535)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Julien MISCHKOWITZ 
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=2.0
-pkgrel=1
-pkgdesc="An open source language checker"
-arch=('any')
-url="http://www.languagetool.org"; 
-license=("LGPL")
-depends=('java-runtime-headless>=6')
-makedepends=('unzip')
-optdepends=('hunspell: needed for spell checking of some languages'
-'java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-install=languagetool.install
-source=(http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver 
languagetool.sh)
-noextract=(LanguageTool-stable.zip?$pkgver)
-md5sums=('ca4d318fd07472e1ca46a3817dac5b74'
- '17a63e5abaf8a0ed201137bc9569895e')
-
-package() {
-  cd "$srcdir"
-  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
-  unzip -q LanguageTool-stable.zip?$pkgver -d "$pkgdir"/usr/share
-  cd "$pkgdir"/usr/share/
-  mv LanguageTool $pkgname
-  cd $pkgname
-  rm libhunspell-linux* hunspell-darwin* hunspell-win*
-  ln -s /usr/lib/libhunspell-1.3.so libhunspell-linux-x86-32.so
-  ln -s /usr/lib/libhunspell-1.3.so libhunspell-linux-x86-64.so
-  mv *.jar "$pkgdir"/usr/share/java/$pkgname
-  install -m755 "$srcdir"/languagetool.sh "$pkgdir"/usr/bin/$pkgname
-}
-

Copied: languagetool/repos/community-any/PKGBUILD (from rev 87534, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-02 18:01:49 UTC (rev 87535)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Julien MISCHKOWITZ 
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=2.1
+pkgrel=1
+pkgdesc="An open source language checker"
+arch=('any')
+url="http://www.languagetool.org"; 
+license=("LGPL")
+depends=('java-runtime-headless>=6')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+install=$pkgname.install
+source=($pkgname-$pkgver.zip::"http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver";
 "$pkgname.sh")
+noextract=($pkgname-$pkgver.zip)
+md5sums=('b8a04d5f62803691b8e26882401753f7'
+ '9d3c008ad6c0e150a29ea0be8e32a7fe')
+
+package() {
+  cd "$srcdir"
+  install -d "$pkgdir"/usr/{bin,share/java/$pkgname}
+  unzip -q $pkgname-$pkgver.zip -d "$pkgdir"/usr/share
+  cd "$pkgdir"/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar "$pkgdir"/usr/share/java/$pkgname
+  mv libs/*.jar "$pkgdir"/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 "$srcdir"/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+

Deleted: languagetool.install
===
--- languagetool.install2013-04-02 18:01:39 UTC (rev 87534)
+++ languagetool.install2013-04-02 18:01:49 UTC (rev 87535)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
- - LanguageTool can be run using command
-languagetool
- - To obtain help, use
-languagetool [-h|--help]
-EOF
-}
-
-post_upgrade() {
-  post_install
-}
-

Copied: languagetool/repos/community-any/languagetool.install (from rev 87534, 
languagetool/trunk/languagetool.install)
===
--- languagetool.install(rev 0)
+++ languagetool.install2013-04-02 18:01:49 UTC (rev 87535)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+ - LanguageTool can be run using command
+languagetool
+ - To obtain help, use
+languagetool [-h|--help]
+EOF
+}
+
+post_upgrade() {
+  post_install
+}
+

Deleted: languagetool.sh
===