From 3abf05c79adaf3cb1ffb1dfeb7cb2b43f60a1e86 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Fri, 22 Feb 2019 17:58:22 +1100 Subject: app-text/ansifilter: remove 2.10 and 2.12 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Michael Palimaka --- app-text/ansifilter/ansifilter-2.10.ebuild | 57 ------------------------------ 1 file changed, 57 deletions(-) delete mode 100644 app-text/ansifilter/ansifilter-2.10.ebuild (limited to 'app-text/ansifilter/ansifilter-2.10.ebuild') diff --git a/app-text/ansifilter/ansifilter-2.10.ebuild b/app-text/ansifilter/ansifilter-2.10.ebuild deleted file mode 100644 index 7cbeb18c1f46..000000000000 --- a/app-text/ansifilter/ansifilter-2.10.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs qmake-utils - -DESCRIPTION="Handles text files containing ANSI terminal escape codes" -HOMEPAGE="http://www.andre-simon.de/" -SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~ppc64 x86" -IUSE="qt5" - -RDEPEND=" - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - )" -DEPEND="${RDEPEND}" - -src_prepare() { - default - - # bug 431452 - rm src/qt-gui/moc_mydialog.cpp || die -} - -src_configure() { - if use qt5 ; then - pushd src/qt-gui > /dev/null || die - eqmake5 - popd > /dev/null || die - fi -} - -src_compile() { - emake -f makefile CC="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS} -DNDEBUG -std=c++11" - - if use qt5 ; then - pushd src/qt-gui > /dev/null || die - emake - popd > /dev/null || die - fi -} - -src_install() { - dobin src/${PN} - use qt5 && dobin src/qt-gui/${PN}-gui - - gunzip man/${PN}.1.gz - doman man/${PN}.1 - einstalldocs -} -- cgit v1.2.3-65-gdbad