[arch-commits] Commit in grc/repos/community-any (4 files)
Sergej Pupykin
spupykin at archlinux.org
Wed Mar 18 11:23:55 UTC 2015
Date: Wednesday, March 18, 2015 @ 12:23:55
Author: spupykin
Revision: 129478
archrelease: copy trunk to community-any
Added:
grc/repos/community-any/PKGBUILD
(from rev 129477, grc/trunk/PKGBUILD)
grc/repos/community-any/install.sh.patch
(from rev 129477, 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-03-18 11:23:46 UTC (rev 129477)
+++ PKGBUILD 2015-03-18 11:23:55 UTC (rev 129478)
@@ -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.5
-pkgrel=2
-pkgdesc='Yet another colouriser for beautifying your logfiles or output of commands.'
-arch=('any')
-url='http://kassiopeia.juls.savba.sk/~garabik/software/grc.html'
-license=('GPL')
-depends=('python')
-backup=('etc/grc.conf')
-source=(http://kassiopeia.juls.savba.sk/~garabik/software/$pkgname/${pkgname}_$pkgver.tar.gz
- install.sh.patch)
-md5sums=('8692db331e6461c5ec77e382d306d74d'
- '096bfb843ea779d1cf509f11d4fefffe')
-
-build() {
- 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 129477, grc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-03-18 11:23:55 UTC (rev 129478)
@@ -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.7
+pkgrel=1
+pkgdesc='Yet another colouriser for beautifying your logfiles or output of commands.'
+arch=('any')
+url='http://kassiopeia.juls.savba.sk/~garabik/software/grc.html'
+license=('GPL')
+depends=('python')
+backup=('etc/grc.conf')
+source=(http://kassiopeia.juls.savba.sk/~garabik/software/grc/grc_$pkgver.orig.tar.gz
+ install.sh.patch)
+md5sums=('ad3bd71b2bc0a009ce3fab2489f3aae0'
+ '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-03-18 11:23:46 UTC (rev 129477)
+++ install.sh.patch 2015-03-18 11:23:55 UTC (rev 129478)
@@ -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 129477, grc/trunk/install.sh.patch)
===================================================================
--- install.sh.patch (rev 0)
+++ install.sh.patch 2015-03-18 11:23:55 UTC (rev 129478)
@@ -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