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 413501382C5 for ; Sat, 17 Mar 2018 00:22:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71E5DE08FF; Sat, 17 Mar 2018 00:22:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 432B7E0904 for ; Sat, 17 Mar 2018 00:22:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9949D335C73 for ; Sat, 17 Mar 2018 00:22:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7C7025B for ; Sat, 17 Mar 2018 00:22:07 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1521246119.77083533dd76878614fa3f18530cefc2782fca8a.kensington@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.7.1.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 77083533dd76878614fa3f18530cefc2782fca8a X-VCS-Branch: master Date: Sat, 17 Mar 2018 00:22:07 +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-Archives-Salt: 5612a4df-b549-4f96-97a8-6334e6a4793d X-Archives-Hash: 4d10d5a1d4db8bffd8931b43d9b54706 commit: 77083533dd76878614fa3f18530cefc2782fca8a Author: Michael Palimaka gentoo org> AuthorDate: Sat Mar 17 00:21:45 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Mar 17 00:21:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77083533 dev-qt/qtdeclarative: remove 5.7.1-r0 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-qt/qtdeclarative/qtdeclarative-5.7.1.ebuild | 56 ------------------------- 1 file changed, 56 deletions(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.7.1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.7.1.ebuild deleted file mode 100644 index 054b0898f54..00000000000 --- a/dev-qt/qtdeclarative/qtdeclarative-5.7.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) -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 xml" - -# qtgui[gles2=] is needed because of bug 504322 -COMMON_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=] ) - xml? ( - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qtxmlpatterns-${PV} - ) -" -DEPEND="${COMMON_DEPEND} - ${PYTHON_DEPS} -" -RDEPEND="${COMMON_DEPEND} - !