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

Jelle van der Waa jelle at archlinux.org
Tue Apr 18 13:20:29 UTC 2017


    Date: Tuesday, April 18, 2017 @ 13:20:28
  Author: jelle
Revision: 223717

archrelease: copy trunk to community-any

Added:
  vim-a/repos/community-any/LICENSE
    (from rev 223716, vim-a/trunk/LICENSE)
  vim-a/repos/community-any/PKGBUILD
    (from rev 223716, vim-a/trunk/PKGBUILD)
Deleted:
  vim-a/repos/community-any/LICENSE
  vim-a/repos/community-any/PKGBUILD

----------+
 LICENSE  |   18 +++++++-------
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: LICENSE
===================================================================
--- LICENSE	2017-04-18 13:13:26 UTC (rev 223716)
+++ LICENSE	2017-04-18 13:20:28 UTC (rev 223717)
@@ -1,9 +0,0 @@
-Copyright: (c) 2000-2006 Michael Sharpe
-           We grant permission to use, copy modify, distribute, and sell this
-           software for any purpose without fee, provided that the above 
-           copyright notice and this text are not removed. We make no guarantee
-           about the suitability of this software for any purpose and we are 
-           not liable for any damages resulting from its use. Further, we are 
-           under no obligation to maintain or extend this software. It is 
-           provided on an "as is" basis without any expressed or implied 
-           warranty.

Copied: vim-a/repos/community-any/LICENSE (from rev 223716, vim-a/trunk/LICENSE)
===================================================================
--- LICENSE	                        (rev 0)
+++ LICENSE	2017-04-18 13:20:28 UTC (rev 223717)
@@ -0,0 +1,9 @@
+Copyright: (c) 2000-2006 Michael Sharpe
+           We grant permission to use, copy modify, distribute, and sell this
+           software for any purpose without fee, provided that the above 
+           copyright notice and this text are not removed. We make no guarantee
+           about the suitability of this software for any purpose and we are 
+           not liable for any damages resulting from its use. Further, we are 
+           under no obligation to maintain or extend this software. It is 
+           provided on an "as is" basis without any expressed or implied 
+           warranty.

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-18 13:13:26 UTC (rev 223716)
+++ PKGBUILD	2017-04-18 13:20:28 UTC (rev 223717)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=vim-a
-pkgver=2.18
-_scriptid=7218
-_docid=6347
-pkgrel=8
-pkgdesc="alternate files in vim quickly (.c -> .h etc)"
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=31"
-license=('custom')
-depends=(vim)
-groups=('vim-plugins')
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
-        http://www.vim.org/scripts/download_script.php?src_id=$_docid LICENSE)
-md5sums=('6570438244f71e19be1e1b84a5a6c1ec'
-         '0fcef5054b1617fa8217c9bd0bede338'
-         '6f4ce554c0e43d79e1532c7ba0bf63fe')
-
-build() {
-	cd ${srcdir}
-
-	mv download_script.php?src_id=$_scriptid a.vim
-	mv download_script.php?src_id=$_docid alternate.txt
-}
-
-package() {
-	cd ${srcdir}
-
-	installpath="${pkgdir}/usr/share/vim/vimfiles"
-
-	install -D -m644 a.vim $installpath/plugin/a.vim
-	install -D -m644 alternate.txt $installpath/doc/alternate.txt
-	install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-a/repos/community-any/PKGBUILD (from rev 223716, vim-a/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-18 13:20:28 UTC (rev 223717)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=vim-a
+pkgver=2.18
+_scriptid=7218
+_docid=6347
+pkgrel=8
+pkgdesc="alternate files in vim quickly (.c -> .h etc)"
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=31"
+license=('custom')
+depends=(vim)
+groups=('vim-plugins')
+source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+        http://www.vim.org/scripts/download_script.php?src_id=$_docid LICENSE)
+md5sums=('6570438244f71e19be1e1b84a5a6c1ec'
+         '0fcef5054b1617fa8217c9bd0bede338'
+         '6f4ce554c0e43d79e1532c7ba0bf63fe')
+
+build() {
+	cd ${srcdir}
+
+	mv download_script.php?src_id=$_scriptid a.vim
+	mv download_script.php?src_id=$_docid alternate.txt
+}
+
+package() {
+	cd ${srcdir}
+
+	installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+	install -D -m644 a.vim $installpath/plugin/a.vim
+	install -D -m644 alternate.txt $installpath/doc/alternate.txt
+	install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list