From: Sergey Popov Date: Wed, 31 May 2017 06:42:00 +0000 (+0300) Subject: media-gfx/cropgui: fix live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9097d821d8a0fec37f7941215756b28d40ff5160;p=gentoo.git media-gfx/cropgui: fix live ebuild Remove redundant desktop file fixes, they are already in upstream for a long time Package-Manager: Portage-2.3.5, Repoman-2.3.1 --- diff --git a/media-gfx/cropgui/cropgui-9999.ebuild b/media-gfx/cropgui/cropgui-9999.ebuild index dcdfb3cc5152..1d83737474c9 100644 --- a/media-gfx/cropgui/cropgui-9999.ebuild +++ b/media-gfx/cropgui/cropgui-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,16 +23,6 @@ RDEPEND="${PYTHON_DEPS} dev-python/pygtk:2[${PYTHON_USEDEP}] " -src_prepare() { - sed -i -e '/Encoding/d' \ - -e '/Version/d' \ - -e '/MimeType/s/$/&;/' \ - -e '/Categories/s/Application;//' \ - cropgui.desktop || die 'sed on cropgui.desktop failed' - - eapply_user -} - install_cropgui_wrapper() { python_domodule cropgtk.py cropgui_common.py filechooser.py cropgui.glade make_wrapper "${PN}.tmp" "${PYTHON} $(python_get_sitedir)/${PN}/cropgtk.py"