From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 544EA13827A for ; Thu, 26 May 2016 16:41:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB29A224066; Thu, 26 May 2016 16:41:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 644F6224066 for ; Thu, 26 May 2016 16:41:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6681340940 for ; Thu, 26 May 2016 16:41:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CF8487B for ; Thu, 26 May 2016 16:41:39 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1464280884.a1d10ec0bdd487be7d2c6e387eccd63c68e73e04.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtcharts/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtcharts/qtcharts-5.6.9999.ebuild X-VCS-Directories: dev-qt/qtcharts/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: a1d10ec0bdd487be7d2c6e387eccd63c68e73e04 X-VCS-Branch: master Date: Thu, 26 May 2016 16:41:39 +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-Archives-Salt: af41a403-f26c-44f3-8828-1501c994003a X-Archives-Hash: d765250a3cda002b21b5133bfd3bed33 commit: a1d10ec0bdd487be7d2c6e387eccd63c68e73e04 Author: Davide Pesavento gentoo org> AuthorDate: Thu May 26 16:41:24 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Thu May 26 16:41:24 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=a1d10ec0 dev-qt/qtcharts: remove live ebuild for the 5.6 branch The first official open-source release of QtCharts that uses Qt versioning scheme will be 5.7.0, so there's no reason to keep a 5.6 live ebuild. https://wiki.qt.io/New_Features_in_Qt_5.7 Package-Manager: portage-2.3.0_rc1 dev-qt/qtcharts/qtcharts-5.6.9999.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-qt/qtcharts/qtcharts-5.6.9999.ebuild b/dev-qt/qtcharts/qtcharts-5.6.9999.ebuild deleted file mode 100644 index 98b0f4d..0000000 --- a/dev-qt/qtcharts/qtcharts-5.6.9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Chart component library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64" -fi - -IUSE="qml" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtwidgets-${PV} - qml? ( ~dev-qt/qtdeclarative-${PV} ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - qt_use_disable_mod qml quick \ - src/src.pro - - qt5-build_src_prepare -}