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 D234558973 for ; Fri, 5 Feb 2016 18:53:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75F4821C003; Fri, 5 Feb 2016 18:53:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AB3621C020 for ; Fri, 5 Feb 2016 18:53:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 185A7340955 for ; Fri, 5 Feb 2016 18:53:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6B9F8F0 for ; Fri, 5 Feb 2016 18:52:56 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1454698366.1bba1f5f6bfbc71adcb04dc31ab72de41647969c.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/stellarium/stellarium-0.14.2.ebuild X-VCS-Directories: sci-astronomy/stellarium/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 1bba1f5f6bfbc71adcb04dc31ab72de41647969c X-VCS-Branch: master Date: Fri, 5 Feb 2016 18:52:56 +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: 5cdee40a-fbc7-4b0d-93c6-e1a84492141c X-Archives-Hash: 211840d139c0245afd71881985381b51 commit: 1bba1f5f6bfbc71adcb04dc31ab72de41647969c Author: Michael Sterrett gentoo org> AuthorDate: Fri Feb 5 18:52:20 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Fri Feb 5 18:52:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bba1f5f sci-astronomy/stellarium: drop unneeded dev-qt/qtquick1 dep (bug #573790) Package-Manager: portage-2.2.26 sci-astronomy/stellarium/stellarium-0.14.2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sci-astronomy/stellarium/stellarium-0.14.2.ebuild b/sci-astronomy/stellarium/stellarium-0.14.2.ebuild index d1c5035..35da181 100644 --- a/sci-astronomy/stellarium/stellarium-0.14.2.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.14.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -27,7 +27,6 @@ RESTRICT="test" RDEPEND=" media-fonts/dejavu dev-qt/qtcore:5 - dev-qt/qtquick1:5 dev-qt/qtgui:5 dev-qt/qtopengl:5 dev-qt/qtscript:5 @@ -37,7 +36,6 @@ DEPEND="${RDEPEND} dev-qt/qttest:5 dev-qt/qtconcurrent:5 nls? ( dev-qt/linguist-tools:5 )" -DOCS=( AUTHORS ChangeLog README ) LANGS=( af ak am ar as ast az be bg bn bo br bs ca cs @@ -78,7 +76,8 @@ src_configure() { } src_install() { - cmake-utils_src_install + DOCS="AUTHORS ChangeLog README" \ + cmake-utils_src_install # use the more up-to-date system fonts rm "${ED}"/usr/share/stellarium/data/DejaVuSans{Mono,}.ttf || die