Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.2.17.ebuild gimp-2.2.16.ebuild gimp-2.4.0_rc2.ebuild gimp-2.4.0_rc1.ebuild
Date: Wed, 24 Oct 2007 10:24:40
Message-Id: E1IkdPc-0007Nc-29@stork.gentoo.org
1 hanno 07/10/24 10:24:32
2
3 Modified: ChangeLog gimp-2.2.17.ebuild
4 Removed: gimp-2.2.16.ebuild gimp-2.4.0_rc2.ebuild
5 gimp-2.4.0_rc1.ebuild
6 Log:
7 gimp cleanup of old versions and QA fixes for new repoman checks
8 (Portage version: 2.1.3.16)
9
10 Revision Changes Path
11 1.235 media-gfx/gimp/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.235&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.235&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.234&r2=1.235
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
20 retrieving revision 1.234
21 retrieving revision 1.235
22 diff -u -r1.234 -r1.235
23 --- ChangeLog 16 Oct 2007 03:40:58 -0000 1.234
24 +++ ChangeLog 24 Oct 2007 10:24:31 -0000 1.235
25 @@ -1,6 +1,10 @@
26 # ChangeLog for media-gfx/gimp
27 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.234 2007/10/16 03:40:58 lu_zero Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.235 2007/10/24 10:24:31 hanno Exp $
30 +
31 + 24 Oct 2007; Hanno Boeck <hanno@g.o> -gimp-2.2.16.ebuild,
32 + gimp-2.2.17.ebuild, -gimp-2.4.0_rc1.ebuild, -gimp-2.4.0_rc2.ebuild:
33 + Cleanup of old versions and QA fixes.
34
35 16 Oct 2007; Luca Barbato <lu_zero@g.o> gimp-2.4.0_rc3.ebuild:
36 workaround transformation preview on ppc
37
38
39
40 1.10 media-gfx/gimp/gimp-2.2.17.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/gimp-2.2.17.ebuild?rev=1.10&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/gimp-2.2.17.ebuild?rev=1.10&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/gimp-2.2.17.ebuild?r1=1.9&r2=1.10
45
46 Index: gimp-2.2.17.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.2.17.ebuild,v
49 retrieving revision 1.9
50 retrieving revision 1.10
51 diff -u -r1.9 -r1.10
52 --- gimp-2.2.17.ebuild 17 Aug 2007 16:29:53 -0000 1.9
53 +++ gimp-2.2.17.ebuild 24 Oct 2007 10:24:31 -0000 1.10
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2007 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.2.17.ebuild,v 1.9 2007/08/17 16:29:53 hanno Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.2.17.ebuild,v 1.10 2007/10/24 10:24:31 hanno Exp $
59
60 inherit flag-o-matic libtool eutils fdo-mime alternatives multilib python
61
62 @@ -55,7 +55,7 @@
63 cd "${S}"
64
65 # fixes bug #76050, allows for themable icons
66 - sed -i -e s,@gimpdatadir@/images/@GIMP_DESKTOP_ICON@,@GIMP_DESKTOP_ICON@, ${S}/data/misc/gimp.desktop.in.in
67 + sed -i -e s,@gimpdatadir@/images/@GIMP_DESKTOP_ICON@,@GIMP_DESKTOP_ICON@, "${S}/data/misc/gimp.desktop.in.in"
68
69 # Fix linking to older version of gimp if installed - this should
70 # void liquidx's hack, so it is removed.
71 @@ -151,7 +151,7 @@
72
73 # fix for bug #76050
74 ln -s $(gimptool-2.0 --gimpdatadir)/images/wilber-icon.png \
75 - ${ROOT}/usr/share/pixmaps/
76 + "${ROOT}/usr/share/pixmaps/"
77
78 fdo-mime_desktop_database_update
79 fdo-mime_mime_database_update
80 @@ -164,8 +164,8 @@
81 }
82
83 pkg_postrm() {
84 - [[ ! -f ${ROOT}/usr/bin/gimp-2.2 ]] && \
85 - rm -f ${ROOT}/usr/share/pixmaps/wilber-icon.png
86 + [[ ! -f "${ROOT}/usr/bin/gimp-2.2" ]] && \
87 + rm -f "${ROOT}/usr/share/pixmaps/wilber-icon.png"
88
89 fdo-mime_desktop_database_update
90 fdo-mime_mime_database_update
91
92
93
94 --
95 gentoo-commits@g.o mailing list