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 777F1158086 for ; Sat, 16 Oct 2021 08:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90FABE085A; Sat, 16 Oct 2021 08:20:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75A13E085A for ; Sat, 16 Oct 2021 08:20:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E76A343074 for ; Sat, 16 Oct 2021 08:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 851D0168 for ; Sat, 16 Oct 2021 08:20:32 +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: <1634372413.cdb780a8096a40e0d88239660c6cd97bbe1652b6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdiag/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtdiag/Manifest dev-qt/qtdiag/qtdiag-5.15.2.ebuild X-VCS-Directories: dev-qt/qtdiag/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cdb780a8096a40e0d88239660c6cd97bbe1652b6 X-VCS-Branch: master Date: Sat, 16 Oct 2021 08:20:32 +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: efed67c5-6f5c-4fe5-97bd-356471f93e6e X-Archives-Hash: e9749fd0dd1de027a5478644b203ae46 commit: cdb780a8096a40e0d88239660c6cd97bbe1652b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 15 20:04:55 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 16 08:20:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb780a8 dev-qt/qtdiag: Drop 5.15.2 (r0) Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtdiag/Manifest | 1 - dev-qt/qtdiag/qtdiag-5.15.2.ebuild | 39 -------------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-qt/qtdiag/Manifest b/dev-qt/qtdiag/Manifest index 2ad3df5c2a7..96e0c95cdef 100644 --- a/dev-qt/qtdiag/Manifest +++ b/dev-qt/qtdiag/Manifest @@ -1,2 +1 @@ DIST qttools-5.15.2-33693a92.tar.gz 12266718 BLAKE2B c519abdcca9df3b191297b859b2dce417ee9a79f9e3bcb3f2aa0017266b8edc855645108f5f7e6853d28f4c7507c92646ce8130731a345c6ffdfcd37fb1f4789 SHA512 9a62f1849c8eb65384d19de61cb6a08d1f467877181fd752e58b2b4e7d566c5d868c7ebab2d01591c6f540c01c705b7f8e0fe76c26cb0ee78f590ddae57048d2 -DIST qttools-everywhere-src-5.15.2.tar.xz 8894728 BLAKE2B bbc57c58a43f827cfa04031f12d46d4d660456e4a5feabe17fdbb42126da06ed7031807fe963883d452fd1916330e94fcc66b9e9bb69ee4455a38bf3cbd80f5a SHA512 3bd32a302af6e81cd5d4eb07d60c5ef233f1ca7af1aae180c933ac28fafffce28c6c868eb032108747937ea951d6d4f0df5516841bc65d22c529207147533a8b diff --git a/dev-qt/qtdiag/qtdiag-5.15.2.ebuild b/dev-qt/qtdiag/qtdiag-5.15.2.ebuild deleted file mode 100644 index b0713c09732..00000000000 --- a/dev-qt/qtdiag/qtdiag-5.15.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -QT5_MODULE="qttools" -inherit qt5-build - -DESCRIPTION="Tool for reporting diagnostic information about Qt and its environment" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 ~sparc x86" -fi - -IUSE="+network +widgets" - -COMMON_DEPEND=" - ~dev-qt/qtcore-${PV}:5= - ~dev-qt/qtgui-${PV}:5= - network? ( ~dev-qt/qtnetwork-${PV}[ssl] ) - widgets? ( ~dev-qt/qtwidgets-${PV} ) -" -# TODO: we know it is bogus, figure out how to disable checks, bug 728278 -DEPEND="${COMMON_DEPEND} - ~dev-qt/qtxml-${PV} -" -RDEPEND="${COMMON_DEPEND} - dev-qt/qtchooser -" - -src_prepare() { - qt_use_disable_mod network network \ - src/qtdiag/qtdiag.pro - - qt_use_disable_mod widgets widgets \ - src/qtdiag/qtdiag.pro - - qt5-build_src_prepare -}