Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/
Date: Tue, 12 Jun 2018 07:33:40
Message-Id: 1528787824.2d23d7408e6486ba7b9f956184cdcf8a6d79f82c.asturm@gentoo
1 commit: 2d23d7408e6486ba7b9f956184cdcf8a6d79f82c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 12 07:14:39 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 07:17:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d23d740
7
8 sci-astronomy/stellarium: eutils->desktop, drop obsolete pkg_preinst
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild | 7 ++-----
13 1 file changed, 2 insertions(+), 5 deletions(-)
14
15 diff --git a/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild b/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild
16 index 40fe6f7f278..84f3a93a0f1 100644
17 --- a/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild
18 +++ b/sci-astronomy/stellarium/stellarium-0.16.0-r1.ebuild
19 @@ -2,7 +2,8 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -inherit cmake-utils eutils flag-o-matic gnome2-utils
24 +
25 +inherit cmake-utils desktop flag-o-matic gnome2-utils
26
27 DESCRIPTION="3D photo-realistic skies in real time"
28 HOMEPAGE="http://www.stellarium.org/"
29 @@ -98,10 +99,6 @@ src_install() {
30 newicon doc/images/stellarium-logo.png ${PN}.png
31 }
32
33 -pkg_preinst() {
34 - gnome2_icon_savelist
35 -}
36 -
37 pkg_postinst() {
38 gnome2_icon_cache_update
39 }