[arch-commits] Commit in vim-vcscommand/repos (3 files)
Eric Belanger
eric at archlinux.org
Tue May 27 03:35:31 UTC 2008
Date: Monday, May 26, 2008 @ 23:35:31
Author: eric
Revision: 2146
Merged revisions 779-2145 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/vim-vcscommand/trunk
........
r2145 | eric | 2008-05-26 23:35:16 -0400 (Mon, 26 May 2008) | 2 lines
upgpkg: vim-vcscommand 24-1
Upstream update, fixed license, minor esthetic fixes
........
Modified:
vim-vcscommand/repos/extra-x86_64/ (properties)
vim-vcscommand/repos/extra-x86_64/PKGBUILD
vim-vcscommand/repos/extra-x86_64/vimdoc.install
----------------+
PKGBUILD | 13 ++++++-------
vimdoc.install | 5 -----
2 files changed, 6 insertions(+), 12 deletions(-)
Property changes on: vim-vcscommand/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /vim-vcscommand/trunk:1-778
+ /vim-vcscommand/trunk:1-2145
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-05-27 03:35:16 UTC (rev 2145)
+++ extra-x86_64/PKGBUILD 2008-05-27 03:35:31 UTC (rev 2146)
@@ -3,21 +3,20 @@
pkgname=vim-vcscommand
#Real version BetaXX
-pkgver=22
-_scriptid=8459
+pkgver=24
+_scriptid=8709
pkgrel=1
-pkgdesc="vim cvs/svn integration plugin "
+pkgdesc="vim cvs/svn integration plugin"
arch=(i686 x86_64)
url="http://www.vim.org/scripts/script.php?script_id=90"
-license=("custom")
-depends=(vi)
+license=('MIT')
+depends=('vi')
groups=('vim-plugins')
replaces=('vim-vsccommand') #whoops, typo before
install=vimdoc.install
source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
license.txt)
-md5sums=('dbda5624b24bdfc55d2bb6b7fcdaaa91'
- 'cc76e422214169f380e6a1548f617778')
+md5sums=('0c267efcbe0dda5cea3f2f4410b229a3' 'cc76e422214169f380e6a1548f617778')
build()
{
Modified: extra-x86_64/vimdoc.install
===================================================================
--- extra-x86_64/vimdoc.install 2008-05-27 03:35:16 UTC (rev 2145)
+++ extra-x86_64/vimdoc.install 2008-05-27 03:35:31 UTC (rev 2146)
@@ -12,8 +12,3 @@
post_remove() {
post_install
}
-
-op=$1
-shift
-
-$op $*
More information about the arch-commits
mailing list