commit: 9097d821d8a0fec37f7941215756b28d40ff5160
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 06:42:00 2017 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed May 31 06:42:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9097d821
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 dcdfb3cc515..1d83737474c 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"