Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/xpaint: ChangeLog xpaint-2.9.10.2.ebuild xpaint-2.9.10.ebuild
Date: Fri, 20 Jun 2014 14:31:45
Message-Id: 20140620143142.1E3F52004E@flycatcher.gentoo.org
1 hasufell 14/06/20 14:31:42
2
3 Modified: ChangeLog xpaint-2.9.10.2.ebuild
4 Removed: xpaint-2.9.10.ebuild
5 Log:
6 fix build with tiff disabled wrt #513968, rm old
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
9
10 Revision Changes Path
11 1.24 media-gfx/xpaint/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xpaint/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xpaint/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xpaint/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xpaint/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 22 Apr 2014 13:14:39 -0000 1.23
24 +++ ChangeLog 20 Jun 2014 14:31:41 -0000 1.24
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/xpaint
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/ChangeLog,v 1.23 2014/04/22 13:14:39 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/ChangeLog,v 1.24 2014/06/20 14:31:41 hasufell Exp $
30 +
31 + 20 Jun 2014; Julian Ospald <hasufell@g.o> -xpaint-2.9.10.ebuild,
32 + xpaint-2.9.10.2.ebuild, +files/xpaint-2.9.10.2-tiff.patch,
33 + -files/xpaint-2.9.10-version.patch:
34 + fix build with tiff disabled wrt #513968, rm old
35
36 22 Apr 2014; Julian Ospald <hasufell@g.o> xpaint-2.9.10.2.ebuild:
37 fix deps
38
39
40
41 1.3 media-gfx/xpaint/xpaint-2.9.10.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xpaint/xpaint-2.9.10.2.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xpaint/xpaint-2.9.10.2.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/xpaint/xpaint-2.9.10.2.ebuild?r1=1.2&r2=1.3
46
47 Index: xpaint-2.9.10.2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.9.10.2.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- xpaint-2.9.10.2.ebuild 22 Apr 2014 13:14:39 -0000 1.2
54 +++ xpaint-2.9.10.2.ebuild 20 Jun 2014 14:31:41 -0000 1.3
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.9.10.2.ebuild,v 1.2 2014/04/22 13:14:39 hasufell Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xpaint/xpaint-2.9.10.2.ebuild,v 1.3 2014/06/20 14:31:41 hasufell Exp $
60
61 EAPI=5
62
63 @@ -42,7 +42,7 @@
64
65 src_prepare() {
66 epatch "${FILESDIR}"/${PN}-2.9.9.4-{QA1,submake,parallel-make}.patch \
67 - "${FILESDIR}"/${PN}-2.9.10.2-QA2.patch
68 + "${FILESDIR}"/${PN}-2.9.10.2-{QA2,tiff}.patch
69 eautoreconf
70 }