Gentoo Archives: gentoo-commits

From: "Thomas Beierlein (tomjbe)" <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/xastir: ChangeLog xastir-2.0.4.ebuild
Date: Sat, 27 Sep 2014 12:01:22
Message-Id: 20140927120119.2C3796696@oystercatcher.gentoo.org
1 tomjbe 14/09/27 12:01:19
2
3 Modified: ChangeLog xastir-2.0.4.ebuild
4 Log:
5 Fix search path for GraphicsMagick during econf
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
8
9 Revision Changes Path
10 1.38 media-radio/xastir/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/ChangeLog?rev=1.38&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/ChangeLog?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/ChangeLog?r1=1.37&r2=1.38
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v
19 retrieving revision 1.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- ChangeLog 15 Jul 2013 06:12:52 -0000 1.37
23 +++ ChangeLog 27 Sep 2014 12:01:19 -0000 1.38
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-radio/xastir
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.37 2013/07/15 06:12:52 tomjbe Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.38 2014/09/27 12:01:19 tomjbe Exp $
30 +
31 + 27 Sep 2014; Thomas Beierlein <tomjbe@g.o> xastir-2.0.4.ebuild:
32 + Fix search path for GraphicsMagick during econf
33
34 15 Jul 2013; Thomas Beierlein <tomjbe@g.o>
35 -files/xastir-1.9.8-fortify.diff, -files/xastir-2.0.0-Destdir.diff,
36
37
38
39 1.6 media-radio/xastir/xastir-2.0.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/xastir-2.0.4.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/xastir-2.0.4.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/xastir/xastir-2.0.4.ebuild?r1=1.5&r2=1.6
44
45 Index: xastir-2.0.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.4.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- xastir-2.0.4.ebuild 10 May 2013 16:27:03 -0000 1.5
52 +++ xastir-2.0.4.ebuild 27 Sep 2014 12:01:19 -0000 1.6
53 @@ -1,9 +1,9 @@
54 -# Copyright 1999-2013 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.4.ebuild,v 1.5 2013/05/10 16:27:03 tomjbe Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.4.ebuild,v 1.6 2014/09/27 12:01:19 tomjbe Exp $
59
60 EAPI=4
61 -inherit autotools eutils toolchain-funcs
62 +inherit autotools eutils flag-o-matic toolchain-funcs
63
64 DESCRIPTION="X Amateur Station Tracking and Information Reporting"
65 HOMEPAGE="http://xastir.sourceforge.net/"
66 @@ -53,6 +53,8 @@
67 }
68
69 src_configure() {
70 + # provide include path to GraphicsMagic for configure stage
71 + use graphicsmagick && append-cflags -I/usr/include/GraphicsMagick
72 econf --with-pcre \
73 --with-shapelib \
74 --with-dbfawk \