[arch-commits] Commit in (vim-doxygentoolkit)

2020-07-13 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, July 13, 2020 @ 23:21:20
  Author: svenstaro
Revision: 663548

Moving vim-doxygentoolkit to AUR

Deleted:
  vim-doxygentoolkit/


[arch-commits] Commit in vim-doxygentoolkit/repos (2 files)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 13:05:53
  Author: felixonmars
Revision: 658332

archrelease: copy trunk to community-staging-any

Added:
  vim-doxygentoolkit/repos/community-staging-any/
  vim-doxygentoolkit/repos/community-staging-any/PKGBUILD
(from rev 658331, vim-doxygentoolkit/trunk/PKGBUILD)

--+
 PKGBUILD |   20 
 1 file changed, 20 insertions(+)

Copied: vim-doxygentoolkit/repos/community-staging-any/PKGBUILD (from rev 
658331, vim-doxygentoolkit/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-07-07 13:05:53 UTC (rev 658332)
@@ -0,0 +1,20 @@
+# Contributor: Aaron Griffin 
+# Maintainer:
+
+pkgname=vim-doxygentoolkit
+pkgver=0.2.13
+_scriptid=14064
+pkgrel=5
+pkgdesc="This script simplify doxygen documentation in C/C++"
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=987";
+license=('GPL')
+depends=('vim')
+groups=('vim-plugins')
+source=(DoxygenToolkit.vim::"https://www.vim.org/scripts/download_script.php?src_id=$_scriptid";)
+sha512sums=('af4e6f8dae1079ff8b497c4115e5e3759473bc86b2d589333ed504bd234b693430014417f5b12013ec4f62bf2055e4be66e6c352191aa15ed7ce27a117403dd7')
+
+package() {
+  cd "${srcdir}"
+  install -D -m644 DoxygenToolkit.vim 
"${pkgdir}/usr/share/vim/vimfiles/plugin/DoxygenToolkit.vim"
+}


[arch-commits] Commit in vim-doxygentoolkit/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 13:05:38
  Author: felixonmars
Revision: 658331

upgpkg: vim-doxygentoolkit 0.2.13-5: reproducibility rebuild

Modified:
  vim-doxygentoolkit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 13:05:08 UTC (rev 658330)
+++ PKGBUILD2020-07-07 13:05:38 UTC (rev 658331)
@@ -4,7 +4,7 @@
 pkgname=vim-doxygentoolkit
 pkgver=0.2.13
 _scriptid=14064
-pkgrel=4
+pkgrel=5
 pkgdesc="This script simplify doxygen documentation in C/C++"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=987";


[arch-commits] Commit in vim-doxygentoolkit/trunk (PKGBUILD)

2019-02-16 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 17, 2019 @ 06:43:02
  Author: svenstaro
Revision: 434010

Use HTTPS source

Modified:
  vim-doxygentoolkit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-17 06:42:25 UTC (rev 434009)
+++ PKGBUILD2019-02-17 06:43:02 UTC (rev 434010)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('vim')
 groups=('vim-plugins')
-source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";)
+source=(DoxygenToolkit.vim::"https://www.vim.org/scripts/download_script.php?src_id=$_scriptid";)
 
sha512sums=('af4e6f8dae1079ff8b497c4115e5e3759473bc86b2d589333ed504bd234b693430014417f5b12013ec4f62bf2055e4be66e6c352191aa15ed7ce27a117403dd7')
 
 package() {


[arch-commits] Commit in vim-doxygentoolkit/repos/community-any (PKGBUILD PKGBUILD)

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:28:00
  Author: felixonmars
Revision: 341500

archrelease: copy trunk to community-any

Added:
  vim-doxygentoolkit/repos/community-any/PKGBUILD
(from rev 341495, vim-doxygentoolkit/trunk/PKGBUILD)
Deleted:
  vim-doxygentoolkit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 17:27:59 UTC (rev 341499)
+++ PKGBUILD2018-06-06 17:28:00 UTC (rev 341500)
@@ -1,21 +0,0 @@
-# $Id$
-# Contributor: Aaron Griffin 
-# Maintainer:
-
-pkgname=vim-doxygentoolkit
-pkgver=0.2.13
-_scriptid=14064
-pkgrel=3
-pkgdesc="This script simplify doxygen documentation in C/C++"
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=987";
-license=('GPL')
-depends=('vim')
-groups=('vim-plugins')
-source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";)
-md5sums=('669e14133afa26b2b72c48a9315d8f7d')
-
-package() {
-  cd "${srcdir}"
-  install -D -m644 DoxygenToolkit.vim 
"${pkgdir}/usr/share/vim/vimfiles/plugin/DoxygenToolkit.vim"
-}

Copied: vim-doxygentoolkit/repos/community-any/PKGBUILD (from rev 341495, 
vim-doxygentoolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 17:28:00 UTC (rev 341500)
@@ -0,0 +1,21 @@
+# $Id$
+# Contributor: Aaron Griffin 
+# Maintainer:
+
+pkgname=vim-doxygentoolkit
+pkgver=0.2.13
+_scriptid=14064
+pkgrel=4
+pkgdesc="This script simplify doxygen documentation in C/C++"
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=987";
+license=('GPL')
+depends=('vim')
+groups=('vim-plugins')
+source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";)
+sha512sums=('af4e6f8dae1079ff8b497c4115e5e3759473bc86b2d589333ed504bd234b693430014417f5b12013ec4f62bf2055e4be66e6c352191aa15ed7ce27a117403dd7')
+
+package() {
+  cd "${srcdir}"
+  install -D -m644 DoxygenToolkit.vim 
"${pkgdir}/usr/share/vim/vimfiles/plugin/DoxygenToolkit.vim"
+}


[arch-commits] Commit in vim-doxygentoolkit/trunk (PKGBUILD)

2018-06-06 Thread Felix Yan via arch-commits
Date: Wednesday, June 6, 2018 @ 17:27:39
  Author: felixonmars
Revision: 341488

upgpkg: vim-doxygentoolkit 0.2.13-4

BUILDINFO Rebuild

Modified:
  vim-doxygentoolkit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 17:27:39 UTC (rev 341487)
+++ PKGBUILD2018-06-06 17:27:39 UTC (rev 341488)
@@ -5,7 +5,7 @@
 pkgname=vim-doxygentoolkit
 pkgver=0.2.13
 _scriptid=14064
-pkgrel=3
+pkgrel=4
 pkgdesc="This script simplify doxygen documentation in C/C++"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=987";
@@ -13,7 +13,7 @@
 depends=('vim')
 groups=('vim-plugins')
 
source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";)
-md5sums=('669e14133afa26b2b72c48a9315d8f7d')
+sha512sums=('af4e6f8dae1079ff8b497c4115e5e3759473bc86b2d589333ed504bd234b693430014417f5b12013ec4f62bf2055e4be66e6c352191aa15ed7ce27a117403dd7')
 
 package() {
   cd "${srcdir}"


[arch-commits] Commit in vim-doxygentoolkit/repos/community-any (PKGBUILD PKGBUILD)

2014-07-04 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 06:36:47
  Author: fyan
Revision: 115028

archrelease: copy trunk to community-any

Added:
  vim-doxygentoolkit/repos/community-any/PKGBUILD
(from rev 115027, vim-doxygentoolkit/trunk/PKGBUILD)
Deleted:
  vim-doxygentoolkit/repos/community-any/PKGBUILD

--+
 PKGBUILD |   42 +-
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-05 04:36:29 UTC (rev 115027)
+++ PKGBUILD2014-07-05 04:36:47 UTC (rev 115028)
@@ -1,21 +0,0 @@
-# $Id$
-# Contributor: Aaron Griffin 
-# Maintainer:
-
-pkgname=vim-doxygentoolkit
-pkgver=0.2.13
-_scriptid=14064
-pkgrel=2
-pkgdesc="This script simplify doxygen documentation in C/C++"
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=987";
-license=('GPL')
-depends=('vim')
-groups=('vim-plugins')
-source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";)
-md5sums=('669e14133afa26b2b72c48a9315d8f7d')
-
-package() {
-  cd "${srcdir}"
-  install -D -m644 DoxygenToolkit.vim 
"${pkgdir}/usr/share/vim/vimfiles/plugin/DoxygenToolkit.vim"
-}

Copied: vim-doxygentoolkit/repos/community-any/PKGBUILD (from rev 115027, 
vim-doxygentoolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-05 04:36:47 UTC (rev 115028)
@@ -0,0 +1,21 @@
+# $Id$
+# Contributor: Aaron Griffin 
+# Maintainer:
+
+pkgname=vim-doxygentoolkit
+pkgver=0.2.13
+_scriptid=14064
+pkgrel=3
+pkgdesc="This script simplify doxygen documentation in C/C++"
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=987";
+license=('GPL')
+depends=('vim')
+groups=('vim-plugins')
+source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";)
+md5sums=('669e14133afa26b2b72c48a9315d8f7d')
+
+package() {
+  cd "${srcdir}"
+  install -D -m644 DoxygenToolkit.vim 
"${pkgdir}/usr/share/vim/vimfiles/plugin/DoxygenToolkit.vim"
+}



[arch-commits] Commit in vim-doxygentoolkit/trunk (PKGBUILD)

2014-07-04 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 06:36:29
  Author: fyan
Revision: 115027

upgpkg: vim-doxygentoolkit 0.2.13-3

mtree rebuild

Modified:
  vim-doxygentoolkit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 04:22:38 UTC (rev 115026)
+++ PKGBUILD2014-07-05 04:36:29 UTC (rev 115027)
@@ -5,7 +5,7 @@
 pkgname=vim-doxygentoolkit
 pkgver=0.2.13
 _scriptid=14064
-pkgrel=2
+pkgrel=3
 pkgdesc="This script simplify doxygen documentation in C/C++"
 arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=987";



[arch-commits] Commit in (vim-doxygentoolkit)

2011-05-13 Thread Andrea Scarpino
Date: Friday, May 13, 2011 @ 15:59:14
  Author: andrea
Revision: 123853

moved to [community]

Deleted:
  vim-doxygentoolkit/



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

2011-04-26 Thread Eric Bélanger
Date: Tuesday, April 26, 2011 @ 14:19:47
  Author: eric
Revision: 120838

archrelease: copy trunk to extra-any

Added:
  vim-doxygentoolkit/repos/extra-any/



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

2011-04-26 Thread Eric Bélanger
Date: Tuesday, April 26, 2011 @ 14:19:33
  Author: eric
Revision: 120837

archrelease: remove extra-any

Deleted:
  vim-doxygentoolkit/repos/extra-any/



[arch-commits] Commit in vim-doxygentoolkit/trunk (PKGBUILD)

2011-04-26 Thread Eric Bélanger
Date: Tuesday, April 26, 2011 @ 14:19:29
  Author: eric
Revision: 120836

upgpkg: vim-doxygentoolkit 0.2.13-1
Upstream update, PKGBUILD clean up

Modified:
  vim-doxygentoolkit/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-26 17:30:19 UTC (rev 120835)
+++ PKGBUILD2011-04-26 18:19:29 UTC (rev 120836)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=vim-doxygentoolkit
-pkgver=0.2.7
-_scriptid=11878
+pkgver=0.2.13
+_scriptid=14064
 pkgrel=1
 pkgdesc="This script simplify doxygen documentation in C/C++"
 arch=('any')
@@ -13,16 +13,9 @@
 depends=('vim')
 groups=('vim-plugins')
 
source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";)
-md5sums=('a5954aac19f782d538a55a76cfdab90f')
+md5sums=('669e14133afa26b2b72c48a9315d8f7d')
 
-build() {
-   /bin/true
-}
-
 package() {
-   cd ${srcdir}
-
-   installpath="${pkgdir}/usr/share/vim/vimfiles"
-   install -D -m644 DoxygenToolkit.vim \
-  $installpath/plugin/DoxygenToolkit.vim || return 1
+  cd "${srcdir}"
+  install -D -m644 DoxygenToolkit.vim 
"${pkgdir}/usr/share/vim/vimfiles/plugin/DoxygenToolkit.vim"
 }



[arch-commits] Commit in vim-doxygentoolkit/trunk (PKGBUILD)

2010-02-15 Thread Daniel Griffiths
Date: Monday, February 15, 2010 @ 16:49:54
  Author: dgriffiths
Revision: 69009

Move to splitpkg format

Modified:
  vim-doxygentoolkit/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-15 21:48:58 UTC (rev 69008)
+++ PKGBUILD2010-02-15 21:49:54 UTC (rev 69009)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer : Aaron Griffin 
+# Contributor Aaron Griffin 
+# Maintainer: Daniel J Griffiths 
 
 pkgname=vim-doxygentoolkit
 pkgver=0.2.7
@@ -15,8 +16,13 @@
 md5sums=('a5954aac19f782d538a55a76cfdab90f')
 
 build() {
-  cd $srcdir
+   /bin/true
+}
 
-  installpath="$pkgdir/usr/share/vim/vimfiles"
-  install -D -m644 DoxygenToolkit.vim $installpath/plugin/DoxygenToolkit.vim 
|| return 1
+package() {
+   cd ${srcdir}
+
+   installpath="${pkgdir}/usr/share/vim/vimfiles"
+   install -D -m644 DoxygenToolkit.vim \
+  $installpath/plugin/DoxygenToolkit.vim || return 1
 }



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

2009-12-15 Thread Andrea Scarpino
Date: Tuesday, December 15, 2009 @ 13:30:32
  Author: andrea
Revision: 61345

Merged revisions 61344 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/vim-doxygentoolkit/trunk


  r61344 | andrea | 2009-12-15 19:29:55 +0100 (Tue, 15 Dec 2009) | 2 lines
  
  upgpkg: vim-doxygentoolkit 0.2.7-1
  fixed md5sums


Modified:
  vim-doxygentoolkit/repos/extra-any/   (properties)
  vim-doxygentoolkit/repos/extra-any/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: vim-doxygentoolkit/repos/extra-any
___
Modified: svnmerge-integrated
   - /vim-doxygentoolkit/trunk:1-61340
   + /vim-doxygentoolkit/trunk:1-61344

Modified: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2009-12-15 18:29:55 UTC (rev 61344)
+++ extra-any/PKGBUILD  2009-12-15 18:30:32 UTC (rev 61345)
@@ -3,7 +3,7 @@
 
 pkgname=vim-doxygentoolkit
 pkgver=0.2.7
-_scriptid=10579
+_scriptid=11878
 pkgrel=1
 pkgdesc="This script simplify doxygen documentation in C/C++"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('vim')
 groups=('vim-plugins')
 
source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";)
-md5sums=('3e31f950a7e5ba53c68a11ef9ac42428')
+md5sums=('a5954aac19f782d538a55a76cfdab90f')
 
 build() {
   cd $srcdir



[arch-commits] Commit in vim-doxygentoolkit/trunk (PKGBUILD)

2009-12-15 Thread Andrea Scarpino
Date: Tuesday, December 15, 2009 @ 13:29:55
  Author: andrea
Revision: 61344

upgpkg: vim-doxygentoolkit 0.2.7-1
fixed md5sums

Modified:
  vim-doxygentoolkit/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-15 18:24:43 UTC (rev 61343)
+++ PKGBUILD2009-12-15 18:29:55 UTC (rev 61344)
@@ -3,7 +3,7 @@
 
 pkgname=vim-doxygentoolkit
 pkgver=0.2.7
-_scriptid=10579
+_scriptid=11878
 pkgrel=1
 pkgdesc="This script simplify doxygen documentation in C/C++"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('vim')
 groups=('vim-plugins')
 
source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";)
-md5sums=('3e31f950a7e5ba53c68a11ef9ac42428')
+md5sums=('a5954aac19f782d538a55a76cfdab90f')
 
 build() {
   cd $srcdir



[arch-commits] Commit in vim-doxygentoolkit/repos (extra-i686 extra-x86_64)

2009-12-15 Thread Andrea Scarpino
Date: Tuesday, December 15, 2009 @ 13:24:43
  Author: andrea
Revision: 61343

removed extra-i686 and extra-x86_64 for vim-doxygentoolkit

Deleted:
  vim-doxygentoolkit/repos/extra-i686/
  vim-doxygentoolkit/repos/extra-x86_64/



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

2009-12-15 Thread Andrea Scarpino
Date: Tuesday, December 15, 2009 @ 13:24:40
  Author: andrea
Revision: 61342

Initialized merge tracking via "svnmerge" with revisions "1-61340" from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/vim-doxygentoolkit/trunk

Modified:
  vim-doxygentoolkit/repos/extra-any/   (properties)


Property changes on: vim-doxygentoolkit/repos/extra-any
___
Added: svnmerge-integrated
   + /vim-doxygentoolkit/trunk:1-61340



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

2009-12-15 Thread Andrea Scarpino
Date: Tuesday, December 15, 2009 @ 13:24:26
  Author: andrea
Revision: 61341

archrelease: new repo extra-any

Added:
  vim-doxygentoolkit/repos/extra-any/



[arch-commits] Commit in vim-doxygentoolkit/trunk (PKGBUILD)

2009-12-15 Thread Andrea Scarpino
Date: Tuesday, December 15, 2009 @ 13:24:09
  Author: andrea
Revision: 61340

upgpkg: vim-doxygentoolkit 0.2.7-1
upstream release; arch=any

Modified:
  vim-doxygentoolkit/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-15 18:05:32 UTC (rev 61339)
+++ PKGBUILD2009-12-15 18:24:09 UTC (rev 61340)
@@ -2,24 +2,21 @@
 # Maintainer : Aaron Griffin 
 
 pkgname=vim-doxygentoolkit
-pkgver=0.2.4
+pkgver=0.2.7
 _scriptid=10579
-pkgrel=2
-pkgdesc="simplify doxygen documentation in C/C++."
-arch=(i686 x86_64)
+pkgrel=1
+pkgdesc="This script simplify doxygen documentation in C/C++"
+arch=('any')
 url="http://www.vim.org/scripts/script.php?script_id=987";
 license=('GPL')
-depends=(vim)
+depends=('vim')
 groups=('vim-plugins')
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid)
+source=(DoxygenToolkit.vim::"http://www.vim.org/scripts/download_script.php?src_id=$_scriptid";)
 md5sums=('3e31f950a7e5ba53c68a11ef9ac42428')
-sha256sums=('2eb4954448cbced827dfa341d347c2b53d918814662e0d0c5b30067aedfa1e01')
 
 build() {
   cd $srcdir
-  mv download_script.php?src_id=$_scriptid DoxygenToolkit.vim
 
   installpath="$pkgdir/usr/share/vim/vimfiles"
-
   install -D -m644 DoxygenToolkit.vim $installpath/plugin/DoxygenToolkit.vim 
|| return 1
 }