From: Andreas Sturmlechner Date: Wed, 12 Sep 2018 20:55:45 +0000 (+0200) Subject: dev-qt/qtcore: Drop 5.11.1 (r0) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2d90b6ccf5fe0829ec58bd8bf886e8758e665ee5;p=gentoo.git dev-qt/qtcore: Drop 5.11.1 (r0) Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- diff --git a/dev-qt/qtcore/qtcore-5.11.1.ebuild b/dev-qt/qtcore/qtcore-5.11.1.ebuild deleted file mode 100644 index 3c04e6e737fd..000000000000 --- a/dev-qt/qtcore/qtcore-5.11.1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2018 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 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="icu systemd" - -DEPEND=" - dev-libs/double-conversion:= - dev-libs/glib:2 - dev-libs/libpcre2[pcre16,unicode] - sys-libs/zlib - icu? ( dev-libs/icu:= ) - !icu? ( virtual/libiconv ) - systemd? ( sys-apps/systemd:= ) -" -RDEPEND="${DEPEND} - !> "${D%/}"/${QT5_HEADERDIR}/QtCore/qconfig.h <<- _EOF_ || die - - #if defined(QT_NO_${flag}) && defined(QT_${flag}) - # undef QT_NO_${flag} - #elif !defined(QT_NO_${flag}) && !defined(QT_${flag}) - # define QT_NO_${flag} - #endif - _EOF_ - done -}