[arch-commits] Commit in ccze/repos/community-x86_64 (4 files)

Felix Yan felixonmars at archlinux.org
Sun Jun 3 17:18:23 UTC 2018


    Date: Sunday, June 3, 2018 @ 17:18:22
  Author: felixonmars
Revision: 339430

archrelease: copy trunk to community-x86_64

Added:
  ccze/repos/community-x86_64/PKGBUILD
    (from rev 339429, ccze/trunk/PKGBUILD)
  ccze/repos/community-x86_64/ccze-fix-segfault.diff
    (from rev 339429, ccze/trunk/ccze-fix-segfault.diff)
Deleted:
  ccze/repos/community-x86_64/PKGBUILD
  ccze/repos/community-x86_64/ccze-fix-segfault.diff

------------------------+
 PKGBUILD               |   70 +++++++++++++++++++++++------------------------
 ccze-fix-segfault.diff |   22 +++++++-------
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 17:18:09 UTC (rev 339429)
+++ PKGBUILD	2018-06-03 17:18:22 UTC (rev 339430)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=ccze
-pkgver=0.2.1
-pkgrel=9
-pkgdesc="Robust and modular log colorizer with many plugins"
-arch=('x86_64')
-url="http://freshmeat.net/projects/ccze/"
-license=('GPL')
-depends=('ncurses' 'pcre')
-makedepends=('patch')
-source=(http://http.debian.net/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz \
-        $pkgname-fix-segfault.diff)
-sha256sums=('8263a11183fd356a033b6572958d5a6bb56bfd2dba801ed0bff276cfae528aa3'
-            '730e63e312178cf9777970bff0fa8d3030ee40deb1ebdf753c5053824f9d011c')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  patch -Np0 -i "${srcdir}"/$pkgname-fix-segfault.diff
-
-  #killing a bug
-  sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
-  sed -e '/#undef error_t/d' -i system.h.in
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ccze/repos/community-x86_64/PKGBUILD (from rev 339429, ccze/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 17:18:22 UTC (rev 339430)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=ccze
+pkgver=0.2.1
+pkgrel=10
+pkgdesc="Robust and modular log colorizer with many plugins"
+arch=('x86_64')
+url="http://freshmeat.net/projects/ccze/"
+license=('GPL')
+depends=('ncurses' 'pcre')
+makedepends=('patch')
+source=(http://http.debian.net/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz \
+        $pkgname-fix-segfault.diff)
+sha512sums=('1704da8d4c97a3403a57d7841db8a6e4ba6116e401f91d9ecf1b1371cc18b40641e5665c9414740d6a523874be6b6527f5c0d4f3a3796c7b96ed83192146b2b7'
+            'aa67066a1b597e12509c19286fda8427dedcc75fa94fe32817cbec2bfb8bf3cfb420f7344faf7fb4847feb13c2a2e5aca85e73109e7c0893e26028b7713c0ddf')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  patch -Np0 -i "${srcdir}"/$pkgname-fix-segfault.diff
+
+  #killing a bug
+  sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' -i src/Makefile.in
+  sed -e '/#undef error_t/d' -i system.h.in
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: ccze-fix-segfault.diff
===================================================================
--- ccze-fix-segfault.diff	2018-06-03 17:18:09 UTC (rev 339429)
+++ ccze-fix-segfault.diff	2018-06-03 17:18:22 UTC (rev 339430)
@@ -1,11 +0,0 @@
---- src/ccze.c.orig	2003-05-13 20:09:30.000000000 +0200
-+++ src/ccze.c	2010-08-29 18:14:53.000000000 +0200
-@@ -212 +212 @@
--      plugin = strtok (optarg, "=");
-+      plugin = strtok (arg, "=");
-@@ -252 +252 @@
--      subopts = optarg;
-+      subopts = arg;
-@@ -276 +276 @@
--      subopts = optarg;
-+      subopts = arg;

Copied: ccze/repos/community-x86_64/ccze-fix-segfault.diff (from rev 339429, ccze/trunk/ccze-fix-segfault.diff)
===================================================================
--- ccze-fix-segfault.diff	                        (rev 0)
+++ ccze-fix-segfault.diff	2018-06-03 17:18:22 UTC (rev 339430)
@@ -0,0 +1,11 @@
+--- src/ccze.c.orig	2003-05-13 20:09:30.000000000 +0200
++++ src/ccze.c	2010-08-29 18:14:53.000000000 +0200
+@@ -212 +212 @@
+-      plugin = strtok (optarg, "=");
++      plugin = strtok (arg, "=");
+@@ -252 +252 @@
+-      subopts = optarg;
++      subopts = arg;
+@@ -276 +276 @@
+-      subopts = optarg;
++      subopts = arg;



More information about the arch-commits mailing list