[arch-commits] Commit in vim-spell/repos/extra-any (PKGBUILD PKGBUILD)

2019-08-12 Thread Gaëtan Bisson via arch-commits
Date: Monday, August 12, 2019 @ 08:13:32
  Author: bisson
Revision: 359755

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 359754, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1051 ++---
 1 file changed, 525 insertions(+), 526 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-12 08:13:10 UTC (rev 359754)
+++ PKGBUILD2019-08-12 08:13:32 UTC (rev 359755)
@@ -1,526 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-
-pkgbase=vim-spell
-pkgver=20180224
-pkgrel=1
-pkgdesc='Language files for Vim spell checking'
-arch=('any')
-url='ftp://ftp.vim.org/pub/vim/runtime/spell/'
-license=('LGPL2.1' 'custom')
-depends=('vim')
-
-#pkgname=($(curl $url | awk '(!/\./&&!/check/){print "vim-spell-"$NF}'))
-pkgname=('vim-spell-af'
- 'vim-spell-am'
- 'vim-spell-bg'
- 'vim-spell-br'
- 'vim-spell-ca'
- 'vim-spell-cs'
- 'vim-spell-cy'
- 'vim-spell-da'
- 'vim-spell-de'
- 'vim-spell-el'
- 'vim-spell-en'
- 'vim-spell-eo'
- 'vim-spell-es'
- 'vim-spell-fo'
- 'vim-spell-fr'
- 'vim-spell-ga'
- 'vim-spell-gd'
- 'vim-spell-gl'
- 'vim-spell-he'
- 'vim-spell-hr'
- 'vim-spell-hu'
- 'vim-spell-id'
- 'vim-spell-it'
- 'vim-spell-ku'
- 'vim-spell-la'
- 'vim-spell-lt'
- 'vim-spell-lv'
- 'vim-spell-mg'
- 'vim-spell-mi'
- 'vim-spell-ms'
- 'vim-spell-nb'
- 'vim-spell-nl'
- 'vim-spell-nn'
- 'vim-spell-ny'
- 'vim-spell-pl'
- 'vim-spell-pt'
- 'vim-spell-ro'
- 'vim-spell-ru'
- 'vim-spell-rw'
- 'vim-spell-sk'
- 'vim-spell-sl'
- 'vim-spell-sr'
- 'vim-spell-sv'
- 'vim-spell-sw'
- 'vim-spell-tet'
- 'vim-spell-th'
- 'vim-spell-tl'
- 'vim-spell-tn'
- 'vim-spell-uk'
- 'vim-spell-yi'
- 'vim-spell-zu')
-
-for _i in ${pkgname[@]}; do _j=${_i/vim-spell-/}; eval "package_$_i() {
-   cd \"\$srcdir\"
-   install -d \"\$pkgdir\"/usr/share/vim/vimfiles/spell
-   install -m644 $_j* \"\$pkgdir\"/usr/share/vim/vimfiles/spell
-   [[ -f README_$_j.txt ]] \
-   && install -Dm644 README_$_j.txt 
\"\$pkgdir\"/usr/share/licenses/$_i/README \
-   || echo 'No README for $_j...'
-}"; done
-
-#source=($(curl $url | awk '(/\./){print "'$url'"$NF}'))
-source=('ftp://ftp.vim.org/pub/vim/runtime/spell/README.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_af.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_am.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_bg.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_br.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ca.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_cs.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_cy.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_da.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_de.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_el.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_en.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_eo.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_es.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_fo.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_fr.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ga.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_gd.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_gl.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_he.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_hr.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_hu.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_id.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_it.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ku.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_la.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_lt.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_lv.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_mg.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_mi.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ms.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_nb.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_nl.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_nn.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ny.txt'
-

[arch-commits] Commit in vim-spell/repos/extra-any (PKGBUILD PKGBUILD)

2018-03-20 Thread Gaëtan Bisson via arch-commits
Date: Wednesday, March 21, 2018 @ 00:54:08
  Author: bisson
Revision: 319728

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 319727, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1041 ++---
 1 file changed, 526 insertions(+), 515 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-21 00:53:30 UTC (rev 319727)
+++ PKGBUILD2018-03-21 00:54:08 UTC (rev 319728)
@@ -1,515 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-
-pkgbase=vim-spell
-pkgver=20150901
-pkgrel=1
-pkgdesc='Language files for Vim spell checking'
-arch=('any')
-url='ftp://ftp.vim.org/pub/vim/runtime/spell/'
-license=('LGPL2.1' 'custom')
-depends=('vim')
-
-#pkgname=($(curl $url | awk '(!/\./&&!/check/){print "vim-spell-"$NF}'))
-pkgname=('vim-spell-af'
- 'vim-spell-am'
- 'vim-spell-bg'
- 'vim-spell-br'
- 'vim-spell-ca'
- 'vim-spell-cs'
- 'vim-spell-cy'
- 'vim-spell-da'
- 'vim-spell-de'
- 'vim-spell-el'
- 'vim-spell-en'
- 'vim-spell-eo'
- 'vim-spell-es'
- 'vim-spell-fo'
- 'vim-spell-fr'
- 'vim-spell-ga'
- 'vim-spell-gd'
- 'vim-spell-gl'
- 'vim-spell-he'
- 'vim-spell-hr'
- 'vim-spell-hu'
- 'vim-spell-id'
- 'vim-spell-it'
- 'vim-spell-ku'
- 'vim-spell-la'
- 'vim-spell-lt'
- 'vim-spell-lv'
- 'vim-spell-mg'
- 'vim-spell-mi'
- 'vim-spell-ms'
- 'vim-spell-nb'
- 'vim-spell-nl'
- 'vim-spell-nn'
- 'vim-spell-ny'
- 'vim-spell-pl'
- 'vim-spell-pt'
- 'vim-spell-ro'
- 'vim-spell-ru'
- 'vim-spell-rw'
- 'vim-spell-sk'
- 'vim-spell-sl'
- 'vim-spell-sv'
- 'vim-spell-sw'
- 'vim-spell-tet'
- 'vim-spell-th'
- 'vim-spell-tl'
- 'vim-spell-tn'
- 'vim-spell-uk'
- 'vim-spell-yi'
- 'vim-spell-zu')
-
-for _i in ${pkgname[@]}; do _j=${_i/vim-spell-/}; eval "package_$_i() {
-   cd \"\$srcdir\"
-   install -d \"\$pkgdir\"/usr/share/vim/vimfiles/spell
-   install -m644 $_j* \"\$pkgdir\"/usr/share/vim/vimfiles/spell
-   [[ -f README_$_j.txt ]] \
-   && install -Dm644 README_$_j.txt 
\"\$pkgdir\"/usr/share/licenses/$_i/README \
-   || echo 'No README for $_j...'
-}"; done
-
-#source=($(curl $url | awk '(/\./){print "'$url'"$NF}'))
-source=('ftp://ftp.vim.org/pub/vim/runtime/spell/README.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_af.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_am.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_bg.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_br.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ca.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_cs.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_cy.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_da.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_de.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_el.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_en.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_eo.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_es.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_fo.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_fr.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ga.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_gd.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_gl.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_he.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_hr.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_hu.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_id.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_it.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ku.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_la.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_lt.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_lv.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_mg.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_mi.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ms.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_nb.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_nl.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_nn.txt'
-'ftp://ftp.vim.org/pub/vim/runtime/spell/README_ny.txt'
-

[arch-commits] Commit in vim-spell/repos/extra-any (PKGBUILD PKGBUILD)

2016-04-14 Thread Gaetan Bisson
Date: Friday, April 15, 2016 @ 06:15:33
  Author: bisson
Revision: 264982

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 264981, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1030 ++---
 1 file changed, 515 insertions(+), 515 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 264981:264982 to see the changes.


[arch-commits] Commit in vim-spell/repos/extra-any (PKGBUILD PKGBUILD)

2016-04-14 Thread Gaetan Bisson
Date: Friday, April 15, 2016 @ 06:10:19
  Author: bisson
Revision: 264981

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 264980, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1028 ++---
 1 file changed, 515 insertions(+), 513 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 264980:264981 to see the changes.


[arch-commits] Commit in vim-spell/repos/extra-any (PKGBUILD PKGBUILD)

2014-02-24 Thread Gaetan Bisson
Date: Monday, February 24, 2014 @ 17:22:56
  Author: bisson
Revision: 206364

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 206363, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 206363:206364 to see the changes.


[arch-commits] Commit in vim-spell/repos/extra-any (PKGBUILD PKGBUILD)

2014-02-24 Thread Gaetan Bisson
Date: Monday, February 24, 2014 @ 17:42:07
  Author: bisson
Revision: 206365

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 206364, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 206364:206365 to see the changes.


[arch-commits] Commit in vim-spell/repos/extra-any (PKGBUILD PKGBUILD)

2012-07-21 Thread Gaetan Bisson
Date: Saturday, July 21, 2012 @ 22:18:50
  Author: bisson
Revision: 163905

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 163904, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 163904:163905 to see the changes.


[arch-commits] Commit in vim-spell/repos/extra-any (PKGBUILD PKGBUILD)

2012-07-21 Thread Gaetan Bisson
Date: Saturday, July 21, 2012 @ 22:19:55
  Author: bisson
Revision: 163906

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 163905, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 163905:163906 to see the changes.


[arch-commits] Commit in vim-spell/repos/extra-any (PKGBUILD PKGBUILD)

2012-07-21 Thread Gaetan Bisson
Date: Saturday, July 21, 2012 @ 22:21:48
  Author: bisson
Revision: 163907

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 163906, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 163906:163907 to see the changes.


[arch-commits] Commit in vim-spell/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 09:24:46
  Author: bisson
Revision: 149026

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 149025, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 149025:149026 to see the changes.