Gentoo Archives: gentoo-commits

From: "Stefan Schweizer (genstef)" <genstef@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gimp-print: ChangeLog gimp-print-5.1.3.ebuild gimp-print-5.1.0.ebuild gimp-print-5.1.1.ebuild gimp-print-5.1.2.ebuild
Date: Wed, 10 Oct 2007 19:18:34
Message-Id: E1IfgvG-0001zh-2T@stork.gentoo.org
1 genstef 07/10/10 19:08:46
2
3 Modified: ChangeLog gimp-print-5.1.3.ebuild
4 Removed: gimp-print-5.1.0.ebuild gimp-print-5.1.1.ebuild
5 gimp-print-5.1.2.ebuild
6 Log:
7 Remove old, fix parallel install, bug 188759 thanks to Arthur Hagen <art-gt@××××××××××.com>
8 (Portage version: 2.1.3.12)
9
10 Revision Changes Path
11 1.88 media-gfx/gimp-print/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp-print/ChangeLog?rev=1.88&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp-print/ChangeLog?rev=1.88&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp-print/ChangeLog?r1=1.87&r2=1.88
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v
20 retrieving revision 1.87
21 retrieving revision 1.88
22 diff -u -r1.87 -r1.88
23 --- ChangeLog 30 Sep 2007 19:00:30 -0000 1.87
24 +++ ChangeLog 10 Oct 2007 19:08:45 -0000 1.88
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-gfx/gimp-print
27 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.87 2007/09/30 19:00:30 genstef Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/ChangeLog,v 1.88 2007/10/10 19:08:45 genstef Exp $
30 +
31 + 10 Oct 2007; Stefan Schweizer <genstef@g.o>
32 + -files/gimp-print-5.1.0-nonls.patch, -gimp-print-5.1.0.ebuild,
33 + -gimp-print-5.1.1.ebuild, -gimp-print-5.1.2.ebuild,
34 + gimp-print-5.1.3.ebuild:
35 + Remove old, fix parallel install, bug 188759 thanks to Arthur Hagen
36 + <art-gt@××××××××××.com>
37
38 30 Sep 2007; Stefan Schweizer <genstef@g.o>
39 +gimp-print-5.1.3.ebuild:
40
41
42
43 1.2 media-gfx/gimp-print/gimp-print-5.1.3.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp-print/gimp-print-5.1.3.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp-print/gimp-print-5.1.3.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp-print/gimp-print-5.1.3.ebuild?r1=1.1&r2=1.2
48
49 Index: gimp-print-5.1.3.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-5.1.3.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- gimp-print-5.1.3.ebuild 30 Sep 2007 19:00:30 -0000 1.1
56 +++ gimp-print-5.1.3.ebuild 10 Oct 2007 19:08:45 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2007 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-5.1.3.ebuild,v 1.1 2007/09/30 19:00:30 genstef Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-print/gimp-print-5.1.3.ebuild,v 1.2 2007/10/10 19:08:45 genstef Exp $
62
63 inherit flag-o-matic eutils multilib
64
65 @@ -70,7 +70,7 @@
66 }
67
68 src_install () {
69 - emake install DESTDIR="${D}" || die "make install failed"
70 + emake -j1 DESTDIR="${D}" install || die "emake install failed"
71
72 exeinto /usr/share/gutenprint
73 doexe test/{unprint,pcl-unprint,bjc-unprint,parse-escp2,escp2-weavetest,run-testdither,run-weavetest,testdither}
74
75
76
77 --
78 gentoo-commits@g.o mailing list