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 745F9138334 for ; Mon, 11 Mar 2019 00:36:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 569BCE0D90; Mon, 11 Mar 2019 00:36:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2EA4AE0D90 for ; Mon, 11 Mar 2019 00:36:33 +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 6B659335D0E for ; Mon, 11 Mar 2019 00:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 299E3566 for ; Mon, 11 Mar 2019 00:36:30 +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: <1552264572.4a24e75d28ad26c6eac63e7631b6d416b54e9214.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtxmlpatterns/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1.ebuild X-VCS-Directories: dev-qt/qtxmlpatterns/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4a24e75d28ad26c6eac63e7631b6d416b54e9214 X-VCS-Branch: master Date: Mon, 11 Mar 2019 00:36:30 +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: e3838438-c91c-44c5-beec-b36429848469 X-Archives-Hash: fe3424beb9b96fb6afd02a7372f6c21c commit: 4a24e75d28ad26c6eac63e7631b6d416b54e9214 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 11 00:36:12 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 11 00:36:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a24e75d dev-qt/qtxmlpatterns: Drop 5.12.1 (r0) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1.ebuild deleted file mode 100644 index b88c40bc931..00000000000 --- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtnetwork-${PV} -" -RDEPEND="${DEPEND} - !