summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2007-10-19 10:51:56 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2007-10-19 10:51:56 +0000
commit290116e20d5341fed0fce0ec2a7ad43307afc635 (patch)
tree324c2278f72c6168244456cfaa78609cf9f89021 /sci-physics
parentfixed a failing dodoc (bug #196385). (diff)
downloadhistorical-290116e20d5341fed0fce0ec2a7ad43307afc635.tar.gz
historical-290116e20d5341fed0fce0ec2a7ad43307afc635.tar.bz2
historical-290116e20d5341fed0fce0ec2a7ad43307afc635.zip
Added a pause at the end of pkg_setup.
Package-Manager: portage-2.1.3.14
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/root/ChangeLog5
-rw-r--r--sci-physics/root/root-5.16.00.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog
index 0e5aabd79c6c..37708f631a56 100644
--- a/sci-physics/root/ChangeLog
+++ b/sci-physics/root/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-physics/root
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.11 2007/10/18 18:36:36 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.12 2007/10/19 10:51:56 bicatali Exp $
+
+ 19 Oct 2007; SĂ©bastien Fabbro <bicatali@gentoo.org> root-5.16.00.ebuild:
+ Added a pause at the end of pkg_setup.
18 Oct 2007; Ferris McCormick <fmccor@gentoo.org> root-5.16.00.ebuild:
Sparc stable - Bug #196282 --- Hooray! It's been rough, but we made it.
diff --git a/sci-physics/root/root-5.16.00.ebuild b/sci-physics/root/root-5.16.00.ebuild
index 7ef7dec6f446..8bb93b33efaf 100644
--- a/sci-physics/root/root-5.16.00.ebuild
+++ b/sci-physics/root/root-5.16.00.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v 1.5 2007/10/18 18:36:36 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.16.00.ebuild,v 1.6 2007/10/19 10:51:56 bicatali Exp $
inherit versionator flag-o-matic eutils toolchain-funcs qt3 fortran
@@ -49,6 +49,7 @@ pkg_setup() {
elog "Example, for PYTHIA, you would do: "
elog "EXTRA_CONF=\"--enable-pythia --with-pythia-libdir=/usr/$(get_libdir)\" emerge root"
elog
+ epause 10
if use cern; then
FORTRAN="gfortran g77 ifc"
fortran_pkg_setup