From ad22b00f1dd14f8751c9729fdcb9502aac3bb725 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Fri, 18 Aug 2023 21:24:28 +0200 Subject: [PATCH] ccze: marked unmaintained --- ccze/.signature | 6 +++--- ccze/Pkgfile | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ccze/.signature b/ccze/.signature index f82a78bfd..1c77f2f26 100644 --- a/ccze/.signature +++ b/ccze/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3y4jfaWzNc0fyItd4p27+U74dnFT+ZIvnCuAcaShr1MrpgyIOQPA7+f51IfcBQfb+54V6cCVak3Lt8CvZMKRKgo= -SHA256 (Pkgfile) = 5707097fe91d90f6d478af09a862e618159a828be3793d4638c68663451b30c2 +RWSagIOpLGJF3z0y4sg9ynCBwlxFpRfbV5R280vIi48P0aq3sPywZO5VwPi1mJU/gWJPukLv5vUqtcL37LmuD1EXG5OqiYozLAM= +SHA256 (Pkgfile) = 0b6cb1a7116dc5adfd821056878603d148e84c944f12c30ab7e527389d07c930 SHA256 (.footprint) = c7ef5e434f9b5837e8a29645ceeec0ebb3bca09c3d24e5740647821deb291ec2 -SHA256 (ccze-0.2.1-2.tar.gz) = f38d5705fb438ca3553298ad8c5158a976d27b0cb17eebd8e477129a0a016ee1 +SHA256 (ccze-0.2.1-2.tar.gz) = 6713418127775e9eac1847f8b87fcc686f32ef86bbe35c85a758b35a7ce65afc diff --git a/ccze/Pkgfile b/ccze/Pkgfile index 1ce3e7e44..92d313c50 100644 --- a/ccze/Pkgfile +++ b/ccze/Pkgfile @@ -1,6 +1,6 @@ -# Description: A log colorizer written in C with plugin support. +# Description: A log colorizer written in C with plugin support # URL: https://git.madhouse-project.org/archive/ccze/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: unmaintained # Depends on: libpcre ncurses name=ccze @@ -10,12 +10,12 @@ release=1 source=(https://git.madhouse-project.org/archive/$name/archive/$name-$sversion.tar.gz) build() { - cd $name + cd $name - autoheader - autoconf + autoheader + autoconf - ./configure --prefix=/usr - make - make DESTDIR=$PKG install + ./configure --prefix=/usr + make + make DESTDIR=$PKG install }