From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C569A138334 for ; Wed, 13 Feb 2019 11:09:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06D2EE089B; Wed, 13 Feb 2019 11:09:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF8DBE089B for ; Wed, 13 Feb 2019 11:09:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61819340E29 for ; Wed, 13 Feb 2019 11:09:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00EC6537 for ; Wed, 13 Feb 2019 11:09:21 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1550056150.d6b2ebfb9a65e89d8834e2843872bb0713a67007.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ccze/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ccze/ccze-0.2.1-r3.ebuild X-VCS-Directories: app-admin/ccze/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d6b2ebfb9a65e89d8834e2843872bb0713a67007 X-VCS-Branch: master Date: Wed, 13 Feb 2019 11:09:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 799a258b-2141-4f76-b5b3-df0f31cb8ff7 X-Archives-Hash: 9758f6f2dbdb89bc47bb6c55e41db744 commit: d6b2ebfb9a65e89d8834e2843872bb0713a67007 Author: Mikle Kolyada gentoo org> AuthorDate: Wed Feb 13 11:09:10 2019 +0000 Commit: Mikle Kolyada gentoo 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 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 -}