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 B317C138334 for ; Tue, 12 Jun 2018 07:33:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 707BCE08E8; Tue, 12 Jun 2018 07:33:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 432C7E08DB for ; Tue, 12 Jun 2018 07:33:38 +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 930BD335C8A for ; Tue, 12 Jun 2018 07:33:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BBD52CE for ; Tue, 12 Jun 2018 07:33:36 +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: <1528787824.2d23d7408e6486ba7b9f956184cdcf8a6d79f82c.asturm@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.16.0-r1.ebuild X-VCS-Directories: sci-astronomy/stellarium/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2d23d7408e6486ba7b9f956184cdcf8a6d79f82c X-VCS-Branch: master Date: Tue, 12 Jun 2018 07:33:36 +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: 76d59a71-7b31-4f3c-9ab1-28aaea453045 X-Archives-Hash: 27a93ddf70bd611fcaa466df60bbe94e commit: 2d23d7408e6486ba7b9f956184cdcf8a6d79f82c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 12 07:14:39 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 12 07:17:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d23d740 sci-astronomy/stellarium: eutils->desktop, drop obsolete pkg_preinst Package-Manager: Portage-2.3.40, Repoman-2.3.9 sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild b/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild index 40fe6f7f278..84f3a93a0f1 100644 --- a/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils eutils flag-o-matic gnome2-utils + +inherit cmake-utils desktop flag-o-matic gnome2-utils DESCRIPTION="3D photo-realistic skies in real time" HOMEPAGE="http://www.stellarium.org/" @@ -98,10 +99,6 @@ src_install() { newicon doc/images/stellarium-logo.png ${PN}.png } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { gnome2_icon_cache_update }