Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtxmlpatterns/
Date: Mon, 11 Mar 2019 00:36:36
Message-Id: 1552264572.4a24e75d28ad26c6eac63e7631b6d416b54e9214.asturm@gentoo
1 commit: 4a24e75d28ad26c6eac63e7631b6d416b54e9214
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 00:36:12 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 00:36:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a24e75d
7
8 dev-qt/qtxmlpatterns: Drop 5.12.1 (r0)
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1.ebuild | 21 ---------------------
14 1 file changed, 21 deletions(-)
15
16 diff --git a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1.ebuild b/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1.ebuild
17 deleted file mode 100644
18 index b88c40bc931..00000000000
19 --- a/dev-qt/qtxmlpatterns/qtxmlpatterns-5.12.1.ebuild
20 +++ /dev/null
21 @@ -1,21 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -inherit qt5-build
27 -
28 -DESCRIPTION="XPath, XQuery, XSLT, and XML Schema validation library for the Qt5 framework"
29 -
30 -if [[ ${QT5_BUILD_TYPE} == release ]]; then
31 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
32 -fi
33 -
34 -IUSE=""
35 -
36 -DEPEND="
37 - ~dev-qt/qtcore-${PV}
38 - ~dev-qt/qtnetwork-${PV}
39 -"
40 -RDEPEND="${DEPEND}
41 - !<dev-qt/qtdeclarative-5.12.0_beta4:5
42 -"