* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2016-06-11 20:39 Pacho Ramos
0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2016-06-11 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 0c2ad1c836a624cc58153415062c87c992ec154d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 20:31:24 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 20:38:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c2ad1c8
app-admin/ccze: Cleanup due to #261692
Package-Manager: portage-2.3.0_rc1
app-admin/ccze/metadata.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/app-admin/ccze/metadata.xml b/app-admin/ccze/metadata.xml
index a51daae..a2d08b2 100644
--- a/app-admin/ccze/metadata.xml
+++ b/app-admin/ccze/metadata.xml
@@ -1,11 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>joker@gentoo.org</email>
- <name>Christian Birchinger</name>
- <description>Please take over if you want it</description>
-</maintainer>
<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
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2016-07-07 18:00 Austin English
0 siblings, 0 replies; 15+ messages in thread
From: Austin English @ 2016-07-07 18:00 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2017-02-10 23:02 Michael Weber
0 siblings, 0 replies; 15+ messages in thread
From: Michael Weber @ 2017-02-10 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 45820f770ca665db5479822a931444c50b6a0e57
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 23:02:21 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 23:02:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45820f77
app-admin/ccze: add ~arm keyword (bug 586710).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/ccze/ccze-0.2.1-r3.ebuild | 4 ++--
app-admin/ccze/ccze-0.2.1-r4.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-admin/ccze/ccze-0.2.1-r3.ebuild b/app-admin/ccze/ccze-0.2.1-r3.ebuild
index e3558d4da0..624ebc317a 100644
--- a/app-admin/ccze/ccze-0.2.1-r3.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ RESTRICT="test"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-libs/libpcre
diff --git a/app-admin/ccze/ccze-0.2.1-r4.ebuild b/app-admin/ccze/ccze-0.2.1-r4.ebuild
index 9f8f551375..d5f4c26dc0 100644
--- a/app-admin/ccze/ccze-0.2.1-r4.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ RESTRICT="test"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-libs/libpcre
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2017-02-10 23:05 Michael Weber
0 siblings, 0 replies; 15+ messages in thread
From: Michael Weber @ 2017-02-10 23:05 UTC (permalink / raw
To: gentoo-commits
commit: 8c3b408f625ac14112774b47f5a5defda1819de5
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 23:04:55 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 23:04:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3b408f
app-admin/ccze: fix ncurses dependency.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-admin/ccze/ccze-0.2.1-r3.ebuild | 2 +-
app-admin/ccze/ccze-0.2.1-r4.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/ccze/ccze-0.2.1-r3.ebuild b/app-admin/ccze/ccze-0.2.1-r3.ebuild
index 624ebc317a..24b79e2d02 100644
--- a/app-admin/ccze/ccze-0.2.1-r3.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r3.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-libs/libpcre
- sys-libs/ncurses"
+ sys-libs/ncurses:0="
RDEPEND="${DEPEND}"
diff --git a/app-admin/ccze/ccze-0.2.1-r4.ebuild b/app-admin/ccze/ccze-0.2.1-r4.ebuild
index d5f4c26dc0..1aeb955a85 100644
--- a/app-admin/ccze/ccze-0.2.1-r4.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r4.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-libs/libpcre
- sys-libs/ncurses"
+ sys-libs/ncurses:0="
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2018-10-20 18:52 Pacho Ramos
0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2018-10-20 18:52 UTC (permalink / raw
To: gentoo-commits
commit: 11d871ecf0e4b4a85786e086882f01c1c14b835b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 18:36:22 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 18:51:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d871ec
app-admin/ccze: Update HOMEPAGE
Closes: https://bugs.gentoo.org/668186
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-admin/ccze/ccze-0.2.1-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/ccze/ccze-0.2.1-r4.ebuild b/app-admin/ccze/ccze-0.2.1-r4.ebuild
index e2677e5eeb1..c493acb5da8 100644
--- a/app-admin/ccze/ccze-0.2.1-r4.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit fixheadtails autotools eutils toolchain-funcs
DESCRIPTION="A flexible and fast logfile colorizer"
-HOMEPAGE="https://dev.gentoo.org/~joker/ccze/ccze.txt"
+HOMEPAGE="https://github.com/madhouse/ccze/releases"
SRC_URI="mirror://gentoo/${P}.tar.gz"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2019-02-13 11:07 Mikle Kolyada
0 siblings, 0 replies; 15+ messages in thread
From: Mikle Kolyada @ 2019-02-13 11:07 UTC (permalink / raw
To: gentoo-commits
commit: ef907f9e57d5248c5fb716cf82d7952320b64a41
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 13 11:07:19 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Feb 13 11:07:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef907f9e
app-admin/ccze: amd64 stable wrt bug #676324
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-admin/ccze/ccze-0.2.1-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ccze/ccze-0.2.1-r4.ebuild b/app-admin/ccze/ccze-0.2.1-r4.ebuild
index 5386743c102..a84298b4a5d 100644
--- a/app-admin/ccze/ccze-0.2.1-r4.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r4.ebuild
@@ -13,7 +13,7 @@ RESTRICT="test"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ppc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-libs/libpcre
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2019-02-13 11:09 Mikle Kolyada
0 siblings, 0 replies; 15+ messages in thread
From: Mikle Kolyada @ 2019-02-13 11:09 UTC (permalink / raw
To: gentoo-commits
commit: d6b2ebfb9a65e89d8834e2843872bb0713a67007
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 13 11:09:10 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Feb 13 11:09:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6b2ebfb
app-admin/ccze: Drop old
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
app-admin/ccze/ccze-0.2.1-r3.ebuild | 44 -------------------------------------
1 file changed, 44 deletions(-)
diff --git a/app-admin/ccze/ccze-0.2.1-r3.ebuild b/app-admin/ccze/ccze-0.2.1-r3.ebuild
deleted file mode 100644
index 94fa5efed7b..00000000000
--- a/app-admin/ccze/ccze-0.2.1-r3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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 ~arm ppc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-libs/libpcre
- sys-libs/ncurses:0="
-
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog ChangeLog-0.1 NEWS THANKS README FAQ )
-
-src_prepare() {
-
- epatch "${FILESDIR}"/ccze-fbsd.patch
- epatch "${FILESDIR}"/ccze-segfault.patch
- epatch "${FILESDIR}"/ccze-ldflags.patch
- epatch "${FILESDIR}"/${P}-tinfo.patch
-
- # 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
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2023-04-03 9:34 Viorel Munteanu
0 siblings, 0 replies; 15+ messages in thread
From: Viorel Munteanu @ 2023-04-03 9:34 UTC (permalink / raw
To: gentoo-commits
commit: e4a18580f55175a327527cbee57cd13921585c9e
Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Thu Mar 16 18:23:16 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 09:32:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a18580
app-admin/ccze: update HOMEPAGE
Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Closes: https://github.com/gentoo/gentoo/pull/30161
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
app-admin/ccze/ccze-0.2.1-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/ccze/ccze-0.2.1-r4.ebuild b/app-admin/ccze/ccze-0.2.1-r4.ebuild
index b85ce3b6ab6a..b2374ea76464 100644
--- a/app-admin/ccze/ccze-0.2.1-r4.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
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"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2023-09-10 18:10 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-09-10 18:10 UTC (permalink / raw
To: gentoo-commits
commit: a46d8050905d8367c2395243b9d2ec9324a149ed
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 18:09:37 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 18:09:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46d8050
app-admin/ccze: EAPI=8, enable tests
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-admin/ccze/ccze-0.2.1-r5.ebuild | 43 +++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/app-admin/ccze/ccze-0.2.1-r5.ebuild b/app-admin/ccze/ccze-0.2.1-r5.ebuild
new file mode 100644
index 000000000000..15290385eb75
--- /dev/null
+++ b/app-admin/ccze/ccze-0.2.1-r5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools fixheadtails toolchain-funcs
+
+DESCRIPTION="A flexible and fast logfile colorizer"
+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"
+
+DEPEND="dev-libs/libpcre
+ sys-libs/ncurses:0="
+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
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2023-09-14 18:23 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-09-14 18:23 UTC (permalink / raw
To: gentoo-commits
commit: c26ab6724c3a76e1154503a38aab63ae90c04c4b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 18:20:15 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 18:22:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c26ab672
app-admin/ccze: disable tests
Closes: https://bugs.gentoo.org/913965
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-admin/ccze/ccze-0.2.1-r5.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/app-admin/ccze/ccze-0.2.1-r5.ebuild b/app-admin/ccze/ccze-0.2.1-r5.ebuild
index 15290385eb75..defcc9bffb70 100644
--- a/app-admin/ccze/ccze-0.2.1-r5.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r5.ebuild
@@ -13,6 +13,8 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
+RESTRICT="test" # bug 913965
+
DEPEND="dev-libs/libpcre
sys-libs/ncurses:0="
RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2023-09-28 5:16 Joonas Niilola
0 siblings, 0 replies; 15+ messages in thread
From: Joonas Niilola @ 2023-09-28 5:16 UTC (permalink / raw
To: gentoo-commits
commit: 338f518e411b9abdccca421e5a980cb2a4a8556e
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 05:15:59 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 05:16:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=338f518e
app-admin/ccze: Stabilize 0.2.1-r5 amd64, #914845
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/ccze/ccze-0.2.1-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ccze/ccze-0.2.1-r5.ebuild b/app-admin/ccze/ccze-0.2.1-r5.ebuild
index defcc9bffb70..cadaead649fa 100644
--- a/app-admin/ccze/ccze-0.2.1-r5.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc ~x86"
RESTRICT="test" # bug 913965
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2023-09-28 5:22 Joonas Niilola
0 siblings, 0 replies; 15+ messages in thread
From: Joonas Niilola @ 2023-09-28 5:22 UTC (permalink / raw
To: gentoo-commits
commit: d3ae03f2957333cb2ac73f838244acf5d4926961
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 28 05:21:19 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Sep 28 05:21:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ae03f2
app-admin/ccze: Stabilize 0.2.1-r5 x86, #914845
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-admin/ccze/ccze-0.2.1-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ccze/ccze-0.2.1-r5.ebuild b/app-admin/ccze/ccze-0.2.1-r5.ebuild
index cadaead649fa..3ec8e0d7bea1 100644
--- a/app-admin/ccze/ccze-0.2.1-r5.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
RESTRICT="test" # bug 913965
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2023-10-01 18:10 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2023-10-01 18:10 UTC (permalink / raw
To: gentoo-commits
commit: 8cbab66b1de58d7b834ec5898e5534756179dddb
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 18:10:27 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 18:10:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbab66b
app-admin/ccze: Stabilize 0.2.1-r5 ppc, #914845
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-admin/ccze/ccze-0.2.1-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-admin/ccze/ccze-0.2.1-r5.ebuild b/app-admin/ccze/ccze-0.2.1-r5.ebuild
index 3ec8e0d7bea1..ee9d43a6124f 100644
--- a/app-admin/ccze/ccze-0.2.1-r5.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86"
+KEYWORDS="amd64 ~arm ppc x86"
RESTRICT="test" # bug 913965
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2023-10-01 18:15 Andreas Sturmlechner
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2023-10-01 18:15 UTC (permalink / raw
To: gentoo-commits
commit: 32f9cba2a7381f366ffed6b5e86481df15025451
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 18:12:28 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 18:14:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f9cba2
app-admin/ccze: drop 0.2.1-r4
Bug: https://bugs.gentoo.org/914845
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-admin/ccze/ccze-0.2.1-r4.ebuild | 45 -------------------------------------
1 file changed, 45 deletions(-)
diff --git a/app-admin/ccze/ccze-0.2.1-r4.ebuild b/app-admin/ccze/ccze-0.2.1-r4.ebuild
deleted file mode 100644
index b2374ea76464..000000000000
--- a/app-admin/ccze/ccze-0.2.1-r4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools fixheadtails toolchain-funcs
-
-DESCRIPTION="A flexible and fast logfile colorizer"
-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"
-
-DEPEND="dev-libs/libpcre
- sys-libs/ncurses:0="
-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
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/
@ 2024-08-25 19:28 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2024-08-25 19:28 UTC (permalink / raw
To: gentoo-commits
commit: 7556b90821a5eb7e53f1cb3aa75b421fed12ecfc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 25 19:20:00 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 19:28:08 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7556b908
app-admin/ccze: unkeyword 0.2.1-r5 for ppc, ~arm
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-admin/ccze/ccze-0.2.1-r5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-admin/ccze/ccze-0.2.1-r5.ebuild b/app-admin/ccze/ccze-0.2.1-r5.ebuild
index ee9d43a6124f..dd2cbe565456 100644
--- a/app-admin/ccze/ccze-0.2.1-r5.ebuild
+++ b/app-admin/ccze/ccze-0.2.1-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
+KEYWORDS="amd64 x86"
RESTRICT="test" # bug 913965
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2024-08-25 19:28 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 23:02 [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/ Michael Weber
-- strict thread matches above, loose matches on Subject: below --
2024-08-25 19:28 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
2016-07-07 18:00 Austin English
2016-06-11 20:39 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox