diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-05-08 15:22:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-05-08 15:22:41 +0000 |
commit | 23241cafa41761a7a3ba9f086491d63fa62afcf3 (patch) | |
tree | 1cae7a079fd598a70b01fe2765ebbbbc9b8e6cb3 /sci-astronomy | |
parent | Version bump (diff) | |
download | gentoo-2-23241cafa41761a7a3ba9f086491d63fa62afcf3.tar.gz gentoo-2-23241cafa41761a7a3ba9f086491d63fa62afcf3.tar.bz2 gentoo-2-23241cafa41761a7a3ba9f086491d63fa62afcf3.zip |
remove unnecessary sed on desktop file
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/ChangeLog | 5 | ||||
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.13.3.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/sci-astronomy/stellarium/ChangeLog b/sci-astronomy/stellarium/ChangeLog index 1dc65c1f9022..5257ea21b2f0 100644 --- a/sci-astronomy/stellarium/ChangeLog +++ b/sci-astronomy/stellarium/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-astronomy/stellarium # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.129 2015/05/04 13:32:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v 1.130 2015/05/08 15:22:41 mr_bones_ Exp $ + + 08 May 2015; Michael Sterrett <mr_bones_@gentoo.org> stellarium-0.13.3.ebuild: + remove unnecessary sed on desktop file *stellarium-0.13.3 (04 May 2015) diff --git a/sci-astronomy/stellarium/stellarium-0.13.3.ebuild b/sci-astronomy/stellarium/stellarium-0.13.3.ebuild index fbea83a7ba64..1826d1ba0fa5 100644 --- a/sci-astronomy/stellarium/stellarium-0.13.3.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.13.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.3.ebuild,v 1.1 2015/05/04 13:32:11 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.3.ebuild,v 1.2 2015/05/08 15:22:41 mr_bones_ Exp $ EAPI=5 inherit cmake-utils eutils flag-o-matic gnome2-utils @@ -59,10 +59,6 @@ src_prepare() { -e "/GETTEXT_CREATE_TRANSLATIONS/a \ ${LINGUAS}" \ po/stellarium{,-skycultures}/CMakeLists.txt || die #403647 fi - sed -i \ - -e '/^Actions/s/Safemode;//' \ - -e '/^OnlyShowIn/d' \ - data/stellarium.desktop || die sed -i -e '/SimpleDrawLine/s: 0 : 1 :g' CMakeLists.txt || die use debug || append-cppflags -DQT_NO_DEBUG #415769 } |