[arch-commits] Commit in vim-latexsuite/repos/community-any (4 files)

2020-02-08 Thread Lukas Fleischer via arch-commits
Date: Sunday, February 9, 2020 @ 06:20:11
  Author: lfleischer
Revision: 565063

archrelease: copy trunk to community-any

Added:
  vim-latexsuite/repos/community-any/PKGBUILD
(from rev 565062, vim-latexsuite/trunk/PKGBUILD)
  vim-latexsuite/repos/community-any/vim-latexsuite.install
(from rev 565062, vim-latexsuite/trunk/vim-latexsuite.install)
Deleted:
  vim-latexsuite/repos/community-any/PKGBUILD
  vim-latexsuite/repos/community-any/vim-latexsuite.install

+
 PKGBUILD   |   52 +++
 vim-latexsuite.install |   24 ++---
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-09 06:20:07 UTC (rev 565062)
+++ PKGBUILD2020-02-09 06:20:11 UTC (rev 565063)
@@ -1,26 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: Army
-
-pkgname=vim-latexsuite
-_pkgname=vim-latex
-pkgver=1.10.0
-pkgrel=2
-epoch=1
-pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
-arch=('any')
-url="http://vim-latex.sourceforge.net";
-license=('custom:vim')
-depends=('vim')
-optdepends=('python' 'texlive-bin')
-groups=('vim-plugins')
-source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('4f3ef9fe66d5b4e365d9fa7347c7f4ea'
- 'SKIP')
-validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas
-install=$pkgname.install
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
-}

Copied: vim-latexsuite/repos/community-any/PKGBUILD (from rev 565062, 
vim-latexsuite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-09 06:20:11 UTC (rev 565063)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Wallace 
+# Contributor: Army
+
+pkgname=vim-latexsuite
+_pkgname=vim-latex
+pkgver=1.10.0
+pkgrel=3
+epoch=1
+pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
+arch=('any')
+url="http://vim-latex.sourceforge.net";
+license=('custom:vim')
+depends=('perl' 'vim')
+optdepends=('python' 'texlive-bin')
+groups=('vim-plugins')
+source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('4f3ef9fe66d5b4e365d9fa7347c7f4ea'
+ 'SKIP')
+validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas
+install=$pkgname.install
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
+}

Deleted: vim-latexsuite.install
===
--- vim-latexsuite.install  2020-02-09 06:20:07 UTC (rev 565062)
+++ vim-latexsuite.install  2020-02-09 06:20:11 UTC (rev 565063)
@@ -1,12 +0,0 @@
-post_install() {
-echo 
''
-echo '% Set the following lines in your ~/.vimrc or the systemwide 
/etc/vimrc:'
-echo '% filetype plugin indent on'
-echo '% set grepprg=grep\ -nH\ $*'
-echo '% let g:tex_flavor = "latex"'
-echo '% '
-echo '% Also, this installs to /usr/share/vim/vimfiles, which may not be 
in'
-echo '% your runtime path (RTP). Be sure to add it too, e.g:'
-echo '% set 
runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after'
-echo 
''
-}

Copied: vim-latexsuite/repos/community-any/vim-latexsuite.install (from rev 
565062, vim-latexsuite/trunk/vim-latexsuite.install)
===
--- vim-latexsuite.install  (rev 0)
+++ vim-latexsuite.install  2020-02-09 06:20:11 UTC (rev 565063)
@@ -0,0 +1,12 @@
+post_install() {
+echo 
''
+echo '% Set the following lines in your ~/.vimrc or the systemwide 
/etc/vimrc:'
+echo '% filetype plugin indent on'
+echo '% set grepprg=grep\ -nH\ $*'
+echo '% let g:tex_flavor = "latex"'
+echo '% '
+echo '% Also, this installs to /usr/share/vim/vimfiles, which may not be 
in'
+echo '% your runtime path (RTP). Be sure to add it too, e.g:'
+echo '% set 
runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after'
+echo 
''
+}


[arch-commits] Commit in vim-latexsuite/repos/community-any (4 files)

2020-01-16 Thread Lukas Fleischer via arch-commits
Date: Thursday, January 16, 2020 @ 11:55:28
  Author: lfleischer
Revision: 552753

archrelease: copy trunk to community-any

Added:
  vim-latexsuite/repos/community-any/PKGBUILD
(from rev 552752, vim-latexsuite/trunk/PKGBUILD)
  vim-latexsuite/repos/community-any/vim-latexsuite.install
(from rev 552752, vim-latexsuite/trunk/vim-latexsuite.install)
Deleted:
  vim-latexsuite/repos/community-any/PKGBUILD
  vim-latexsuite/repos/community-any/vim-latexsuite.install

+
 PKGBUILD   |   57 +--
 vim-latexsuite.install |   24 +--
 2 files changed, 38 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-16 11:55:25 UTC (rev 552752)
+++ PKGBUILD2020-01-16 11:55:28 UTC (rev 552753)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: Army
-
-pkgname=vim-latexsuite
-_pkgname=vim-latex
-pkgver=1.10.0
-pkgrel=1
-epoch=1
-pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
-arch=('any')
-url="http://vim-latex.sourceforge.net";
-license=('custom:vim')
-depends=('vim')
-optdepends=('python2' 'texlive-bin')
-groups=('vim-plugins')
-source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('4f3ef9fe66d5b4e365d9fa7347c7f4ea'
- 'SKIP')
-validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas
-install=$pkgname.install
- 
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
-}

Copied: vim-latexsuite/repos/community-any/PKGBUILD (from rev 552752, 
vim-latexsuite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-16 11:55:28 UTC (rev 552753)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Wallace 
+# Contributor: Army
+
+pkgname=vim-latexsuite
+_pkgname=vim-latex
+pkgver=1.10.0
+pkgrel=2
+epoch=1
+pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
+arch=('any')
+url="http://vim-latex.sourceforge.net";
+license=('custom:vim')
+depends=('vim')
+optdepends=('python' 'texlive-bin')
+groups=('vim-plugins')
+source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('4f3ef9fe66d5b4e365d9fa7347c7f4ea'
+ 'SKIP')
+validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas
+install=$pkgname.install
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
+}

Deleted: vim-latexsuite.install
===
--- vim-latexsuite.install  2020-01-16 11:55:25 UTC (rev 552752)
+++ vim-latexsuite.install  2020-01-16 11:55:28 UTC (rev 552753)
@@ -1,12 +0,0 @@
-post_install() {
-echo 
''
-echo '% Set the following lines in your ~/.vimrc or the systemwide 
/etc/vimrc:'
-echo '% filetype plugin indent on'
-echo '% set grepprg=grep\ -nH\ $*'
-echo '% let g:tex_flavor = "latex"'
-echo '% '
-echo '% Also, this installs to /usr/share/vim/vimfiles, which may not be 
in'
-echo '% your runtime path (RTP). Be sure to add it too, e.g:'
-echo '% set 
runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after'
-echo 
''
-}

Copied: vim-latexsuite/repos/community-any/vim-latexsuite.install (from rev 
552752, vim-latexsuite/trunk/vim-latexsuite.install)
===
--- vim-latexsuite.install  (rev 0)
+++ vim-latexsuite.install  2020-01-16 11:55:28 UTC (rev 552753)
@@ -0,0 +1,12 @@
+post_install() {
+echo 
''
+echo '% Set the following lines in your ~/.vimrc or the systemwide 
/etc/vimrc:'
+echo '% filetype plugin indent on'
+echo '% set grepprg=grep\ -nH\ $*'
+echo '% let g:tex_flavor = "latex"'
+echo '% '
+echo '% Also, this installs to /usr/share/vim/vimfiles, which may not be 
in'
+echo '% your runtime path (RTP). Be sure to add it too, e.g:'
+echo '% set 
runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after'
+echo 
''
+}


[arch-commits] Commit in vim-latexsuite/repos/community-any (4 files)

2018-01-21 Thread Lukas Fleischer via arch-commits
Date: Sunday, January 21, 2018 @ 12:06:52
  Author: lfleischer
Revision: 284492

archrelease: copy trunk to community-any

Added:
  vim-latexsuite/repos/community-any/PKGBUILD
(from rev 284491, vim-latexsuite/trunk/PKGBUILD)
  vim-latexsuite/repos/community-any/vim-latexsuite.install
(from rev 284491, vim-latexsuite/trunk/vim-latexsuite.install)
Deleted:
  vim-latexsuite/repos/community-any/PKGBUILD
  vim-latexsuite/repos/community-any/vim-latexsuite.install

+
 PKGBUILD   |   62 +++
 vim-latexsuite.install |   24 +-
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-21 12:06:16 UTC (rev 284491)
+++ PKGBUILD2018-01-21 12:06:52 UTC (rev 284492)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: Army
-
-pkgname=vim-latexsuite
-_pkgname=vim-latex
-pkgver=1.9.0
-pkgrel=2
-epoch=1
-pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
-arch=('any')
-url="http://vim-latex.sourceforge.net";
-license=('custom:vim')
-depends=('vim')
-optdepends=('python2' 'texlive-bin')
-groups=('vim-plugins')
-source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('7c64cad8f8f8eb3c9b3fe420385abeb5'
- 'SKIP')
-validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas
-install=$pkgname.install
- 
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
-}

Copied: vim-latexsuite/repos/community-any/PKGBUILD (from rev 284491, 
vim-latexsuite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-21 12:06:52 UTC (rev 284492)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Wallace 
+# Contributor: Army
+
+pkgname=vim-latexsuite
+_pkgname=vim-latex
+pkgver=1.10.0
+pkgrel=1
+epoch=1
+pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
+arch=('any')
+url="http://vim-latex.sourceforge.net";
+license=('custom:vim')
+depends=('vim')
+optdepends=('python2' 'texlive-bin')
+groups=('vim-plugins')
+source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('4f3ef9fe66d5b4e365d9fa7347c7f4ea'
+ 'SKIP')
+validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas
+install=$pkgname.install
+ 
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
+}

Deleted: vim-latexsuite.install
===
--- vim-latexsuite.install  2018-01-21 12:06:16 UTC (rev 284491)
+++ vim-latexsuite.install  2018-01-21 12:06:52 UTC (rev 284492)
@@ -1,12 +0,0 @@
-post_install() {
-echo 
''
-echo '% Set the following lines in your ~/.vimrc or the systemwide 
/etc/vimrc:'
-echo '% filetype plugin indent on'
-echo '% set grepprg=grep\ -nH\ $*'
-echo '% let g:tex_flavor = "latex"'
-echo '% '
-echo '% Also, this installs to /usr/share/vim/vimfiles, which may not be 
in'
-echo '% your runtime path (RTP). Be sure to add it too, e.g:'
-echo '% set 
runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after'
-echo 
''
-}

Copied: vim-latexsuite/repos/community-any/vim-latexsuite.install (from rev 
284491, vim-latexsuite/trunk/vim-latexsuite.install)
===
--- vim-latexsuite.install  (rev 0)
+++ vim-latexsuite.install  2018-01-21 12:06:52 UTC (rev 284492)
@@ -0,0 +1,12 @@
+post_install() {
+echo 
''
+echo '% Set the following lines in your ~/.vimrc or the systemwide 
/etc/vimrc:'
+echo '% filetype plugin indent on'
+echo '% set grepprg=grep\ -nH\ $*'
+echo '% let g:tex_flavor = "latex"'
+echo '% '
+echo '% Also, this installs to /usr/share/vim/vimfiles, which may not be 
in'
+echo '% your runtime path (RTP). Be sure to add it too, e.g:'
+echo '% set 
runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after'
+echo 
'%%

[arch-commits] Commit in vim-latexsuite/repos/community-any (4 files)

2017-01-14 Thread Lukas Fleischer
Date: Saturday, January 14, 2017 @ 12:07:17
  Author: lfleischer
Revision: 207325

archrelease: copy trunk to community-any

Added:
  vim-latexsuite/repos/community-any/PKGBUILD
(from rev 207324, vim-latexsuite/trunk/PKGBUILD)
  vim-latexsuite/repos/community-any/vim-latexsuite.install
(from rev 207324, vim-latexsuite/trunk/vim-latexsuite.install)
Deleted:
  vim-latexsuite/repos/community-any/PKGBUILD
  vim-latexsuite/repos/community-any/vim-latexsuite.install

+
 PKGBUILD   |   62 +++
 vim-latexsuite.install |   53 +---
 2 files changed, 43 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-14 12:07:13 UTC (rev 207324)
+++ PKGBUILD2017-01-14 12:07:17 UTC (rev 207325)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Wallace 
-# Contributor: Army
-
-pkgname=vim-latexsuite
-_pkgname=vim-latex
-pkgver=1.9.0
-pkgrel=1
-epoch=1
-pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
-arch=('any')
-url="http://vim-latex.sourceforge.net";
-license=('custom:vim')
-depends=('vim')
-optdepends=('python2' 'texlive-bin')
-groups=('vim-plugins')
-source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('7c64cad8f8f8eb3c9b3fe420385abeb5'
- 'SKIP')
-validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas
-install=$pkgname.install
- 
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
-}

Copied: vim-latexsuite/repos/community-any/PKGBUILD (from rev 207324, 
vim-latexsuite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-14 12:07:17 UTC (rev 207325)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Wallace 
+# Contributor: Army
+
+pkgname=vim-latexsuite
+_pkgname=vim-latex
+pkgver=1.9.0
+pkgrel=2
+epoch=1
+pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
+arch=('any')
+url="http://vim-latex.sourceforge.net";
+license=('custom:vim')
+depends=('vim')
+optdepends=('python2' 'texlive-bin')
+groups=('vim-plugins')
+source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('7c64cad8f8f8eb3c9b3fe420385abeb5'
+ 'SKIP')
+validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas
+install=$pkgname.install
+ 
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
+}

Deleted: vim-latexsuite.install
===
--- vim-latexsuite.install  2017-01-14 12:07:13 UTC (rev 207324)
+++ vim-latexsuite.install  2017-01-14 12:07:17 UTC (rev 207325)
@@ -1,41 +0,0 @@
-# arg 1: the new package version
-post_install() {
-echo 
''
-echo '% Set the following lines in your ~/.vimrc or the systemwide 
/etc/vimrc:'
-echo '% filetype plugin indent on'
-echo '% set grepprg=grep\ -nH\ $*'
-echo '% let g:tex_flavor = "latex"'
-echo '% '
-echo '% Also, this installs to /usr/share/vim/vimfiles, which may not be 
in'
-echo '% your runtime path (RTP). Be sure to add it too, e.g:'
-echo '% set 
runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after'
-echo 
''
-
-# rebuild the vim documentation tags
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-# arg 1: the old package version
-post_remove() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-op=$1
-shift
-$op $* 

Copied: vim-latexsuite/repos/community-any/vim-latexsuite.install (from rev 
207324, vim-latexsuite/trunk/vim-latexsuit

[arch-commits] Commit in vim-latexsuite/repos/community-any (4 files)

2016-10-13 Thread Lukas Fleischer
Date: Thursday, October 13, 2016 @ 14:41:02
  Author: lfleischer
Revision: 192174

archrelease: copy trunk to community-any

Added:
  vim-latexsuite/repos/community-any/PKGBUILD
(from rev 192173, vim-latexsuite/trunk/PKGBUILD)
  vim-latexsuite/repos/community-any/vim-latexsuite.install
(from rev 192173, vim-latexsuite/trunk/vim-latexsuite.install)
Deleted:
  vim-latexsuite/repos/community-any/PKGBUILD
  vim-latexsuite/repos/community-any/vim-latexsuite.install

+
 PKGBUILD   |   60 +-
 vim-latexsuite.install |   82 +++
 2 files changed, 72 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-13 14:40:55 UTC (rev 192173)
+++ PKGBUILD2016-10-13 14:41:02 UTC (rev 192174)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel Wallace 
-# Maintainer: Lukas Fleischer 
-# Contributor: Army
-
-pkgname=vim-latexsuite
-_pkgname=vim-latex
-pkgver=20141116
-_pkgver="1.8.23-${pkgver}.812-gitd0f31c9"
-pkgrel=2
-pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
-arch=('any')
-url="http://vim-latex.sourceforge.net";
-license=('custom:vim')
-depends=('vim')
-optdepends=('python2' 'texlive-bin')
-groups=('vim-plugins')
-source=("https://sourceforge.net/projects/${_pkgname}/files/snapshots/${_pkgname}-${_pkgver}.tar.gz";)
-md5sums=('c7662fd5ccad9912655ca585626ed515')
-install=$pkgname.install
- 
-build() {
-   cd "${srcdir}/${_pkgname}-${_pkgver}"
-   find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${_pkgver}"
-   make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
-}

Copied: vim-latexsuite/repos/community-any/PKGBUILD (from rev 192173, 
vim-latexsuite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-13 14:41:02 UTC (rev 192174)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Wallace 
+# Contributor: Army
+
+pkgname=vim-latexsuite
+_pkgname=vim-latex
+pkgver=1.9.0
+pkgrel=1
+epoch=1
+pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
+arch=('any')
+url="http://vim-latex.sourceforge.net";
+license=('custom:vim')
+depends=('vim')
+optdepends=('python2' 'texlive-bin')
+groups=('vim-plugins')
+source=("https://sourceforge.net/projects/${_pkgname}/files/releases/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('7c64cad8f8f8eb3c9b3fe420385abeb5'
+ 'SKIP')
+validpgpkeys=('18A0E3D6A36194E0A6F2C5F06A3A10B31C109517') # Till Maas
+install=$pkgname.install
+ 
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
+}

Deleted: vim-latexsuite.install
===
--- vim-latexsuite.install  2016-10-13 14:40:55 UTC (rev 192173)
+++ vim-latexsuite.install  2016-10-13 14:41:02 UTC (rev 192174)
@@ -1,41 +0,0 @@
-# arg 1: the new package version
-post_install() {
-echo 
''
-echo '% Set the following lines in your ~/.vimrc or the systemwide 
/etc/vimrc:'
-echo '% filetype plugin indent on'
-echo '% set grepprg=grep\ -nH\ $*'
-echo '% let g:tex_flavor = "latex"'
-echo '% '
-echo '% Also, this installs to /usr/share/vim/vimfiles, which may not be 
in'
-echo '% your runtime path (RTP). Be sure to add it too, e.g:'
-echo '% set 
runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after'
-echo 
''
-
-# rebuild the vim documentation tags
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-# arg 1: the old package version
-post_remove() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-op=$1
-shift
-$op $* 

Copied: vim-latexsuite/repos/community-any/vim-latexsuite.install (from rev 
192173, vim-latexsuite/trunk/vim-latexsuite.install)
=

[arch-commits] Commit in vim-latexsuite/repos/community-any (4 files)

2015-06-20 Thread Lukas Fleischer
Date: Saturday, June 20, 2015 @ 16:35:51
  Author: lfleischer
Revision: 135643

archrelease: copy trunk to community-any

Added:
  vim-latexsuite/repos/community-any/PKGBUILD
(from rev 135642, vim-latexsuite/trunk/PKGBUILD)
  vim-latexsuite/repos/community-any/vim-latexsuite.install
(from rev 135642, vim-latexsuite/trunk/vim-latexsuite.install)
Deleted:
  vim-latexsuite/repos/community-any/PKGBUILD
  vim-latexsuite/repos/community-any/vim-latexsuite.install

+
 PKGBUILD   |   60 --
 vim-latexsuite.install |   82 +++
 2 files changed, 70 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-20 14:35:44 UTC (rev 135642)
+++ PKGBUILD2015-06-20 14:35:51 UTC (rev 135643)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Army
-
-pkgname=vim-latexsuite
-pkgver=20130126
-pkgrel=2
-pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
-arch=('any')
-url="http://vim-latex.sourceforge.net";
-license=('custom:vim')
-depends=('vim')
-optdepends=('python2' 'texlive-bin')
-groups=('vim-plugins')
-source=("https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('3c6a49e8dd3b73bae73de7a4e839a125')
-install=$pkgname.install
- 
-build() {
-
-   cd "${srcdir}/$pkgname-$pkgver"
-
-find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
-
-}
-
-package() {
-   cd "${srcdir}/$pkgname-$pkgver"
-
-make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
-}

Copied: vim-latexsuite/repos/community-any/PKGBUILD (from rev 135642, 
vim-latexsuite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-20 14:35:51 UTC (rev 135643)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel Wallace 
+# Maintainer: Lukas Fleischer 
+# Contributor: Army
+
+pkgname=vim-latexsuite
+_pkgname=vim-latex
+pkgver=20141116
+_pkgver="1.8.23-${pkgver}.812-gitd0f31c9"
+pkgrel=1
+pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
+arch=('any')
+url="http://vim-latex.sourceforge.net";
+license=('custom:vim')
+depends=('vim')
+optdepends=('python2' 'texlive-bin')
+groups=('vim-plugins')
+source=("https://sourceforge.net/projects/${_pkgname}/files/snapshots/${_pkgname}-${_pkgver}.tar.gz";)
+md5sums=('c7662fd5ccad9912655ca585626ed515')
+install=$pkgname.install
+ 
+build() {
+   cd "${srcdir}/${_pkgname}-${_pkgver}"
+   find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${_pkgver}"
+   make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
+}

Deleted: vim-latexsuite.install
===
--- vim-latexsuite.install  2015-06-20 14:35:44 UTC (rev 135642)
+++ vim-latexsuite.install  2015-06-20 14:35:51 UTC (rev 135643)
@@ -1,41 +0,0 @@
-# arg 1: the new package version
-post_install() {
-echo 
''
-echo '% Set the following lines in your ~/.vimrc or the systemwide 
/etc/vimrc:'
-echo '% filetype plugin indent on'
-echo '% set grepprg=grep\ -nH\ $*'
-echo '% let g:tex_flavor = "latex"'
-echo '% '
-echo '% Also, this installs to /usr/share/vim/vimfiles, which may not be 
in'
-echo '% your runtime path (RTP). Be sure to add it too, e.g:'
-echo '% set 
runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after'
-echo 
''
-
-# rebuild the vim documentation tags
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-# arg 1: the old package version
-post_remove() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-op=$1
-shift
-$op $* 

Copied: vim-latexsuite/repos/community-any/vim-latexsuite.install (from rev 
135642, vim-latexsuite/trunk/vim-latexsuite.install)
===
--- vim-latexsuite.install  (rev 0)
+++ vim-latexsuite.install  2015-06-20 14:35:51 UTC (rev 135643)
@@ -0,0 +1,41 

[arch-commits] Commit in vim-latexsuite/repos/community-any (4 files)

2014-07-04 Thread Felix Yan
Date: Friday, July 4, 2014 @ 17:39:46
  Author: fyan
Revision: 114907

archrelease: copy trunk to community-any

Added:
  vim-latexsuite/repos/community-any/PKGBUILD
(from rev 114906, vim-latexsuite/trunk/PKGBUILD)
  vim-latexsuite/repos/community-any/vim-latexsuite.install
(from rev 114906, vim-latexsuite/trunk/vim-latexsuite.install)
Deleted:
  vim-latexsuite/repos/community-any/PKGBUILD
  vim-latexsuite/repos/community-any/vim-latexsuite.install

+
 PKGBUILD   |   62 +--
 vim-latexsuite.install |   82 +++
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-04 15:39:26 UTC (rev 114906)
+++ PKGBUILD2014-07-04 15:39:46 UTC (rev 114907)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Army
-
-pkgname=vim-latexsuite
-pkgver=20130126
-pkgrel=1
-pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
-arch=('any')
-url="http://vim-latex.sourceforge.net";
-license=('custom:vim')
-depends=('vim')
-optdepends=('python2' 'texlive-bin')
-groups=('vim-plugins')
-source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('3c6a49e8dd3b73bae73de7a4e839a125')
-install=$pkgname.install
- 
-build() {
-
-   cd "${srcdir}/$pkgname-$pkgver"
-
-find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
-
-}
-
-package() {
-   cd "${srcdir}/$pkgname-$pkgver"
-
-make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
-}

Copied: vim-latexsuite/repos/community-any/PKGBUILD (from rev 114906, 
vim-latexsuite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-04 15:39:46 UTC (rev 114907)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Army
+
+pkgname=vim-latexsuite
+pkgver=20130126
+pkgrel=2
+pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
+arch=('any')
+url="http://vim-latex.sourceforge.net";
+license=('custom:vim')
+depends=('vim')
+optdepends=('python2' 'texlive-bin')
+groups=('vim-plugins')
+source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('3c6a49e8dd3b73bae73de7a4e839a125')
+install=$pkgname.install
+ 
+build() {
+
+   cd "${srcdir}/$pkgname-$pkgver"
+
+find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
+
+}
+
+package() {
+   cd "${srcdir}/$pkgname-$pkgver"
+
+make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
+}

Deleted: vim-latexsuite.install
===
--- vim-latexsuite.install  2014-07-04 15:39:26 UTC (rev 114906)
+++ vim-latexsuite.install  2014-07-04 15:39:46 UTC (rev 114907)
@@ -1,41 +0,0 @@
-# arg 1: the new package version
-post_install() {
-echo 
''
-echo '% Set the following lines in your ~/.vimrc or the systemwide 
/etc/vimrc:'
-echo '% filetype plugin indent on'
-echo '% set grepprg=grep\ -nH\ $*'
-echo '% let g:tex_flavor = "latex"'
-echo '% '
-echo '% Also, this installs to /usr/share/vim/vimfiles, which may not be 
in'
-echo '% your runtime path (RTP). Be sure to add it too, e.g:'
-echo '% set 
runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after'
-echo 
''
-
-# rebuild the vim documentation tags
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-# arg 1: the old package version
-post_remove() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-op=$1
-shift
-$op $* 

Copied: vim-latexsuite/repos/community-any/vim-latexsuite.install (from rev 
114906, vim-latexsuite/trunk/vim-latexsuite.install)
===
--- vim-latexsuite.install  (rev 0)
+++ vim-latexsuite.install  2014-07-04 15:39:46 UTC (rev 114907)
@@ -0,0 +1,41 @@
+# arg 1: the new package version
+post_install() {
+echo 
'%%

[arch-commits] Commit in vim-latexsuite/repos/community-any (4 files)

2013-01-26 Thread Daniel Wallace
Date: Saturday, January 26, 2013 @ 22:28:34
  Author: dwallace
Revision: 83042

archrelease: copy trunk to community-any

Added:
  vim-latexsuite/repos/community-any/PKGBUILD
(from rev 83041, vim-latexsuite/trunk/PKGBUILD)
  vim-latexsuite/repos/community-any/vim-latexsuite.install
(from rev 83041, vim-latexsuite/trunk/vim-latexsuite.install)
Deleted:
  vim-latexsuite/repos/community-any/PKGBUILD
  vim-latexsuite/repos/community-any/vim-latexsuite.install

+
 PKGBUILD   |   62 +--
 vim-latexsuite.install |   82 +++
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-26 21:28:14 UTC (rev 83041)
+++ PKGBUILD2013-01-26 21:28:34 UTC (rev 83042)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Army
-
-pkgname=vim-latexsuite
-pkgver=20121118
-pkgrel=1
-pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
-arch=('any')
-url="http://vim-latex.sourceforge.net";
-license=('custom:vim')
-depends=('vim')
-optdepends=('python2' 'texlive-bin')
-groups=('vim-plugins')
-source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('0f5030f4e3312d8fc3cf59754f9cf3d5')
-install=$pkgname.install
- 
-build() {
-
-   cd "${srcdir}/$pkgname-$pkgver"
-
-find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
-
-}
-
-package() {
-   cd "${srcdir}/$pkgname-$pkgver"
-
-make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
-}

Copied: vim-latexsuite/repos/community-any/PKGBUILD (from rev 83041, 
vim-latexsuite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-26 21:28:34 UTC (rev 83042)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Army
+
+pkgname=vim-latexsuite
+pkgver=20130126
+pkgrel=1
+pkgdesc="Tools to view, edit, and compile LaTeX documents within Vim."
+arch=('any')
+url="http://vim-latex.sourceforge.net";
+license=('custom:vim')
+depends=('vim')
+optdepends=('python2' 'texlive-bin')
+groups=('vim-plugins')
+source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('3c6a49e8dd3b73bae73de7a4e839a125')
+install=$pkgname.install
+ 
+build() {
+
+   cd "${srcdir}/$pkgname-$pkgver"
+
+find . -type f -name *.py -exec sed -i 's:/usr/bin/python:&2:g' {} +
+
+}
+
+package() {
+   cd "${srcdir}/$pkgname-$pkgver"
+
+make DESTDIR="${pkgdir}" PREFIX='/usr' VIMDIR='/usr/share/vim/vimfiles' 
install
+}

Deleted: vim-latexsuite.install
===
--- vim-latexsuite.install  2013-01-26 21:28:14 UTC (rev 83041)
+++ vim-latexsuite.install  2013-01-26 21:28:34 UTC (rev 83042)
@@ -1,41 +0,0 @@
-# arg 1: the new package version
-post_install() {
-echo 
''
-echo '% Set the following lines in your ~/.vimrc or the systemwide 
/etc/vimrc:'
-echo '% filetype plugin indent on'
-echo '% set grepprg=grep\ -nH\ $*'
-echo '% let g:tex_flavor = "latex"'
-echo '% '
-echo '% Also, this installs to /usr/share/vim/vimfiles, which may not be 
in'
-echo '% your runtime path (RTP). Be sure to add it too, e.g:'
-echo '% set 
runtimepath=~/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,~/.vim/after'
-echo 
''
-
-# rebuild the vim documentation tags
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-# arg 1: the old package version
-post_remove() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-op=$1
-shift
-$op $* 

Copied: vim-latexsuite/repos/community-any/vim-latexsuite.install (from rev 
83041, vim-latexsuite/trunk/vim-latexsuite.install)
===
--- vim-latexsuite.install  (rev 0)
+++ vim-latexsuite.install  2013-01-26 21:28:34 UTC (rev 83042)
@@ -0,0 +1,41 @@
+# arg 1: the new package version
+post_install() {
+echo 
'%%%