mr_bones_ 15/05/08 15:22:41 Modified: stellarium-0.13.3.ebuild ChangeLog Log: remove unnecessary sed on desktop file (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 sci-astronomy/stellarium/stellarium-0.13.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.3.ebuild?r1=1.1&r2=1.2 Index: stellarium-0.13.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/stellarium-0.13.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- stellarium-0.13.3.ebuild 4 May 2015 13:32:11 -0000 1.1 +++ stellarium-0.13.3.ebuild 8 May 2015 15:22:41 -0000 1.2 @@ -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 @@ -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 } 1.130 sci-astronomy/stellarium/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/ChangeLog?rev=1.130&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/ChangeLog?rev=1.130&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-astronomy/stellarium/ChangeLog?r1=1.129&r2=1.130 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/stellarium/ChangeLog,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- ChangeLog 4 May 2015 13:32:11 -0000 1.129 +++ ChangeLog 8 May 2015 15:22:41 -0000 1.130 @@ -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 <[email protected]> stellarium-0.13.3.ebuild: + remove unnecessary sed on desktop file *stellarium-0.13.3 (04 May 2015)
