Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cropgui/
Date: Wed, 31 May 2017 06:42:45
Message-Id: 1496212957.9097d821d8a0fec37f7941215756b28d40ff5160.pinkbyte@gentoo
1 commit: 9097d821d8a0fec37f7941215756b28d40ff5160
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 31 06:42:00 2017 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Wed May 31 06:42:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9097d821
7
8 media-gfx/cropgui: fix live ebuild
9
10 Remove redundant desktop file fixes,
11 they are already in upstream for a long time
12
13 Package-Manager: Portage-2.3.5, Repoman-2.3.1
14
15 media-gfx/cropgui/cropgui-9999.ebuild | 12 +-----------
16 1 file changed, 1 insertion(+), 11 deletions(-)
17
18 diff --git a/media-gfx/cropgui/cropgui-9999.ebuild b/media-gfx/cropgui/cropgui-9999.ebuild
19 index dcdfb3cc515..1d83737474c 100644
20 --- a/media-gfx/cropgui/cropgui-9999.ebuild
21 +++ b/media-gfx/cropgui/cropgui-9999.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -23,16 +23,6 @@ RDEPEND="${PYTHON_DEPS}
29 dev-python/pygtk:2[${PYTHON_USEDEP}]
30 "
31
32 -src_prepare() {
33 - sed -i -e '/Encoding/d' \
34 - -e '/Version/d' \
35 - -e '/MimeType/s/$/&;/' \
36 - -e '/Categories/s/Application;//' \
37 - cropgui.desktop || die 'sed on cropgui.desktop failed'
38 -
39 - eapply_user
40 -}
41 -
42 install_cropgui_wrapper() {
43 python_domodule cropgtk.py cropgui_common.py filechooser.py cropgui.glade
44 make_wrapper "${PN}.tmp" "${PYTHON} $(python_get_sitedir)/${PN}/cropgtk.py"