Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/global: global-6.3.1.ebuild ChangeLog
Date: Wed, 01 Oct 2014 19:59:59
Message-Id: 20141001195955.510076B1F@oystercatcher.gentoo.org
1 floppym 14/10/01 19:59:55
2
3 Modified: global-6.3.1.ebuild ChangeLog
4 Log:
5 Fix installation with tex not available. Patch by Arfrever.
6
7 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 dev-util/global/global-6.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.3.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.3.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.3.1.ebuild?r1=1.1&r2=1.2
15
16 Index: global-6.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/global/global-6.3.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- global-6.3.1.ebuild 11 Aug 2014 23:05:12 -0000 1.1
23 +++ global-6.3.1.ebuild 1 Oct 2014 19:59:55 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.3.1.ebuild,v 1.1 2014/08/11 23:05:12 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.3.1.ebuild,v 1.2 2014/10/01 19:59:55 floppym Exp $
29
30 EAPI="5"
31
32 @@ -51,7 +51,8 @@
33
34 if use doc; then
35 dohtml doc/global.html
36 - dodoc doc/global.pdf
37 + # doc/global.pdf is generated if tex executable (e.g. /usr/bin/tex) is available.
38 + [[ -f doc/global.pdf ]] && dodoc doc/global.pdf
39 fi
40
41 dodoc AUTHORS FAQ NEWS README THANKS
42
43
44
45 1.132 dev-util/global/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.132&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.132&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?r1=1.131&r2=1.132
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
54 retrieving revision 1.131
55 retrieving revision 1.132
56 diff -u -r1.131 -r1.132
57 --- ChangeLog 8 Sep 2014 07:15:16 -0000 1.131
58 +++ ChangeLog 1 Oct 2014 19:59:55 -0000 1.132
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-util/global
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.131 2014/09/08 07:15:16 nimiux Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.132 2014/10/01 19:59:55 floppym Exp $
64 +
65 + 01 Oct 2014; Mike Gilbert <floppym@g.o> global-6.3.1.ebuild:
66 + Fix installation with tex not available. Patch by Arfrever.
67
68 08 Sep 2014; Chema Alonso <nimiux@g.o> global-6.3.ebuild:
69 Stable for amd64 wrt bug #518612