summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2017-05-31 09:42:00 +0300
committerSergey Popov <pinkbyte@gentoo.org>2017-05-31 09:42:37 +0300
commit9097d821d8a0fec37f7941215756b28d40ff5160 (patch)
tree7757bf7ea7fe0b79d1e8c7809a7027bf409e7b38 /media-gfx/cropgui
parentmedia-gfx/cropgui: revision bump (diff)
downloadgentoo-9097d821d8a0fec37f7941215756b28d40ff5160.tar.gz
gentoo-9097d821d8a0fec37f7941215756b28d40ff5160.tar.bz2
gentoo-9097d821d8a0fec37f7941215756b28d40ff5160.zip
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
Diffstat (limited to 'media-gfx/cropgui')
-rw-r--r--media-gfx/cropgui/cropgui-9999.ebuild12
1 files changed, 1 insertions, 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"