Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/
Date: Sat, 08 Jul 2017 03:25:11
Message-Id: 1499484298.3e25d970d9fe8b3ffb5f83184ac052a51cf191dd.kensington@gentoo
1 commit: 3e25d970d9fe8b3ffb5f83184ac052a51cf191dd
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 03:24:49 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 03:24:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e25d970
7
8 dev-qt/qtcore: remove 5.7.1-r2
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-qt/qtcore/qtcore-5.7.1-r2.ebuild | 44 ------------------------------------
13 1 file changed, 44 deletions(-)
14
15 diff --git a/dev-qt/qtcore/qtcore-5.7.1-r2.ebuild b/dev-qt/qtcore/qtcore-5.7.1-r2.ebuild
16 deleted file mode 100644
17 index 524443a71ba..00000000000
18 --- a/dev-qt/qtcore/qtcore-5.7.1-r2.ebuild
19 +++ /dev/null
20 @@ -1,44 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -QT5_MODULE="qtbase"
26 -inherit qt5-build
27 -
28 -DESCRIPTION="Cross-platform application development framework"
29 -
30 -if [[ ${QT5_BUILD_TYPE} == release ]]; then
31 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
32 -fi
33 -
34 -IUSE="icu systemd"
35 -
36 -DEPEND="
37 - dev-libs/double-conversion:=
38 - dev-libs/glib:2
39 - >=dev-libs/libpcre-8.38[pcre16,unicode]
40 - >=sys-libs/zlib-1.2.5
41 - virtual/libiconv
42 - icu? ( dev-libs/icu:= )
43 - systemd? ( sys-apps/systemd:= )
44 -"
45 -RDEPEND="${DEPEND}"
46 -
47 -PATCHES=( "${FILESDIR}/${PN}-5.6.2-plugins.patch" )
48 -
49 -QT5_TARGET_SUBDIRS=(
50 - src/tools/bootstrap
51 - src/tools/moc
52 - src/tools/rcc
53 - src/corelib
54 - src/tools/qlalr
55 - doc
56 -)
57 -
58 -src_configure() {
59 - local myconf=(
60 - $(qt_use icu)
61 - $(qt_use systemd journald)
62 - )
63 - qt5-build_src_configure
64 -}