From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C75B4138334 for ; Wed, 9 Jan 2019 20:58:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01942E0D27; Wed, 9 Jan 2019 20:58:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C92C7E0D27 for ; Wed, 9 Jan 2019 20:58:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DAC6335CFF for ; Wed, 9 Jan 2019 20:58:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6032F459 for ; Wed, 9 Jan 2019 20:58:13 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1547067481.03fe712cd2356536e16e08f729cac7794974632f.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtcore/qtcore-5.11.3-r1.ebuild X-VCS-Directories: dev-qt/qtcore/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 03fe712cd2356536e16e08f729cac7794974632f X-VCS-Branch: master Date: Wed, 9 Jan 2019 20:58:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 411aac8b-0289-4b89-bf7e-2c79a5be2540 X-Archives-Hash: 02cb0571327c7a95702c75d6e9d5407f commit: 03fe712cd2356536e16e08f729cac7794974632f Author: Davide Pesavento gentoo org> AuthorDate: Wed Jan 9 20:57:32 2019 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Wed Jan 9 20:58:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03fe712c dev-qt/qtcore: remove 5.11.3-r1 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Davide Pesavento gentoo.org> dev-qt/qtcore/qtcore-5.11.3-r1.ebuild | 76 ----------------------------------- 1 file changed, 76 deletions(-) diff --git a/dev-qt/qtcore/qtcore-5.11.3-r1.ebuild b/dev-qt/qtcore/qtcore-5.11.3-r1.ebuild deleted file mode 100644 index 30b53565197..00000000000 --- a/dev-qt/qtcore/qtcore-5.11.3-r1.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2019 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="~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 -}