[arch-commits] Commit in vim-jad/repos/community-any (6 files)
Felix Yan
fyan at nymeria.archlinux.org
Fri Jul 4 09:07:41 UTC 2014
Date: Friday, July 4, 2014 @ 11:07:41
Author: fyan
Revision: 114849
archrelease: copy trunk to community-any
Added:
vim-jad/repos/community-any/LICENSE
(from rev 114848, vim-jad/trunk/LICENSE)
vim-jad/repos/community-any/PKGBUILD
(from rev 114848, vim-jad/trunk/PKGBUILD)
vim-jad/repos/community-any/vim-jad.install
(from rev 114848, vim-jad/trunk/vim-jad.install)
Deleted:
vim-jad/repos/community-any/LICENSE
vim-jad/repos/community-any/PKGBUILD
vim-jad/repos/community-any/vim-jad.install
-----------------+
LICENSE | 16 ++++++++--------
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
vim-jad.install | 32 ++++++++++++++++----------------
3 files changed, 51 insertions(+), 51 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2014-07-04 09:06:47 UTC (rev 114848)
+++ LICENSE 2014-07-04 09:07:41 UTC (rev 114849)
@@ -1,8 +0,0 @@
-Copyright (C) 2002-2007 Yegappan Lakshmanan
-Permission is hereby granted to use and distribute this code,
-with or without modifications, provided that this copyright
-notice is copied with it. Like anything else that's free,
-taglist.vim is provided *as is* and comes with no warranty of any
-kind, either expressed or implied. In no event will the copyright
-holder be liable for any damamges resulting from the use of this
-software.
Copied: vim-jad/repos/community-any/LICENSE (from rev 114848, vim-jad/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2014-07-04 09:07:41 UTC (rev 114849)
@@ -0,0 +1,8 @@
+Copyright (C) 2002-2007 Yegappan Lakshmanan
+Permission is hereby granted to use and distribute this code,
+with or without modifications, provided that this copyright
+notice is copied with it. Like anything else that's free,
+taglist.vim is provided *as is* and comes with no warranty of any
+kind, either expressed or implied. In no event will the copyright
+holder be liable for any damamges resulting from the use of this
+software.
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-04 09:06:47 UTC (rev 114848)
+++ PKGBUILD 2014-07-04 09:07:41 UTC (rev 114849)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Laszlo Papp <djszapi @ gmail at com>
-# Contributor: Dmitry ixaphire_at-gmail-dot+com
-
-pkgname=vim-jad
-pkgver=1.3
-pkgrel=3
-pkgdesc='Automatically decompiles java class files and displays java code'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=446'
-license=('custom')
-depends=('vim' 'jad')
-groups=('vim-plugins')
-install="$pkgname.install"
-source=("$pkgname::http://www.vim.org/scripts/download_script.php?src_id=1329"
- 'LICENSE')
-sha256sums=('26a11cb99945c44e817ac39243246be906f160fdfc850a33511005079b48c7ad'
- '4689a6d3ed3bca186ab8fea8360f32fdbb84f84c82fb21698390202efa7b7d19')
-
-build() {
- cd "$srcdir"
-
- install -Dm644 "$srcdir/$pkgname" "$pkgdir/usr/share/vim/vimfiles/plugin/jad.vim"
- install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: vim-jad/repos/community-any/PKGBUILD (from rev 114848, vim-jad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-04 09:07:41 UTC (rev 114849)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Laszlo Papp <djszapi @ gmail at com>
+# Contributor: Dmitry ixaphire_at-gmail-dot+com
+
+pkgname=vim-jad
+pkgver=1.3
+pkgrel=4
+pkgdesc='Automatically decompiles java class files and displays java code'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=446'
+license=('custom')
+depends=('vim' 'jad')
+groups=('vim-plugins')
+install="$pkgname.install"
+source=("$pkgname::http://www.vim.org/scripts/download_script.php?src_id=1329"
+ 'LICENSE')
+sha256sums=('26a11cb99945c44e817ac39243246be906f160fdfc850a33511005079b48c7ad'
+ '4689a6d3ed3bca186ab8fea8360f32fdbb84f84c82fb21698390202efa7b7d19')
+
+build() {
+ cd "$srcdir"
+
+ install -Dm644 "$srcdir/$pkgname" "$pkgdir/usr/share/vim/vimfiles/plugin/jad.vim"
+ install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: vim-jad.install
===================================================================
--- vim-jad.install 2014-07-04 09:06:47 UTC (rev 114848)
+++ vim-jad.install 2014-07-04 09:07:41 UTC (rev 114849)
@@ -1,16 +0,0 @@
-post_install() {
- 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.'
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: vim-jad/repos/community-any/vim-jad.install (from rev 114848, vim-jad/trunk/vim-jad.install)
===================================================================
--- vim-jad.install (rev 0)
+++ vim-jad.install 2014-07-04 09:07:41 UTC (rev 114849)
@@ -0,0 +1,16 @@
+post_install() {
+ 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.'
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list