summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-01-11 13:44:50 +0000
committerJustin Lecher <jlec@gentoo.org>2011-01-11 13:44:50 +0000
commit51c9e447ddad3f645d0b927ad6d599bfa6859ec1 (patch)
tree0f15fc153058d5731f4815917be110647a52359d /sci-libs/ccp4-libs
parentUpdate Xfce mirrors wrt upstream http://www.xfce.org/download/ (diff)
downloadgentoo-2-51c9e447ddad3f645d0b927ad6d599bfa6859ec1.tar.gz
gentoo-2-51c9e447ddad3f645d0b927ad6d599bfa6859ec1.tar.bz2
gentoo-2-51c9e447ddad3f645d0b927ad6d599bfa6859ec1.zip
Speedup configure by reducing the sleep periods
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/ccp4-libs')
-rw-r--r--sci-libs/ccp4-libs/ChangeLog5
-rw-r--r--sci-libs/ccp4-libs/ccp4-libs-6.1.3-r7.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/ccp4-libs/ChangeLog b/sci-libs/ccp4-libs/ChangeLog
index 49110289bd88..f022b00227fa 100644
--- a/sci-libs/ccp4-libs/ChangeLog
+++ b/sci-libs/ccp4-libs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/ccp4-libs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ChangeLog,v 1.22 2011/01/11 09:06:08 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ChangeLog,v 1.23 2011/01/11 13:44:50 jlec Exp $
+
+ 11 Jan 2011; Justin Lecher <jlec@gentoo.org> ccp4-libs-6.1.3-r7.ebuild:
+ Speedup configure by reducing the sleep periods
11 Jan 2011; Justin Lecher <jlec@gentoo.org> +files/6.1.3-impl-dec.patch,
ccp4-libs-6.1.3-r7.ebuild:
diff --git a/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r7.ebuild b/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r7.ebuild
index 8a5e536ed60b..a18d3897a2b2 100644
--- a/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r7.ebuild
+++ b/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r7.ebuild,v 1.3 2011/01/11 09:06:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/ccp4-libs/ccp4-libs-6.1.3-r7.ebuild,v 1.4 2011/01/11 13:44:50 jlec Exp $
EAPI="3"
@@ -111,6 +111,7 @@ src_prepare() {
-e 's:-Wl,-rpath,$CLIB::g' \
-e 's: -rpath $CLIB::g' \
-e 's: -I${srcdir}/include/cpp_c_headers::g' \
+ -e 's:sleep 1:sleep .2:g' \
-i configure || die
gnuconfig_update