vapier      15/07/14 03:06:33

  Modified:             bc-1.06.95-r2.ebuild bc-1.06.95-r1.ebuild ChangeLog
  Log:
  Prevent info pages from being regenerated (which requires texinfo) #554774 by 
Anton Gubarkov.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.2                  sys-devel/bc/bc-1.06.95-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/bc-1.06.95-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/bc-1.06.95-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/bc-1.06.95-r2.ebuild?r1=1.1&r2=1.2

Index: bc-1.06.95-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bc-1.06.95-r2.ebuild        13 Jul 2015 05:01:23 -0000      1.1
+++ bc-1.06.95-r2.ebuild        14 Jul 2015 03:06:33 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95-r2.ebuild,v 1.1 
2015/07/13 05:01:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95-r2.ebuild,v 1.2 
2015/07/14 03:06:33 vapier Exp $
 
 EAPI="5"
 
@@ -40,6 +40,10 @@
        econf \
                $(use_with readline) \
                ${libedit}
+
+       # Do not regen docs -- configure produces a small fragment that includes
+       # the version info which causes all pages to regen (newer file). #554774
+       touch -r doc doc/*
 }
 
 src_compile() {



1.8                  sys-devel/bc/bc-1.06.95-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/bc-1.06.95-r1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/bc-1.06.95-r1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/bc-1.06.95-r1.ebuild?r1=1.7&r2=1.8

Index: bc-1.06.95-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bc-1.06.95-r1.ebuild        13 Jul 2015 18:20:36 -0000      1.7
+++ bc-1.06.95-r1.ebuild        14 Jul 2015 03:06:33 -0000      1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95-r1.ebuild,v 1.7 
2015/07/13 18:20:36 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06.95-r1.ebuild,v 1.8 
2015/07/14 03:06:33 vapier Exp $
 
 EAPI="2"
 
@@ -36,6 +36,10 @@
        fi
        use static && append-ldflags -static
        econf ${myconf}
+
+       # Do not regen docs -- configure produces a small fragment that includes
+       # the version info which causes all pages to regen (newer file). #554774
+       touch -r doc doc/*
 }
 
 src_compile() {



1.46                 sys-devel/bc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/ChangeLog?rev=1.46&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/ChangeLog?rev=1.46&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bc/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   13 Jul 2015 18:20:36 -0000      1.45
+++ ChangeLog   14 Jul 2015 03:06:33 -0000      1.46
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/bc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.45 2015/07/13 
18:20:36 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.46 2015/07/14 
03:06:33 vapier Exp $
+
+  14 Jul 2015; Mike Frysinger <[email protected]> bc-1.06.95-r1.ebuild,
+  bc-1.06.95-r2.ebuild:
+  Prevent info pages from being regenerated (which requires texinfo) #554774 by
+  Anton Gubarkov.
 
   13 Jul 2015; Mikle Kolyada <[email protected]> bc-1.06.95-r1.ebuild:
   amd64 stable wrt bug #554708




Reply via email to