From 4e1c461766076102f71db73e8ef601d3f7a5899a Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Wed, 11 May 2016 20:26:08 +0200 Subject: [PATCH] x11-terms/qterminal: remove old Package-Manager: portage-2.2.28 --- x11-terms/qterminal/qterminal-0.6.0.ebuild | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 x11-terms/qterminal/qterminal-0.6.0.ebuild diff --git a/x11-terms/qterminal/qterminal-0.6.0.ebuild b/x11-terms/qterminal/qterminal-0.6.0.ebuild deleted file mode 100644 index a8436d20ace5..000000000000 --- a/x11-terms/qterminal/qterminal-0.6.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="Qt-based multitab terminal emulator" -HOMEPAGE="https://github.com/qterminal/qterminal" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="debug qt4 qt5" - -REQUIRED_USE="^^ ( qt4 qt5 )" - -RDEPEND=" - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - x11-libs/libqxt - ~x11-libs/qtermwidget-${PV}[qt4(+)] - ) - qt5? ( - dev-qt/qtcore:5 - dev-qt/qtgui:5 - ~x11-libs/qtermwidget-${PV}[qt5(-)] - )" -DEPEND="${RDEPEND} - qt5? ( dev-qt/linguist-tools:5 ) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_use qt5) - $(cmake-utils_use_use qt4 SYSTEM_QXT) - ) - cmake-utils_src_configure -} -- 2.26.2