summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/ccze')
-rw-r--r--app-admin/ccze/ccze-0.2.1-r5.ebuild (renamed from app-admin/ccze/ccze-0.2.1-r4.ebuild)8
-rw-r--r--app-admin/ccze/metadata.xml15
2 files changed, 12 insertions, 11 deletions
diff --git a/app-admin/ccze/ccze-0.2.1-r4.ebuild b/app-admin/ccze/ccze-0.2.1-r5.ebuild
index b85ce3b6ab6a..ee9d43a6124f 100644
--- a/app-admin/ccze/ccze-0.2.1-r4.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r5.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools fixheadtails toolchain-funcs
DESCRIPTION="A flexible and fast logfile colorizer"
-HOMEPAGE="https://github.com/madhouse/ccze/releases"
+HOMEPAGE="https://git.madhouse-project.org/archive/ccze"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ppc x86"
-RESTRICT="test"
+RESTRICT="test" # bug 913965
DEPEND="dev-libs/libpcre
sys-libs/ncurses:0="
diff --git a/app-admin/ccze/metadata.xml b/app-admin/ccze/metadata.xml
index c0b8005992ea..ae6b94ac0d5a 100644
--- a/app-admin/ccze/metadata.xml
+++ b/app-admin/ccze/metadata.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
- CCZE is my C port of RASZi's colorize, with a set of bug fixes and enhancements.
- It uses PCRE to do the matching, and NCurses for the output. The goal was to
- create a log coloriser, that is fast and light on resources. Also, being extensible
- via plug-ins is an important feature too.
-</longdescription>
+ <!-- maintainer-needed -->
+ <longdescription>
+ CCZE is my C port of RASZi's colorize, with a set of bug fixes and
+ enhancements. It uses PCRE to do the matching, and NCurses for the
+ output. The goal was to create a log coloriser, that is fast and light
+ on resources. Also, being extensible via plug-ins is an important
+ feature too.
+ </longdescription>
</pkgmetadata>