[arch-commits] Commit in pacmatic/repos/community-any (PKGBUILD PKGBUILD _pacmatic)

2013-10-31 Thread Kyle Keen
Date: Thursday, October 31, 2013 @ 16:46:11
  Author: kkeen
Revision: 100044

archrelease: copy trunk to community-any

Added:
  pacmatic/repos/community-any/PKGBUILD
(from rev 100043, pacmatic/trunk/PKGBUILD)
  pacmatic/repos/community-any/_pacmatic
(from rev 100043, pacmatic/trunk/_pacmatic)
Deleted:
  pacmatic/repos/community-any/PKGBUILD

---+
 PKGBUILD  |   51 +++
 _pacmatic |9 +
 2 files changed, 36 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-31 15:45:57 UTC (rev 100043)
+++ PKGBUILD2013-10-31 15:46:11 UTC (rev 100044)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-pkgname=pacmatic
-pkgver=20121112
-pkgrel=2
-pkgdesc=A pacman wrapper to avoid bricking your system and such other 
surprises.
-arch=('any')
-url=http://kmkeen.com/pacmatic/;
-license=('GPL')
-depends=('pacman' 'bash' 'expac')
-makedepends=()
-optdepends=('vim: for vimdiff'
-'html2text: for prettier news'
-'fakeroot: for cron-pacmatic script')
-source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('200a0bda1f1bff73f152517f39b1be2e')
-
-package() {
-  cd $srcdir/$pkgname
-  install -D -m 0755 $pkgname  $pkgdir/usr/bin/$pkgname
-  install -D -m 0755 cron-$pkgname $pkgdir/usr/bin/cron-$pkgname
-  install -D -m 0644 $pkgname.1$pkgdir/usr/share/man/man1/$pkgname.1
-}
-

Copied: pacmatic/repos/community-any/PKGBUILD (from rev 100043, 
pacmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-31 15:46:11 UTC (rev 100044)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+pkgname=pacmatic
+pkgver=20121112
+pkgrel=3
+pkgdesc=A pacman wrapper to avoid bricking your system and such other 
surprises.
+arch=('any')
+url=http://kmkeen.com/pacmatic/;
+license=('GPL')
+depends=('pacman' 'bash' 'expac')
+makedepends=()
+optdepends=('vim: for vimdiff'
+'html2text: for prettier news'
+'fakeroot: for cron-pacmatic script')
+source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz;
+_pacmatic)
+md5sums=('200a0bda1f1bff73f152517f39b1be2e'
+ '1c369c8fe595cbb41d04e214efd39a1e')
+
+package() {
+  cd $srcdir/$pkgname
+  install -Dm0755 pacmatic  $pkgdir/usr/bin/pacmatic
+  install -Dm0755 cron-pacmatic $pkgdir/usr/bin/cron-pacmatic
+  install -Dm0644 pacmatic.1$pkgdir/usr/share/man/man1/pacmatic.1
+  install -Dm0644 ../_pacmatic  
$pkgdir/usr/share/zsh/site-functions/_pacmatic
+}
+

Copied: pacmatic/repos/community-any/_pacmatic (from rev 100043, 
pacmatic/trunk/_pacmatic)
===
--- _pacmatic   (rev 0)
+++ _pacmatic   2013-10-31 15:46:11 UTC (rev 100044)
@@ -0,0 +1,9 @@
+#compdef pacmatic
+
+. /usr/share/zsh/site-functions/_pacman
+
+_pacmatic() {
+_pacman_zsh_comp $@
+}
+
+_pacmatic $@



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

2013-09-14 Thread Balló György
Date: Saturday, September 14, 2013 @ 22:31:16
  Author: bgyorgy
Revision: 97170

archrelease: copy trunk to community-any

Added:
  pacmatic/repos/community-any/PKGBUILD
(from rev 97169, pacmatic/trunk/PKGBUILD)
Deleted:
  pacmatic/repos/community-any/PKGBUILD

--+
 PKGBUILD |   47 ---
 1 file changed, 24 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-14 20:31:10 UTC (rev 97169)
+++ PKGBUILD2013-09-14 20:31:16 UTC (rev 97170)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-pkgname=pacmatic
-pkgver=20121112
-pkgrel=1
-pkgdesc=A pacman wrapper to avoid bricking your system and such other 
surprises.
-arch=('any')
-url=http://kmkeen.com/pacmatic/;
-license=('GPL')
-depends=('pacman' 'bash' 'pacman-contrib' 'expac')
-makedepends=()
-optdepends=('vim: for vimdiff'
-'html2text: for prettier news')
-source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('200a0bda1f1bff73f152517f39b1be2e')
-
-package() {
-  cd $srcdir/$pkgname
-  install -D -m 0755 $pkgname  $pkgdir/usr/bin/$pkgname
-  install -D -m 0755 cron-$pkgname $pkgdir/usr/bin/cron-$pkgname
-  install -D -m 0644 $pkgname.1$pkgdir/usr/share/man/man1/$pkgname.1
-}
-

Copied: pacmatic/repos/community-any/PKGBUILD (from rev 97169, 
pacmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-14 20:31:16 UTC (rev 97170)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+pkgname=pacmatic
+pkgver=20121112
+pkgrel=2
+pkgdesc=A pacman wrapper to avoid bricking your system and such other 
surprises.
+arch=('any')
+url=http://kmkeen.com/pacmatic/;
+license=('GPL')
+depends=('pacman' 'bash' 'expac')
+makedepends=()
+optdepends=('vim: for vimdiff'
+'html2text: for prettier news'
+'fakeroot: for cron-pacmatic script')
+source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('200a0bda1f1bff73f152517f39b1be2e')
+
+package() {
+  cd $srcdir/$pkgname
+  install -D -m 0755 $pkgname  $pkgdir/usr/bin/$pkgname
+  install -D -m 0755 cron-$pkgname $pkgdir/usr/bin/cron-$pkgname
+  install -D -m 0644 $pkgname.1$pkgdir/usr/share/man/man1/$pkgname.1
+}
+