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 C2D64138334 for ; Sat, 7 Dec 2019 23:35:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B1EFE076B; Sat, 7 Dec 2019 23:35:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A054DE076B for ; Sat, 7 Dec 2019 23:35:30 +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 2099234D821 for ; Sat, 7 Dec 2019 23:35:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7421C26C for ; Sat, 7 Dec 2019 23:35:26 +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: <1575761699.720a6b4109d1d7b032e53e6696346820505419ee.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sci-astronomy/kstars/ X-VCS-Repository: proj/kde X-VCS-Files: sci-astronomy/kstars/kstars-9999.ebuild X-VCS-Directories: sci-astronomy/kstars/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 720a6b4109d1d7b032e53e6696346820505419ee X-VCS-Branch: master Date: Sat, 7 Dec 2019 23:35:26 +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: 57bc3fd4-56f3-43c1-85af-f77cdbb9b8e9 X-Archives-Hash: 3c992a64d126e5da41053b2502bd133d commit: 720a6b4109d1d7b032e53e6696346820505419ee Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 7 23:34:59 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 7 23:34:59 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=720a6b41 sci-astronomy/kstars: Fix RDEPENDs, drop bogus python deps, fix LICENSE Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/kstars/kstars-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sci-astronomy/kstars/kstars-9999.ebuild b/sci-astronomy/kstars/kstars-9999.ebuild index 4e0ad3aa19..0b70c13238 100644 --- a/sci-astronomy/kstars/kstars-9999.ebuild +++ b/sci-astronomy/kstars/kstars-9999.ebuild @@ -4,10 +4,9 @@ EAPI=7 ECM_HANDBOOK="forceoptional" -PYTHON_COMPAT=( python2_7 ) KFMIN=5.60.0 QTMIN=5.12.3 -inherit ecm kde.org python-single-r1 +inherit ecm kde.org DESCRIPTION="Desktop Planetarium" HOMEPAGE="https://kde.org/applications/education/org.kde.kstars @@ -18,7 +17,7 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then KEYWORDS="~amd64 ~x86" fi -LICENSE="GPL-2" # TODO CHECK +LICENSE="GPL-2+ GPL-3+" SLOT="5" IUSE="fits indi +password raw wcs" @@ -68,7 +67,10 @@ DEPEND="${COMMON_DEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 " RDEPEND="${COMMON_DEPEND} - ${PYTHON_DEPS} + >=dev-qt/qtgraphicaleffects-${QTMIN}:5 + >=dev-qt/qtpositioning-${QTMIN}:5 + >=dev-qt/qtquickcontrols-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 " src_configure() {