From: Michael Palimaka Date: Sat, 18 Mar 2017 06:43:06 +0000 (+1100) Subject: dev-qt/qtcore: remove old revision X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4500248dda6771c790a0332e7c89c965f3f19b21;p=gentoo.git dev-qt/qtcore: remove old revision Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-qt/qtcore/qtcore-5.7.1.ebuild b/dev-qt/qtcore/qtcore-5.7.1.ebuild deleted file mode 100644 index 4d79aa127e6e..000000000000 --- a/dev-qt/qtcore/qtcore-5.7.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qtbase" -inherit qt5-build - -DESCRIPTION="Cross-platform application development framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" -fi - -IUSE="icu systemd" - -# TODO after bug 581054: dev-libs/double-conversion:= -DEPEND=" - dev-libs/glib:2 - >=dev-libs/libpcre-8.38[pcre16,unicode] - >=sys-libs/zlib-1.2.5 - virtual/libiconv - icu? ( dev-libs/icu:= ) - systemd? ( sys-apps/systemd:= ) -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/tools/bootstrap - src/tools/moc - src/tools/rcc - src/corelib - src/tools/qlalr - doc -) - -src_configure() { - local myconf=( - $(qt_use icu) - $(qt_use systemd journald) - ) - qt5-build_src_configure -}