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

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

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  108 +++--
 1 file changed, 55 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-05 21:16:12 UTC (rev 325964)
+++ PKGBUILD2018-06-05 21:16:35 UTC (rev 325965)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=hyphen-de
-pkgver=20060120
-pkgrel=3
-pkgdesc="German hyphenation rules"
-arch=(any)
-url="http://www.openoffice.org/lingucomponent/";
-license=('LGPL')
-optdepends=('hyphen: offers hyphenation library functions')
-source=(#http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_de_DE.zip
-
#http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_de_CH.zip
-# mirror from ApacheOpenOffice - see: 
http://www.openoffice.org/distribution/mirrors/master.html
-
http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_de_DE.zip
-
http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_de_CH.zip)
-md5sums=('20e5b706ee3201aa2741dabca824cd8b'
- '7b8567cc0ee1623dded40f2cba366e91')
-
-build() {
-  /bin/true
-}
-
-package() {
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hyphen
-  cp -p hyph_de_??.* $pkgdir/usr/share/hyphen
-
-  pushd $pkgdir/usr/share/hyphen/
-  de_DE_aliases="de_AT de_BE de_LU"
-  for lang in $de_DE_aliases; do
-ln -s hyph_de_DE.dic hyph_$lang.dic
-  done
-  de_CH_aliases="de_LI"
-  for lang in $de_CH_aliases; do
-ln -s hyph_de_CH.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
-  cp -p README_hyph_de_DE.txt $pkgdir/usr/share/doc/$pkgname
-  cp -p README_hyph_de_CH.txt $pkgdir/usr/share/doc/$pkgname
-}

Copied: hyphen-de/repos/extra-any/PKGBUILD (from rev 325964, 
hyphen-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-05 21:16:35 UTC (rev 325965)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=hyphen-de
+pkgver=20060120
+pkgrel=4
+pkgdesc="German hyphenation rules"
+arch=(any)
+url="http://www.openoffice.org/lingucomponent/";
+license=('LGPL')
+optdepends=('hyphen: offers hyphenation library functions')
+source=(#http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_de_DE.zip
+
#http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_de_CH.zip
+# mirror from ApacheOpenOffice - see: 
http://www.openoffice.org/distribution/mirrors/master.html
+# 
http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_de_DE.zip
+# 
http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_de_CH.zip
+
http://www.mirrorservice.org/sites/download.openoffice.org/contrib/dictionaries/hyph_de_DE.zip
+
http://www.mirrorservice.org/sites/download.openoffice.org/contrib/dictionaries/hyph_de_CH.zip)
+md5sums=('20e5b706ee3201aa2741dabca824cd8b'
+ '7b8567cc0ee1623dded40f2cba366e91')
+
+build() {
+  /bin/true
+}
+
+package() {
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hyphen
+  cp -p hyph_de_??.* $pkgdir/usr/share/hyphen
+
+  pushd $pkgdir/usr/share/hyphen/
+  de_DE_aliases="de_AT de_BE de_LU"
+  for lang in $de_DE_aliases; do
+ln -s hyph_de_DE.dic hyph_$lang.dic
+  done
+  de_CH_aliases="de_LI"
+  for lang in $de_CH_aliases; do
+ln -s hyph_de_CH.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
+  cp -p README_hyph_de_DE.txt $pkgdir/usr/share/doc/$pkgname
+  cp -p README_hyph_de_CH.txt $pkgdir/usr/share/doc/$pkgname
+}


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

2014-06-30 Thread Andreas Radke
Date: Monday, June 30, 2014 @ 21:39:35
  Author: andyrtr
Revision: 215899

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 19:39:28 UTC (rev 215898)
+++ PKGBUILD2014-06-30 19:39:35 UTC (rev 215899)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=hyphen-de
-pkgver=20060120
-pkgrel=2
-pkgdesc="German hyphenation rules"
-arch=(any)
-url="http://www.openoffice.org/lingucomponent/";
-license=('LGPL')
-optdepends=('hyphen: offers hyphenation library functions')
-source=(#http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_de_DE.zip
-
#http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_de_CH.zip
-# mirror from ApacheOpenOffice - see: 
http://www.openoffice.org/distribution/mirrors/master.html
-
http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_de_DE.zip
-
http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_de_CH.zip)
-md5sums=('20e5b706ee3201aa2741dabca824cd8b'
- '7b8567cc0ee1623dded40f2cba366e91')
-
-build() {
-  /bin/true
-}
-
-package() {
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hyphen
-  cp -p hyph_de_??.* $pkgdir/usr/share/hyphen
-
-  pushd $pkgdir/usr/share/hyphen/
-  de_DE_aliases="de_AT de_BE de_LU"
-  for lang in $de_DE_aliases; do
-ln -s hyph_de_DE.dic hyph_$lang.dic
-  done
-  de_CH_aliases="de_LI"
-  for lang in $de_CH_aliases; do
-ln -s hyph_de_CH.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
-  cp -p README_hyph_de_DE.txt $pkgdir/usr/share/doc/$pkgname
-  cp -p README_hyph_de_CH.txt $pkgdir/usr/share/doc/$pkgname
-}

Copied: hyphen-de/repos/extra-any/PKGBUILD (from rev 215898, 
hyphen-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 19:39:35 UTC (rev 215899)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=hyphen-de
+pkgver=20060120
+pkgrel=3
+pkgdesc="German hyphenation rules"
+arch=(any)
+url="http://www.openoffice.org/lingucomponent/";
+license=('LGPL')
+optdepends=('hyphen: offers hyphenation library functions')
+source=(#http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_de_DE.zip
+
#http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_de_CH.zip
+# mirror from ApacheOpenOffice - see: 
http://www.openoffice.org/distribution/mirrors/master.html
+
http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_de_DE.zip
+
http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_de_CH.zip)
+md5sums=('20e5b706ee3201aa2741dabca824cd8b'
+ '7b8567cc0ee1623dded40f2cba366e91')
+
+build() {
+  /bin/true
+}
+
+package() {
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hyphen
+  cp -p hyph_de_??.* $pkgdir/usr/share/hyphen
+
+  pushd $pkgdir/usr/share/hyphen/
+  de_DE_aliases="de_AT de_BE de_LU"
+  for lang in $de_DE_aliases; do
+ln -s hyph_de_DE.dic hyph_$lang.dic
+  done
+  de_CH_aliases="de_LI"
+  for lang in $de_CH_aliases; do
+ln -s hyph_de_CH.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
+  cp -p README_hyph_de_DE.txt $pkgdir/usr/share/doc/$pkgname
+  cp -p README_hyph_de_CH.txt $pkgdir/usr/share/doc/$pkgname
+}



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

2012-02-26 Thread andyrtr
Date: Sunday, February 26, 2012 @ 12:20:28
  Author: andyrtr
Revision: 151487

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  103 +++--
 1 file changed, 53 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-26 17:19:59 UTC (rev 151486)
+++ PKGBUILD2012-02-26 17:20:28 UTC (rev 151487)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=hyphen-de
-pkgver=20060120
-pkgrel=1
-pkgdesc="German hyphenation rules"
-arch=(any)
-url="http://wiki.services.openoffice.org/wiki/Dictionaries#German_.28Germany.2C_29";
-license=('LGPL')
-optdepends=('hyphen: offers hyphenation library functions')
-source=(http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_de_DE.zip
-   
http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_de_CH.zip)
-md5sums=('20e5b706ee3201aa2741dabca824cd8b'
- '7b8567cc0ee1623dded40f2cba366e91')
-
-build() {
-  /bin/true
-}
-
-package() {
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hyphen
-  cp -p hyph_de_??.* $pkgdir/usr/share/hyphen
-
-  pushd $pkgdir/usr/share/hyphen/
-  de_DE_aliases="de_AT de_BE de_LU"
-  for lang in $de_DE_aliases; do
-ln -s hyph_de_DE.dic hyph_$lang.dic
-  done
-  de_CH_aliases="de_LI"
-  for lang in $de_CH_aliases; do
-ln -s hyph_de_CH.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
-  cp -p README_hyph_de_DE.txt $pkgdir/usr/share/doc/$pkgname
-  cp -p README_hyph_de_CH.txt $pkgdir/usr/share/doc/$pkgname
-}

Copied: hyphen-de/repos/extra-any/PKGBUILD (from rev 151486, 
hyphen-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-26 17:20:28 UTC (rev 151487)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=hyphen-de
+pkgver=20060120
+pkgrel=2
+pkgdesc="German hyphenation rules"
+arch=(any)
+url="http://www.openoffice.org/lingucomponent/";
+license=('LGPL')
+optdepends=('hyphen: offers hyphenation library functions')
+source=(#http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_de_DE.zip
+
#http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_de_CH.zip
+# mirror from ApacheOpenOffice - see: 
http://www.openoffice.org/distribution/mirrors/master.html
+
http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_de_DE.zip
+
http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_de_CH.zip)
+md5sums=('20e5b706ee3201aa2741dabca824cd8b'
+ '7b8567cc0ee1623dded40f2cba366e91')
+
+build() {
+  /bin/true
+}
+
+package() {
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hyphen
+  cp -p hyph_de_??.* $pkgdir/usr/share/hyphen
+
+  pushd $pkgdir/usr/share/hyphen/
+  de_DE_aliases="de_AT de_BE de_LU"
+  for lang in $de_DE_aliases; do
+ln -s hyph_de_DE.dic hyph_$lang.dic
+  done
+  de_CH_aliases="de_LI"
+  for lang in $de_CH_aliases; do
+ln -s hyph_de_CH.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
+  cp -p README_hyph_de_DE.txt $pkgdir/usr/share/doc/$pkgname
+  cp -p README_hyph_de_CH.txt $pkgdir/usr/share/doc/$pkgname
+}