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 694B5138350 for ; Wed, 26 Feb 2020 22:02:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B158BE09C8; Wed, 26 Feb 2020 22:02:23 +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 6C015E09C8 for ; Wed, 26 Feb 2020 22:02:23 +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 7752934F2DA for ; Wed, 26 Feb 2020 22:02:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B188C163 for ; Wed, 26 Feb 2020 22:02:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1582754204.1c849e5dd9b8e9e8c707af38127a649b60945701.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtdeclarative/qtdeclarative-5.14.1.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1c849e5dd9b8e9e8c707af38127a649b60945701 X-VCS-Branch: master Date: Wed, 26 Feb 2020 22:02:17 +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: c7142210-5462-4a2d-850b-66c95ad05d5f X-Archives-Hash: ae1e9d0e77f8ed36e1464eb03b88eb26 commit: 1c849e5dd9b8e9e8c707af38127a649b60945701 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 26 21:44:25 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 26 21:56:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c849e5d dev-qt/qtdeclarative: Drop 5.14.1 (r0) Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtdeclarative/qtdeclarative-5.14.1.ebuild | 53 ------------------------ 1 file changed, 53 deletions(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.14.1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.14.1.ebuild deleted file mode 100644 index a70c3d60ba4..00000000000 --- a/dev-qt/qtdeclarative/qtdeclarative-5.14.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2009-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) -inherit python-any-r1 qt5-build - -DESCRIPTION="The QML and Quick modules for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" -fi - -IUSE="gles2 +jit localstorage +widgets" - -BDEPEND="${PYTHON_DEPS}" -# qtgui[gles2=] is needed because of bug 504322 -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV}[gles2=] - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qttest-${PV} - localstorage? ( ~dev-qt/qtsql-${PV} ) - widgets? ( ~dev-qt/qtwidgets-${PV}[gles2=] ) -" -RDEPEND="${DEPEND} - !