summaryrefslogtreecommitdiff
path: root/app-admin/ccze/ccze-0.2.1-r4.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-admin/ccze/ccze-0.2.1-r4.ebuild
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-admin/ccze/ccze-0.2.1-r4.ebuild')
-rw-r--r--app-admin/ccze/ccze-0.2.1-r4.ebuild47
1 files changed, 0 insertions, 47 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 e2677e5eeb1f..000000000000
--- a/app-admin/ccze/ccze-0.2.1-r4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 ~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 )
-
-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
-}