summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-14 03:06:33 +0000
committerMike Frysinger <vapier@gentoo.org>2015-07-14 03:06:33 +0000
commit7d6f513ef1257e5aebabb37434dbe240d99965fc (patch)
tree4ebd58e9b5e776ad6d10d7e7ca513e53f04a25de /sys-devel
parentAdd commit messages to patches. (diff)
downloadgentoo-2-7d6f513ef1257e5aebabb37434dbe240d99965fc.tar.gz
gentoo-2-7d6f513ef1257e5aebabb37434dbe240d99965fc.tar.bz2
gentoo-2-7d6f513ef1257e5aebabb37434dbe240d99965fc.zip
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)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bc/ChangeLog7
-rw-r--r--sys-devel/bc/bc-1.06.95-r1.ebuild6
-rw-r--r--sys-devel/bc/bc-1.06.95-r2.ebuild6
3 files changed, 16 insertions, 3 deletions
diff --git a/sys-devel/bc/ChangeLog b/sys-devel/bc/ChangeLog
index 9f6c122cbcd4..fe3a64660eae 100644
--- a/sys-devel/bc/ChangeLog
+++ b/sys-devel/bc/ChangeLog
@@ -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 <vapier@gentoo.org> 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 <zlogene@gentoo.org> bc-1.06.95-r1.ebuild:
amd64 stable wrt bug #554708
diff --git a/sys-devel/bc/bc-1.06.95-r1.ebuild b/sys-devel/bc/bc-1.06.95-r1.ebuild
index ada5a972e635..a1655d6c439c 100644
--- a/sys-devel/bc/bc-1.06.95-r1.ebuild
+++ b/sys-devel/bc/bc-1.06.95-r1.ebuild
@@ -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 @@ src_configure() {
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() {
diff --git a/sys-devel/bc/bc-1.06.95-r2.ebuild b/sys-devel/bc/bc-1.06.95-r2.ebuild
index 8a59a3aa8425..5e8461d30122 100644
--- a/sys-devel/bc/bc-1.06.95-r2.ebuild
+++ b/sys-devel/bc/bc-1.06.95-r2.ebuild
@@ -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 @@ src_configure() {
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() {