commit:     4e1c461766076102f71db73e8ef601d3f7a5899a
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 18:26:08 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed May 11 18:26:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1c4617

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(-)

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 a8436d2..0000000
--- 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
-}

Reply via email to