summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-02-13 14:09:10 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-02-13 14:09:10 +0300
commitd6b2ebfb9a65e89d8834e2843872bb0713a67007 (patch)
treea499e9dea9b3b45840809344181e4081217929c1
parentapp-admin/ccze: amd64 stable wrt bug #676324 (diff)
downloadgentoo-d6b2ebfb9a65e89d8834e2843872bb0713a67007.tar.gz
gentoo-d6b2ebfb9a65e89d8834e2843872bb0713a67007.tar.bz2
gentoo-d6b2ebfb9a65e89d8834e2843872bb0713a67007.zip
app-admin/ccze: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--app-admin/ccze/ccze-0.2.1-r3.ebuild44
1 files changed, 0 insertions, 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 94fa5efed7b1..000000000000
--- 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
-}