summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-09-06 00:42:53 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-09-06 00:42:53 +0000
commitf074420723a184d9fd20aee3feeb5b033c868736 (patch)
tree7d2fee2a091f3e7f2ce4b8beca9da28de035f1d6 /sys-libs
parentSwitch to use epause and ebeep, bug #62950 (Manifest recommit) (diff)
downloadgentoo-2-f074420723a184d9fd20aee3feeb5b033c868736.tar.gz
gentoo-2-f074420723a184d9fd20aee3feeb5b033c868736.tar.bz2
gentoo-2-f074420723a184d9fd20aee3feeb5b033c868736.zip
Switch to use epause and ebeep, bug #62950
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog6
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20040808.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 98b389dffe4b..ab4165850886 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/glibc
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.248 2004/08/31 18:46:17 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.249 2004/09/06 00:40:08 ciaranm Exp $
+
+ 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org>
+ glibc-2.3.4.20040619-r1.ebuild, glibc-2.3.4.20040808.ebuild:
+ Switch to use epause and ebeep, bug #62950
31 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org>
glibc-2.3.3.20040420-r1.ebuild:
diff --git a/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild b/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild
index 651d22a489ca..abbea1a2f087 100644
--- a/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild,v 1.13 2004/08/28 04:01:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040619-r1.ebuild,v 1.14 2004/09/06 00:40:08 ciaranm Exp $
inherit eutils flag-o-matic gcc
@@ -229,7 +229,7 @@ do_makecheck() {
else
ewarn "remounting / without noatime option so that make check"
ewarn "does not fail!"
- sleep 2
+ epause 2
mount / -o remount,atime
cd ${WORKDIR}/build
make check || die
diff --git a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild b/sys-libs/glibc/glibc-2.3.4.20040808.ebuild
index a0be3ad47667..0bbbce7340dd 100644
--- a/sys-libs/glibc/glibc-2.3.4.20040808.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20040808.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808.ebuild,v 1.15 2004/08/30 14:02:39 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20040808.ebuild,v 1.16 2004/09/06 00:40:08 ciaranm Exp $
inherit eutils flag-o-matic gcc
@@ -225,7 +225,7 @@ do_makecheck() {
else
ewarn "remounting / without noatime option so that make check"
ewarn "does not fail!"
- sleep 2
+ epause 2
mount / -o remount,atime
cd ${WORKDIR}/build
make check || die