Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtcharts/
Date: Thu, 26 May 2016 16:41:45
Message-Id: 1464280884.a1d10ec0bdd487be7d2c6e387eccd63c68e73e04.pesa@gentoo
1 commit: a1d10ec0bdd487be7d2c6e387eccd63c68e73e04
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 16:41:24 2016 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 16:41:24 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=a1d10ec0
7
8 dev-qt/qtcharts: remove live ebuild for the 5.6 branch
9
10 The first official open-source release of QtCharts that uses Qt versioning
11 scheme will be 5.7.0, so there's no reason to keep a 5.6 live ebuild.
12
13 https://wiki.qt.io/New_Features_in_Qt_5.7
14
15 Package-Manager: portage-2.3.0_rc1
16
17 dev-qt/qtcharts/qtcharts-5.6.9999.ebuild | 29 -----------------------------
18 1 file changed, 29 deletions(-)
19
20 diff --git a/dev-qt/qtcharts/qtcharts-5.6.9999.ebuild b/dev-qt/qtcharts/qtcharts-5.6.9999.ebuild
21 deleted file mode 100644
22 index 98b0f4d..0000000
23 --- a/dev-qt/qtcharts/qtcharts-5.6.9999.ebuild
24 +++ /dev/null
25 @@ -1,29 +0,0 @@
26 -# Copyright 1999-2016 Gentoo Foundation
27 -# Distributed under the terms of the GNU General Public License v2
28 -# $Id$
29 -
30 -EAPI=6
31 -inherit qt5-build
32 -
33 -DESCRIPTION="Chart component library for the Qt5 framework"
34 -
35 -if [[ ${QT5_BUILD_TYPE} == release ]]; then
36 - KEYWORDS="~amd64"
37 -fi
38 -
39 -IUSE="qml"
40 -
41 -DEPEND="
42 - ~dev-qt/qtcore-${PV}
43 - ~dev-qt/qtgui-${PV}
44 - ~dev-qt/qtwidgets-${PV}
45 - qml? ( ~dev-qt/qtdeclarative-${PV} )
46 -"
47 -RDEPEND="${DEPEND}"
48 -
49 -src_prepare() {
50 - qt_use_disable_mod qml quick \
51 - src/src.pro
52 -
53 - qt5-build_src_prepare
54 -}