Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/fontconfig: ChangeLog fontconfig-2.6.0-r2.ebuild
Date: Thu, 02 Oct 2008 14:58:41
Message-Id: E1KlPdW-00011m-2Z@stork.gentoo.org
1 loki_val 08/10/02 14:58:38
2
3 Modified: ChangeLog fontconfig-2.6.0-r2.ebuild
4 Log:
5 Because opfer was so thoughtful as to change the name of a useflag on stable package :-), people who had built docbook-sgml-utils before September 2nd would have built it with tetex to get docbook2pdf. This changes the built_with_use logic to take that into consideration.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64)
7
8 Revision Changes Path
9 1.128 media-libs/fontconfig/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.128&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/ChangeLog?rev=1.128&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/ChangeLog?r1=1.127&r2=1.128
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v
18 retrieving revision 1.127
19 retrieving revision 1.128
20 diff -u -r1.127 -r1.128
21 --- ChangeLog 1 Oct 2008 15:42:34 -0000 1.127
22 +++ ChangeLog 2 Oct 2008 14:58:37 -0000 1.128
23 @@ -1,6 +1,13 @@
24 # ChangeLog for media-libs/fontconfig
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.127 2008/10/01 15:42:34 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/ChangeLog,v 1.128 2008/10/02 14:58:37 loki_val Exp $
28 +
29 + 02 Oct 2008; Peter Alfredsen <loki_val@g.o>
30 + fontconfig-2.6.0-r2.ebuild:
31 + Because opfer was so thoughtful as to change the name of a useflag on
32 + stable package, people who had built docbook-sgml-utils before September
33 + 2nd would have built it with tetex to get docbook2pdf. This changes the
34 + built_with_use logic to take that into consideration.
35
36 01 Oct 2008; Peter Alfredsen <loki_val@g.o>
37 ChangeLog, fontconfig-2.6.0-r2.ebuild:
38
39
40
41 1.9 media-libs/fontconfig/fontconfig-2.6.0-r2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/fontconfig-2.6.0-r2.ebuild?rev=1.9&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/fontconfig-2.6.0-r2.ebuild?rev=1.9&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/fontconfig/fontconfig-2.6.0-r2.ebuild?r1=1.8&r2=1.9
46
47 Index: fontconfig-2.6.0-r2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.6.0-r2.ebuild,v
50 retrieving revision 1.8
51 retrieving revision 1.9
52 diff -u -r1.8 -r1.9
53 --- fontconfig-2.6.0-r2.ebuild 1 Oct 2008 15:39:01 -0000 1.8
54 +++ fontconfig-2.6.0-r2.ebuild 2 Oct 2008 14:58:37 -0000 1.9
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.6.0-r2.ebuild,v 1.8 2008/10/01 15:39:01 loki_val Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.6.0-r2.ebuild,v 1.9 2008/10/02 14:58:37 loki_val Exp $
60
61 WANT_AUTOMAKE=1.9
62
63 @@ -32,7 +32,10 @@
64
65 pkg_setup() {
66 #To get docbook2pdf
67 - if use doc && ! built_with_use app-text/docbook-sgml-utils jadetex
68 + if use doc && ! { built_with_use --missing false app-text/docbook-sgml-utils jadetex \
69 + || \
70 + built_with_use --missing false app-text/docbook-sgml-utils tetex;
71 + }
72 then
73 die "For this package to be built with the doc use flag, app-text/docbook-sgml-utils must be built with the jadetex use flag"
74 fi