From c87e6b815222baf8914ae58f8b65122cbfd3f6bf Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 29 Jan 2020 21:17:58 +0100 Subject: dev-qt/qtcore: Security cleanup Bug: https://bugs.gentoo.org/699226 Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- dev-qt/qtcore/qtcore-5.12.3.ebuild | 84 -------------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 dev-qt/qtcore/qtcore-5.12.3.ebuild (limited to 'dev-qt') diff --git a/dev-qt/qtcore/qtcore-5.12.3.ebuild b/dev-qt/qtcore/qtcore-5.12.3.ebuild deleted file mode 100644 index e952fc2cc0ca..000000000000 --- a/dev-qt/qtcore/qtcore-5.12.3.ebuild +++ /dev/null @@ -1,84 +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 -} -- cgit v1.2.3-65-gdbad