[arch-commits] Commit in grc/repos/community-any (4 files)

Sergej Pupykin spupykin at archlinux.org
Thu Nov 5 14:20:29 UTC 2015


    Date: Thursday, November 5, 2015 @ 15:20:28
  Author: spupykin
Revision: 146039

archrelease: copy trunk to community-any

Added:
  grc/repos/community-any/PKGBUILD
    (from rev 146038, grc/trunk/PKGBUILD)
  grc/repos/community-any/install.sh.patch
    (from rev 146038, grc/trunk/install.sh.patch)
Deleted:
  grc/repos/community-any/PKGBUILD
  grc/repos/community-any/install.sh.patch

------------------+
 PKGBUILD         |   56 ++++++++++++++++++++++++++---------------------------
 install.sh.patch |   16 +++++++--------
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-05 14:19:55 UTC (rev 146038)
+++ PKGBUILD	2015-11-05 14:20:28 UTC (rev 146039)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Xilon <xilonmu at gmail.com>
-# Contributor: Edward Toroschin <edward.hades at gmail.com>
-
-pkgname=grc
-pkgver=1.7
-pkgrel=2
-pkgdesc='Yet another colouriser for beautifying your logfiles or output of commands.'
-arch=('any')
-url='https://github.com/garabik/grc'
-license=('GPL')
-depends=('python')
-backup=('etc/grc.conf')
-source=($pkgname-$pkgver.tar.gz::https://github.com/garabik/grc/archive/v$pkgver.tar.gz
-	install.sh.patch)
-md5sums=('8d60bbe162d5f007afd26719a781f914'
-         '096bfb843ea779d1cf509f11d4fefffe')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../install.sh.patch
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./install.sh "$pkgdir"
-}

Copied: grc/repos/community-any/PKGBUILD (from rev 146038, grc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-11-05 14:20:28 UTC (rev 146039)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Xilon <xilonmu at gmail.com>
+# Contributor: Edward Toroschin <edward.hades at gmail.com>
+
+pkgname=grc
+pkgver=1.9
+pkgrel=1
+pkgdesc='Yet another colouriser for beautifying your logfiles or output of commands.'
+arch=('any')
+url='https://github.com/garabik/grc'
+license=('GPL')
+depends=('python')
+backup=('etc/grc.conf')
+source=($pkgname-$pkgver.tar.gz::https://github.com/garabik/grc/archive/v$pkgver.tar.gz
+	install.sh.patch)
+md5sums=('2d2d2d4fb465e7f1974b5fecb6903206'
+         '096bfb843ea779d1cf509f11d4fefffe')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i ../install.sh.patch
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./install.sh "$pkgdir"
+}

Deleted: install.sh.patch
===================================================================
--- install.sh.patch	2015-11-05 14:19:55 UTC (rev 146038)
+++ install.sh.patch	2015-11-05 14:20:28 UTC (rev 146039)
@@ -1,8 +0,0 @@
---- a/install.sh	1999-10-15 01:27:14.000000000 +0800
-+++ b/install.sh	2007-10-04 13:59:30.000000000 +0800
-@@ -12,3 +12,5 @@
- cp -fv conf.* $LIBDIR
- mkdir -p $CONFDIR || true
- cp -fv grc.conf $CONFDIR
-+mkdir -p $MANDIR || true
-+cp -fv {grcat,grc}.1 $MANDIR

Copied: grc/repos/community-any/install.sh.patch (from rev 146038, grc/trunk/install.sh.patch)
===================================================================
--- install.sh.patch	                        (rev 0)
+++ install.sh.patch	2015-11-05 14:20:28 UTC (rev 146039)
@@ -0,0 +1,8 @@
+--- a/install.sh	1999-10-15 01:27:14.000000000 +0800
++++ b/install.sh	2007-10-04 13:59:30.000000000 +0800
+@@ -12,3 +12,5 @@
+ cp -fv conf.* $LIBDIR
+ mkdir -p $CONFDIR || true
+ cp -fv grc.conf $CONFDIR
++mkdir -p $MANDIR || true
++cp -fv {grcat,grc}.1 $MANDIR



More information about the arch-commits mailing list