public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
Date: Thu,  7 Jul 2016 18:00:32 +0000 (UTC)	[thread overview]
Message-ID: <1467914422.77f60f103c9d13ccf2051c504dad5c29e9eaeffa.wizardedit@gentoo> (raw)

commit:     77f60f103c9d13ccf2051c504dad5c29e9eaeffa
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 17:51:09 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 18:00:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f60f10

app-admin/ccze: bump to EAPI 6, add maintainer-needed

Package-Manager: portage-2.2.28

 app-admin/ccze/ccze-0.2.1-r4.ebuild | 48 +++++++++++++++++++++++++++++++++++++
 app-admin/ccze/metadata.xml         |  1 +
 2 files changed, 49 insertions(+)

diff --git a/app-admin/ccze/ccze-0.2.1-r4.ebuild b/app-admin/ccze/ccze-0.2.1-r4.ebuild
new file mode 100644
index 0000000..9f8f551
--- /dev/null
+++ b/app-admin/ccze/ccze-0.2.1-r4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit fixheadtails autotools eutils toolchain-funcs
+
+DESCRIPTION="A flexible and fast logfile colorizer"
+HOMEPAGE="https://dev.gentoo.org/~joker/ccze/ccze.txt"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+RESTRICT="test"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="dev-libs/libpcre
+	sys-libs/ncurses"
+
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog ChangeLog-0.1 NEWS THANKS README FAQ )
+
+PATCHES=(
+	"${FILESDIR}"/ccze-fbsd.patch
+	"${FILESDIR}"/ccze-segfault.patch
+	"${FILESDIR}"/ccze-ldflags.patch
+	"${FILESDIR}"/${P}-tinfo.patch
+)
+
+src_prepare() {
+	default
+
+	# GCC 4.x fixes
+	sed -e 's/-Wswitch -Wmulticharacter/-Wswitch/' \
+	    -i src/Makefile.in || die
+	sed -e '/AC_CHECK_TYPE(error_t, int)/d' \
+	    -i configure.ac || die
+
+	eautoreconf
+
+	ht_fix_file Rules.mk.in
+
+	tc-export CC
+}

diff --git a/app-admin/ccze/metadata.xml b/app-admin/ccze/metadata.xml
index a2d08b2..49a6829 100644
--- a/app-admin/ccze/metadata.xml
+++ b/app-admin/ccze/metadata.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://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


             reply	other threads:[~2016-07-07 18:00 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-07 18:00 Austin English [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-25 19:28 [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/ Arthur Zamarin
2023-10-01 18:15 Andreas Sturmlechner
2023-10-01 18:10 Arthur Zamarin
2023-09-28  5:22 Joonas Niilola
2023-09-28  5:16 Joonas Niilola
2023-09-14 18:23 Arthur Zamarin
2023-09-10 18:10 Arthur Zamarin
2023-04-03  9:34 Viorel Munteanu
2019-02-13 11:09 Mikle Kolyada
2019-02-13 11:07 Mikle Kolyada
2018-10-20 18:52 Pacho Ramos
2017-02-10 23:05 Michael Weber
2017-02-10 23:02 Michael Weber
2016-06-11 20:39 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467914422.77f60f103c9d13ccf2051c504dad5c29e9eaeffa.wizardedit@gentoo \
    --to=wizardedit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox