Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.8.4.ebuild
Date: Wed, 05 Jun 2013 21:46:29
Message-Id: 20130605214623.3ABB32171D@flycatcher.gentoo.org
1 sping 13/06/05 21:46:23
2
3 Modified: ChangeLog gimp-2.8.4.ebuild
4 Log:
5 media-gfx/gimp: Slightly improve .desktop file (bug #433028)
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
8
9 Revision Changes Path
10 1.403 media-gfx/gimp/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.403&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.403&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.402&r2=1.403
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
19 retrieving revision 1.402
20 retrieving revision 1.403
21 diff -u -r1.402 -r1.403
22 --- ChangeLog 22 Feb 2013 21:15:05 -0000 1.402
23 +++ ChangeLog 5 Jun 2013 21:46:23 -0000 1.403
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/gimp
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.402 2013/02/22 21:15:05 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.403 2013/06/05 21:46:23 sping Exp $
29 +
30 + 05 Jun 2013; Sebastian Pipping <sping@g.o> gimp-2.8.4.ebuild,
31 + +files/gimp-2.8.4-valid-desktop-file.patch:
32 + Fix duplicate PDF MIME type in .desktop file with upstream patch (bug
33 + #433028)
34
35 22 Feb 2013; Zac Medico <zmedico@g.o> gimp-2.8.4.ebuild,
36 gimp-9999.ebuild:
37
38
39
40 1.3 media-gfx/gimp/gimp-2.8.4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-2.8.4.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-2.8.4.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-2.8.4.ebuild?r1=1.2&r2=1.3
45
46 Index: gimp-2.8.4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.4.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- gimp-2.8.4.ebuild 22 Feb 2013 21:15:05 -0000 1.2
53 +++ gimp-2.8.4.ebuild 5 Jun 2013 21:46:23 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.4.ebuild,v 1.2 2013/02/22 21:15:05 zmedico Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.4.ebuild,v 1.3 2013/06/05 21:46:23 sping Exp $
59
60 EAPI="3"
61 PYTHON_DEPEND="python? 2:2.5"
62 @@ -112,6 +112,7 @@
63
64 src_prepare() {
65 epatch "${FILESDIR}"/${PN}-2.7.4-no-deprecation.patch # bug 395695, comment 9 and 16
66 + epatch "${FILESDIR}"/${PN}-2.8.4-valid-desktop-file.patch # bug 433028
67 eautoreconf # If you remove this: remove dev-util/gtk-doc-am from DEPEND, too
68
69 echo '#!/bin/sh' > py-compile