From 9097d821d8a0fec37f7941215756b28d40ff5160 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Wed, 31 May 2017 09:42:00 +0300 Subject: [PATCH] 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 --- media-gfx/cropgui/cropgui-9999.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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" -- 2.26.2