From: Andreas Sturmlechner Date: Sat, 8 Feb 2020 14:16:05 +0000 (+0100) Subject: dev-qt/qtcore: Drop vulnerable 5.12.3-r1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f9447476d1a2484ec8da6c19f9f91dad84d3b699;p=gentoo.git dev-qt/qtcore: Drop vulnerable 5.12.3-r1 Bug: https://bugs.gentoo.org/707354 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-qt/qtcore/qtcore-5.12.3-r1.ebuild b/dev-qt/qtcore/qtcore-5.12.3-r1.ebuild deleted file mode 100644 index 8fa01e2779f6..000000000000 --- a/dev-qt/qtcore/qtcore-5.12.3-r1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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="arm x86" -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 -}