From 68ecf80efed26cb35e3197057d6c32466c1cfa79 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Thu, 7 Apr 2016 02:19:33 +0200 Subject: dev-qt: remove Qt 5.4.2 --- dev-qt/qtxml/qtxml-5.4.2.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 dev-qt/qtxml/qtxml-5.4.2.ebuild (limited to 'dev-qt/qtxml/qtxml-5.4.2.ebuild') diff --git a/dev-qt/qtxml/qtxml-5.4.2.ebuild b/dev-qt/qtxml/qtxml-5.4.2.ebuild deleted file mode 100644 index 10fcbb0e991..00000000000 --- a/dev-qt/qtxml/qtxml-5.4.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -QT5_MODULE="qtbase" -inherit qt5-build - -DESCRIPTION="SAX and DOM implementation library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 hppa ppc64 ~x86" -fi - -IUSE="" - -RDEPEND=" - ~dev-qt/qtcore-${PV} -" -DEPEND="${RDEPEND} - test? ( ~dev-qt/qtnetwork-${PV} ) -" - -QT5_TARGET_SUBDIRS=( - src/xml -) -- cgit v1.2.1