Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/
Date: Sat, 06 Oct 2018 07:18:52
Message-Id: 1538810317.0323ad53928e9e0f0dfc7a9f1e8d82661c291f96.fordfrog@gentoo
1 commit: 0323ad53928e9e0f0dfc7a9f1e8d82661c291f96
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 07:18:11 2018 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 07:18:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0323ad53
7
8 media-gfx/gimp-9999: fixed plug-ins path
9
10 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 media-gfx/gimp/gimp-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild
17 index ffaa9b6d047..bce92e6ecef 100644
18 --- a/media-gfx/gimp/gimp-9999.ebuild
19 +++ b/media-gfx/gimp/gimp-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -169,7 +169,7 @@ _rename_plugins() {
27 einfo 'Renaming plug-ins to not collide with pre-2.10.6 file layout (bug #664938)...'
28 local prepend=gimp-org-
29 (
30 - cd "${ED%/}"/usr/$(get_libdir)/gimp/2.0/plug-ins || exit 1
31 + cd "${ED%/}"/usr/$(get_libdir)/gimp/2.99/plug-ins || exit 1
32 for plugin_slash in $(ls -d1 */); do
33 plugin=${plugin_slash%/}
34 if [[ -f ${plugin}/${plugin} ]]; then