[arch-commits] Commit in hyphen-nl/repos/extra-any (PKGBUILD PKGBUILD)

2018-06-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 5, 2018 @ 21:18:06
  Author: arojas
Revision: 325967

archrelease: copy trunk to extra-any

Added:
  hyphen-nl/repos/extra-any/PKGBUILD
(from rev 325966, hyphen-nl/trunk/PKGBUILD)
Deleted:
  hyphen-nl/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-05 21:17:43 UTC (rev 325966)
+++ PKGBUILD2018-06-05 21:18:06 UTC (rev 325967)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Jelle van der Waa 
-
-pkgname=hyphen-nl
-pkgver=20050617
-pkgrel=3
-pkgdesc="Dutch hyphenation rules"
-arch=('any')
-url="http://wiki.services.openoffice.org/wiki/Dictionaries#Dutch_.28Netherlands.29;
-license=('GPL2')
-optdepends=('hyphen: offers hyphenation library functions')
-source=("http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_nl_NL.zip;)
-md5sums=('6f0b18ce830445ae8337df8913155196')
-
-package() {
-  cd "${srcdir}"
-  install -dm755 "${pkgdir}/usr/share/hyphen"
-  install -m644 hyph_nl_NL.dic "${pkgdir}/usr/share/hyphen/hyph_nl_NL.dic"
-
-  pushd "${pkgdir}/usr/share/hyphen/"
-  nl_NL_aliases="nl_AW nl_BE"
-  for lang in ${nl_NL_aliases}; do
-ln -s hyph_nl_NL.dic hyph_${lang}.dic
-  done
-
-  popd
-
-  # the symlinks
-  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
-  pushd "${pkgdir}/usr/share/myspell/dicts"
-for file in ${pkgdir}/usr/share/hyphen/*; do
-  ln -sv /usr/share/hyphen/$(basename ${file}) .
-done
-  popd
-
-  # docs
-  install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
-  install -m644 README_hyph_nl_NL.txt 
"${pkgdir}/usr/share/doc/${pkgname}/README_hyph_nl_NL.txt"
-}

Copied: hyphen-nl/repos/extra-any/PKGBUILD (from rev 325966, 
hyphen-nl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-05 21:18:06 UTC (rev 325967)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Jelle van der Waa 
+
+pkgname=hyphen-nl
+pkgver=20050617
+pkgrel=4
+pkgdesc="Dutch hyphenation rules"
+arch=('any')
+url="http://wiki.services.openoffice.org/wiki/Dictionaries#Dutch_.28Netherlands.29;
+license=('GPL2')
+optdepends=('hyphen: offers hyphenation library functions')
+source=("http://www.mirrorservice.org/sites/download.openoffice.org/contrib/dictionaries/hyph_nl_NL.zip;)
+md5sums=('6f0b18ce830445ae8337df8913155196')
+
+package() {
+  cd "${srcdir}"
+  install -dm755 "${pkgdir}/usr/share/hyphen"
+  install -m644 hyph_nl_NL.dic "${pkgdir}/usr/share/hyphen/hyph_nl_NL.dic"
+
+  pushd "${pkgdir}/usr/share/hyphen/"
+  nl_NL_aliases="nl_AW nl_BE"
+  for lang in ${nl_NL_aliases}; do
+ln -s hyph_nl_NL.dic hyph_${lang}.dic
+  done
+
+  popd
+
+  # the symlinks
+  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
+  pushd "${pkgdir}/usr/share/myspell/dicts"
+for file in ${pkgdir}/usr/share/hyphen/*; do
+  ln -sv /usr/share/hyphen/$(basename ${file}) .
+done
+  popd
+
+  # docs
+  install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
+  install -m644 README_hyph_nl_NL.txt 
"${pkgdir}/usr/share/doc/${pkgname}/README_hyph_nl_NL.txt"
+}


[arch-commits] Commit in hyphen-nl/repos/extra-any (PKGBUILD PKGBUILD)

2014-07-02 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 07:46:26
  Author: fyan
Revision: 216380

archrelease: copy trunk to extra-any

Added:
  hyphen-nl/repos/extra-any/PKGBUILD
(from rev 216379, hyphen-nl/trunk/PKGBUILD)
Deleted:
  hyphen-nl/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-03 05:45:22 UTC (rev 216379)
+++ PKGBUILD2014-07-03 05:46:26 UTC (rev 216380)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Jelle van der Waa jelle vdwaa nl
-
-pkgname=hyphen-nl
-pkgver=20050617
-pkgrel=2
-pkgdesc=Dutch hyphenation rules
-arch=('any')
-url=http://wiki.services.openoffice.org/wiki/Dictionaries#Dutch_.28Netherlands.29;
-license=('GPL2')
-optdepends=('hyphen: offers hyphenation library functions')
-source=(http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_nl_NL.zip;)
-md5sums=('6f0b18ce830445ae8337df8913155196')
-
-package() {
-  cd ${srcdir}
-  install -dm755 ${pkgdir}/usr/share/hyphen
-  install -m644 hyph_nl_NL.dic ${pkgdir}/usr/share/hyphen/hyph_nl_NL.dic
-
-  pushd ${pkgdir}/usr/share/hyphen/
-  nl_NL_aliases=nl_AW nl_BE
-  for lang in ${nl_NL_aliases}; do
-ln -s hyph_nl_NL.dic hyph_${lang}.dic
-  done
-
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd ${pkgdir}/usr/share/myspell/dicts
-for file in ${pkgdir}/usr/share/hyphen/*; do
-  ln -sv /usr/share/hyphen/$(basename ${file}) .
-done
-  popd
-
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
-  install -m644 README_hyph_nl_NL.txt 
${pkgdir}/usr/share/doc/${pkgname}/README_hyph_nl_NL.txt
-}

Copied: hyphen-nl/repos/extra-any/PKGBUILD (from rev 216379, 
hyphen-nl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-03 05:46:26 UTC (rev 216380)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Jelle van der Waa jelle vdwaa nl
+
+pkgname=hyphen-nl
+pkgver=20050617
+pkgrel=3
+pkgdesc=Dutch hyphenation rules
+arch=('any')
+url=http://wiki.services.openoffice.org/wiki/Dictionaries#Dutch_.28Netherlands.29;
+license=('GPL2')
+optdepends=('hyphen: offers hyphenation library functions')
+source=(http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_nl_NL.zip;)
+md5sums=('6f0b18ce830445ae8337df8913155196')
+
+package() {
+  cd ${srcdir}
+  install -dm755 ${pkgdir}/usr/share/hyphen
+  install -m644 hyph_nl_NL.dic ${pkgdir}/usr/share/hyphen/hyph_nl_NL.dic
+
+  pushd ${pkgdir}/usr/share/hyphen/
+  nl_NL_aliases=nl_AW nl_BE
+  for lang in ${nl_NL_aliases}; do
+ln -s hyph_nl_NL.dic hyph_${lang}.dic
+  done
+
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd ${pkgdir}/usr/share/myspell/dicts
+for file in ${pkgdir}/usr/share/hyphen/*; do
+  ln -sv /usr/share/hyphen/$(basename ${file}) .
+done
+  popd
+
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
+  install -m644 README_hyph_nl_NL.txt 
${pkgdir}/usr/share/doc/${pkgname}/README_hyph_nl_NL.txt
+}



[arch-commits] Commit in hyphen-nl/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-27 Thread Pierre Schmitz
Date: Monday, February 27, 2012 @ 10:13:35
  Author: pierre
Revision: 151530

archrelease: copy trunk to extra-any

Added:
  hyphen-nl/repos/extra-any/PKGBUILD
(from rev 151529, hyphen-nl/trunk/PKGBUILD)
Deleted:
  hyphen-nl/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-27 15:13:16 UTC (rev 151529)
+++ PKGBUILD2012-02-27 15:13:35 UTC (rev 151530)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Jelle van der Waa jelle vdwaa nl
-
-pkgname=hyphen-nl
-pkgver=20050617
-pkgrel=1
-pkgdesc=Dutch hyphenation rules
-arch=(any)
-url=http://wiki.services.openoffice.org/wiki/Dictionaries#Dutch_.28Netherlands.29;
-license=('GPL2')
-optdepends=('hyphen: offers hyphenation library functions')
-source=(http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_nl_NL.zip)
-md5sums=('6f0b18ce830445ae8337df8913155196')
-
-package() {
-  cd ${srcdir}
-  install -dm755 ${pkgdir}/usr/share/hyphen
-  install -m644 hyph_nl_NL.dic ${pkgdir}/usr/share/hyphen/hyph_nl_NL.dic
-
-  pushd ${pkgdir}/usr/share/hyphen/
-  nl_NL_aliases=nl_AW nl_BE
-  for lang in ${nl_NL_aliases}; do
-ln -s hyph_nl_NL.dic hyph_${lang}.dic
-  done
-
-  popd
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd ${pkgdir}/usr/share/myspell/dicts
-for file in ${pkgdir}/usr/share/hyphen/*; do
-  ln -sv /usr/share/hyphen/$(basename ${file}) .
-done
-  popd
-
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
-  install -m644 README_hyph_nl_NL.txt 
${pkgdir}/usr/share/doc/${pkgname}/README_hyph_nl_NL.txt
-}

Copied: hyphen-nl/repos/extra-any/PKGBUILD (from rev 151529, 
hyphen-nl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-27 15:13:35 UTC (rev 151530)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Jelle van der Waa jelle vdwaa nl
+
+pkgname=hyphen-nl
+pkgver=20050617
+pkgrel=2
+pkgdesc=Dutch hyphenation rules
+arch=('any')
+url=http://wiki.services.openoffice.org/wiki/Dictionaries#Dutch_.28Netherlands.29;
+license=('GPL2')
+optdepends=('hyphen: offers hyphenation library functions')
+source=(http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_nl_NL.zip;)
+md5sums=('6f0b18ce830445ae8337df8913155196')
+
+package() {
+  cd ${srcdir}
+  install -dm755 ${pkgdir}/usr/share/hyphen
+  install -m644 hyph_nl_NL.dic ${pkgdir}/usr/share/hyphen/hyph_nl_NL.dic
+
+  pushd ${pkgdir}/usr/share/hyphen/
+  nl_NL_aliases=nl_AW nl_BE
+  for lang in ${nl_NL_aliases}; do
+ln -s hyph_nl_NL.dic hyph_${lang}.dic
+  done
+
+  popd
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd ${pkgdir}/usr/share/myspell/dicts
+for file in ${pkgdir}/usr/share/hyphen/*; do
+  ln -sv /usr/share/hyphen/$(basename ${file}) .
+done
+  popd
+
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgname}
+  install -m644 README_hyph_nl_NL.txt 
${pkgdir}/usr/share/doc/${pkgname}/README_hyph_nl_NL.txt
+}



[arch-commits] Commit in hyphen-nl/repos (extra-any)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 13:29:15
  Author: ibiru
Revision: 104656

archrelease: remove extra-any

Deleted:
  hyphen-nl/repos/extra-any/



[arch-commits] Commit in hyphen-nl/repos (extra-any)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 13:29:29
  Author: ibiru
Revision: 104658

archrelease: copy trunk to extra-any

Added:
  hyphen-nl/repos/extra-any/



[arch-commits] Commit in hyphen-nl/repos (extra-any)

2011-01-03 Thread Ionut Biru
Date: Monday, January 3, 2011 @ 16:21:28
  Author: ibiru
Revision: 104525

archrelease: copy trunk to extra-any

Added:
  hyphen-nl/repos/extra-any/