floppym     14/10/01 19:59:55

  Modified:             global-6.3.1.ebuild ChangeLog
  Log:
  Fix installation with tex not available. Patch by Arfrever.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  dev-util/global/global-6.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.3.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.3.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/global-6.3.1.ebuild?r1=1.1&r2=1.2

Index: global-6.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/global-6.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- global-6.3.1.ebuild 11 Aug 2014 23:05:12 -0000      1.1
+++ global-6.3.1.ebuild 1 Oct 2014 19:59:55 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.3.1.ebuild,v 1.1 
2014/08/11 23:05:12 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.3.1.ebuild,v 1.2 
2014/10/01 19:59:55 floppym Exp $
 
 EAPI="5"
 
@@ -51,7 +51,8 @@
 
        if use doc; then
                dohtml doc/global.html
-               dodoc doc/global.pdf
+               # doc/global.pdf is generated if tex executable (e.g. 
/usr/bin/tex) is available.
+               [[ -f doc/global.pdf ]] && dodoc doc/global.pdf
        fi
 
        dodoc AUTHORS FAQ NEWS README THANKS



1.132                dev-util/global/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.132&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?rev=1.132&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/global/ChangeLog?r1=1.131&r2=1.132

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog   8 Sep 2014 07:15:16 -0000       1.131
+++ ChangeLog   1 Oct 2014 19:59:55 -0000       1.132
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/global
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.131 
2014/09/08 07:15:16 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.132 
2014/10/01 19:59:55 floppym Exp $
+
+  01 Oct 2014; Mike Gilbert <flop...@gentoo.org> global-6.3.1.ebuild:
+  Fix installation with tex not available. Patch by Arfrever.
 
   08 Sep 2014; Chema Alonso <nim...@gentoo.org> global-6.3.ebuild:
   Stable for amd64 wrt bug #518612




Reply via email to