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

2019-07-11 Thread Antonio Rojas via arch-commits
Date: Thursday, July 11, 2019 @ 20:26:57
  Author: arojas
Revision: 488935

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-07-11 20:26:30 UTC (rev 488934)
+++ PKGBUILD2019-07-11 20:26:57 UTC (rev 488935)
@@ -1,26 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-
-pkgname=vim-jellybeans
-_name=jellybeans.vim
-pkgver=1.6
-pkgrel=2
-pkgdesc='Colorful, dark color scheme, inspired by ir_black and twilight'
-arch=('any')
-url="https://github.com/nanotech/$_name;
-license=('MIT')
-groups=('vim-plugins')
-depends=('vim')
-source=("$pkgname-$pkgver.zip::https://github.com/nanotech/$_name/archive/v$pkgver.zip;)
-sha256sums=('51cf6fab89ed5566a684717276daf069e18df416c72e354c237b9d7fc7960ed2')
-
-prepare() {
-  head -41 "$_name-$pkgver/colors/$_name" | tail -21 | cut -b2- > LICENSE
-}
-
-package() {
-  install -Dm644 "$_name-$pkgver/colors/$_name" \
-"$pkgdir/usr/share/vim/vimfiles/colors/$_name"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vim-jellybeans/repos/community-any/PKGBUILD (from rev 488934, 
vim-jellybeans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-07-11 20:26:57 UTC (rev 488935)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F Rødseth 
+
+pkgname=vim-jellybeans
+_name=jellybeans.vim
+pkgver=1.7
+pkgrel=1
+pkgdesc='Colorful, dark color scheme, inspired by ir_black and twilight'
+arch=('any')
+url="https://github.com/nanotech/$_name;
+license=('MIT')
+groups=('vim-plugins')
+depends=('vim')
+source=("$pkgname-$pkgver.zip::https://github.com/nanotech/$_name/archive/v$pkgver.zip;)
+sha256sums=('5ef05f4ce4d72de427b69e7ced9799db77421c6b3dfa8db86dc6f40bc61d00e5')
+
+prepare() {
+  head -41 "$_name-$pkgver/colors/$_name" | tail -21 | cut -b2- > LICENSE
+}
+
+package() {
+  install -Dm644 "$_name-$pkgver/colors/$_name" \
+"$pkgdir/usr/share/vim/vimfiles/colors/$_name"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-11 Thread Alexander Rødseth
Date: Friday, November 11, 2016 @ 13:29:25
  Author: arodseth
Revision: 195349

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-11 13:28:42 UTC (rev 195348)
+++ PKGBUILD2016-11-11 13:29:25 UTC (rev 195349)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth 
-
-pkgname='vim-jellybeans'
-_name=jellybeans.vim
-pkgver=1.5
-pkgrel=1
-pkgdesc='Colorful, dark color scheme, inspired by ir_black and twilight'
-arch=('any')
-url="https://github.com/nanotech/$_name;
-license=('MIT')
-groups=('vim-plugins')
-depends=('vim')
-source=("https://github.com/nanotech/$_name/archive/v$pkgver.zip;)
-sha256sums=('5a6ec1d4d722b3db7b7f0a3cddc4f752f5eb915e76fe34471444d4c554883d52')
-
-prepare() {
-  head -41 "$_name-$pkgver/colors/$_name" | tail -21 | cut -b2- > LICENSE
-}
-
-package() {
-  install -Dm644 "$_name-$pkgver/colors/$_name" \
-"$pkgdir/usr/share/vim/vimfiles/colors/$_name"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vim-jellybeans/repos/community-any/PKGBUILD (from rev 195348, 
vim-jellybeans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-11 13:29:25 UTC (rev 195349)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=vim-jellybeans
+_name=jellybeans.vim
+pkgver=1.6
+pkgrel=1
+pkgdesc='Colorful, dark color scheme, inspired by ir_black and twilight'
+arch=('any')
+url="https://github.com/nanotech/$_name;
+license=('MIT')
+groups=('vim-plugins')
+depends=('vim')
+source=("$pkgname-$pkgver.zip::https://github.com/nanotech/$_name/archive/v$pkgver.zip;)
+sha256sums=('51cf6fab89ed5566a684717276daf069e18df416c72e354c237b9d7fc7960ed2')
+
+prepare() {
+  head -41 "$_name-$pkgver/colors/$_name" | tail -21 | cut -b2- > LICENSE
+}
+
+package() {
+  install -Dm644 "$_name-$pkgver/colors/$_name" \
+"$pkgdir/usr/share/vim/vimfiles/colors/$_name"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-03-11 Thread Alexander Rødseth
Date: Tuesday, March 11, 2014 @ 13:03:30
  Author: arodseth
Revision: 107028

archrelease: copy trunk to community-any

Added:
  vim-jellybeans/repos/community-any/PKGBUILD
(from rev 107027, vim-jellybeans/trunk/PKGBUILD)

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

Copied: vim-jellybeans/repos/community-any/PKGBUILD (from rev 107027, 
vim-jellybeans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-11 12:03:30 UTC (rev 107028)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname='vim-jellybeans'
+_name=jellybeans.vim
+pkgver=1.5
+pkgrel=1
+pkgdesc='Colorful, dark color scheme, inspired by ir_black and twilight'
+arch=('any')
+url=https://github.com/nanotech/$_name;
+license=('MIT')
+groups=('vim-plugins')
+depends=('vim')
+source=(https://github.com/nanotech/$_name/archive/v$pkgver.zip;)
+sha256sums=('5a6ec1d4d722b3db7b7f0a3cddc4f752f5eb915e76fe34471444d4c554883d52')
+
+prepare() {
+  head -41 $_name-$pkgver/colors/$_name | tail -21 | cut -b2-  LICENSE
+}
+
+package() {
+  install -Dm644 $_name-$pkgver/colors/$_name \
+$pkgdir/usr/share/vim/vimfiles/colors/$_name
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et: