Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/gimp-help: gimp-help-0.13.ebuild ChangeLog
Date: Sat, 29 Sep 2007 11:41:26
Message-Id: E1IbaYq-0001fK-7O@stork.gentoo.org
1 ulm 07/09/29 11:32:40
2
3 Modified: gimp-help-0.13.ebuild ChangeLog
4 Log:
5 Fix "argument list too long" error in image files installation, bug #193844.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.2 app-doc/gimp-help/gimp-help-0.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/gimp-help-0.13.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/gimp-help-0.13.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/gimp-help-0.13.ebuild?r1=1.1&r2=1.2
14
15 Index: gimp-help-0.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-doc/gimp-help/gimp-help-0.13.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gimp-help-0.13.ebuild 26 Sep 2007 03:01:24 -0000 1.1
22 +++ gimp-help-0.13.ebuild 29 Sep 2007 11:32:39 -0000 1.2
23 @@ -1,9 +1,11 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/gimp-help-0.13.ebuild,v 1.1 2007/09/26 03:01:24 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/gimp-help-0.13.ebuild,v 1.2 2007/09/29 11:32:39 ulm Exp $
28 +
29 +inherit eutils
30
31 MY_P=${P/gimp-help/gimp-help-2}
32 -S=${WORKDIR}/${MY_P}
33 +S="${WORKDIR}/${MY_P}"
34
35 DESCRIPTION="GNU Image Manipulation Program help files"
36 HOMEPAGE="http://docs.gimp.org/"
37 @@ -20,6 +22,11 @@
38 webinstall? ( media-gfx/imagemagick )"
39 RDEPEND="!<media-gfx/gimp-2.2.12"
40
41 +src_unpack() {
42 + unpack ${A}
43 + epatch "${FILESDIR}/${P}-image-files.patch"
44 +}
45 +
46 src_compile() {
47 local ALL_LINGUAS=""
48
49 @@ -50,5 +57,5 @@
50 src_install() {
51 make DESTDIR="${D}" install || die "make install failed"
52
53 - dodoc AUTHORS ChangeLog HACKING NEWS README TERMINOLOGY TODO
54 + dodoc AUTHORS ChangeLog HACKING NEWS README TERMINOLOGY
55 }
56
57
58
59 1.40 app-doc/gimp-help/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/ChangeLog?rev=1.40&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/ChangeLog?rev=1.40&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/gimp-help/ChangeLog?r1=1.39&r2=1.40
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/app-doc/gimp-help/ChangeLog,v
68 retrieving revision 1.39
69 retrieving revision 1.40
70 diff -u -r1.39 -r1.40
71 --- ChangeLog 26 Sep 2007 03:01:24 -0000 1.39
72 +++ ChangeLog 29 Sep 2007 11:32:39 -0000 1.40
73 @@ -1,6 +1,11 @@
74 # ChangeLog for app-doc/gimp-help
75 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/ChangeLog,v 1.39 2007/09/26 03:01:24 hanno Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/app-doc/gimp-help/ChangeLog,v 1.40 2007/09/29 11:32:39 ulm Exp $
78 +
79 + 29 Sep 2007; Ulrich Mueller <ulm@g.o>
80 + +files/gimp-help-0.13-image-files.patch, gimp-help-0.13.ebuild:
81 + Fix "argument list too long" error in image files installation, bug #193844.
82 + Remove "TODO" from dodoc since it no longer exists.
83
84 *gimp-help-0.13 (26 Sep 2007)
85
86
87
88
89 --
90 gentoo-commits@g.o mailing list