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 63C52138334 for ; Sun, 17 Feb 2019 12:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63129E0A60; Sun, 17 Feb 2019 12:39:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3B16DE0A60 for ; Sun, 17 Feb 2019 12:39:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 03DCB335D3B for ; Sun, 17 Feb 2019 12:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A38E3326 for ; Sun, 17 Feb 2019 12:39:18 +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: <1550407139.176365bd5d96e177b730afbe2bd01e19c5a8e34b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/celestia/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/celestia/celestia-9999.ebuild X-VCS-Directories: sci-astronomy/celestia/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 176365bd5d96e177b730afbe2bd01e19c5a8e34b X-VCS-Branch: master Date: Sun, 17 Feb 2019 12:39:18 +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: 9bcbc7bb-ec7e-456a-9631-a6e087e492da X-Archives-Hash: 5b9452f5610e4246b59c1e33fce89803 commit: 176365bd5d96e177b730afbe2bd01e19c5a8e34b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 17 11:55:29 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 17 12:38:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=176365bd sci-astronomy/celestia: Switch gnome2-utils -> xdg, EAPI-7 bump Add missing cmake-utils_src_prepare Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-astronomy/celestia/celestia-9999.ebuild | 33 +++++++++++------------------ 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/sci-astronomy/celestia/celestia-9999.ebuild b/sci-astronomy/celestia/celestia-9999.ebuild index b3f1f95bcbf..182456385fd 100644 --- a/sci-astronomy/celestia/celestia-9999.ebuild +++ b/sci-astronomy/celestia/celestia-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit cmake-utils desktop flag-o-matic gnome2-utils xdg-utils +inherit desktop flag-o-matic xdg cmake-utils DESCRIPTION="OpenGL 3D space simulator" HOMEPAGE="https://celestia.space" @@ -22,14 +22,19 @@ IUSE="glut gtk nls +qt5 theora" REQUIRED_USE="|| ( glut gtk qt5 )" -RDEPEND=" +BDEPEND=" + dev-cpp/eigen + virtual/pkgconfig + nls? ( sys-devel/gettext ) +" +DEPEND=" >=dev-lang/lua-5.1:* dev-libs/libfmt media-libs/glew:0 + media-libs/libpng:0= virtual/glu - virtual/opengl virtual/jpeg:0 - media-libs/libpng:0= + virtual/opengl glut? ( media-libs/freeglut ) gtk? ( x11-libs/gtk+:2 @@ -47,11 +52,7 @@ RDEPEND=" media-libs/libtheora ) " - -DEPEND="${RDEPEND} - dev-cpp/eigen - virtual/pkgconfig - nls? ( sys-devel/gettext )" +RDEPEND="${DEPEND}" PATCHES=( # make better desktop files @@ -61,7 +62,7 @@ PATCHES=( ) src_prepare() { - default + cmake-utils_src_prepare filter-flags "-funroll-loops -frerun-loop-opt" @@ -107,13 +108,3 @@ src_install() { done dodoc AUTHORS README TRANSLATORS *.txt } - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_database_update -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update -}