summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-09-06 00:13:49 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-09-06 00:13:49 +0000
commit4acdff6e9c53fa6167d57b4a55c6aa104af9a0df (patch)
treeee402c027998f0f25373c332ef794c3168ef932b
parentStable on ppc. (Manifest recommit) (diff)
downloadgentoo-2-4acdff6e9c53fa6167d57b4a55c6aa104af9a0df.tar.gz
gentoo-2-4acdff6e9c53fa6167d57b4a55c6aa104af9a0df.tar.bz2
gentoo-2-4acdff6e9c53fa6167d57b4a55c6aa104af9a0df.zip
Switch to use epause and ebeep, bug #62950
-rw-r--r--dev-java/xalan/ChangeLog5
-rw-r--r--dev-java/xalan/xalan-2.6.0.ebuild6
-rw-r--r--dev-libs/cyrus-sasl/ChangeLog6
-rw-r--r--dev-libs/cyrus-sasl/cyrus-sasl-2.1.19-r1.ebuild6
-rw-r--r--gnustep-base/gnustep-make/ChangeLog5
-rw-r--r--gnustep-base/gnustep-make/gnustep-make-1.7.2.ebuild6
6 files changed, 23 insertions, 11 deletions
diff --git a/dev-java/xalan/ChangeLog b/dev-java/xalan/ChangeLog
index 987a7318f970..68eca55e5833 100644
--- a/dev-java/xalan/ChangeLog
+++ b/dev-java/xalan/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/xalan
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xalan/ChangeLog,v 1.21 2004/08/30 18:25:09 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xalan/ChangeLog,v 1.22 2004/09/06 00:10:04 ciaranm Exp $
+
+ 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> xalan-2.6.0.ebuild:
+ Switch to use epause and ebeep, bug #62950
30 Aug 2004; Chris Aniszczyk <zx@gentoo.org> xalan-2.6.0.ebuild:
Marking x86
diff --git a/dev-java/xalan/xalan-2.6.0.ebuild b/dev-java/xalan/xalan-2.6.0.ebuild
index fb6419fcea2a..b669ac038afd 100644
--- a/dev-java/xalan/xalan-2.6.0.ebuild
+++ b/dev-java/xalan/xalan-2.6.0.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/dev-java/xalan/xalan-2.6.0.ebuild,v 1.3 2004/08/30 18:25:09 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xalan/xalan-2.6.0.ebuild,v 1.4 2004/09/06 00:10:04 ciaranm Exp $
inherit java-pkg eutils
@@ -62,13 +62,13 @@ pkg_postinst() {
einfo " Design documentation can be found online at: "
einfo " http://xml.apache.org/xalan-j/design/design2_0_0.html"
einfo " "
- sleep 5
+ epause 5
else
einfo " "
einfo " Online Documentation: "
einfo " http://xml.apache.org/xalan-j/design/design2_0_0.html"
einfo " http://xml.apache.org/xalan-j/apidocs/index.html "
einfo " "
- sleep 5
+ epause 5
fi
}
diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog
index a08a960b8267..b360b6997bd8 100644
--- a/dev-libs/cyrus-sasl/ChangeLog
+++ b/dev-libs/cyrus-sasl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/cyrus-sasl
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.92 2004/08/30 04:46:26 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.93 2004/09/06 00:12:16 ciaranm Exp $
+
+ 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org>
+ cyrus-sasl-2.1.19-r1.ebuild:
+ Switch to use epause and ebeep, bug #62950
*cyrus-sasl-2.1.19-r1 (29 Aug 2004)
diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.19-r1.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.19-r1.ebuild
index 3830c90d85e8..506681b562b9 100644
--- a/dev-libs/cyrus-sasl/cyrus-sasl-2.1.19-r1.ebuild
+++ b/dev-libs/cyrus-sasl/cyrus-sasl-2.1.19-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/dev-libs/cyrus-sasl/cyrus-sasl-2.1.19-r1.ebuild,v 1.2 2004/08/30 23:39:42 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-2.1.19-r1.ebuild,v 1.3 2004/09/06 00:12:16 ciaranm Exp $
inherit eutils gnuconfig flag-o-matic java-pkg
@@ -46,7 +46,7 @@ pkg_setup() {
echo
ewarn "Waiting 10 seconds before starting..."
ewarn "(Control-C to abort)..."
- sleep 10
+ epause 10
fi
echo
@@ -59,7 +59,7 @@ pkg_setup() {
einfo "Don't forget to restart the service: \`/etc/init.d/saslauthd restart\`."
echo
einfo "Pause 10 seconds before continuing."
- sleep 10
+ epause 10
}
src_unpack() {
diff --git a/gnustep-base/gnustep-make/ChangeLog b/gnustep-base/gnustep-make/ChangeLog
index 1beadad726df..1beae8449773 100644
--- a/gnustep-base/gnustep-make/ChangeLog
+++ b/gnustep-base/gnustep-make/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnustep-base/gnustep-make
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.3 2004/07/27 17:19:30 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.4 2004/09/06 00:13:49 ciaranm Exp $
+
+ 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> gnustep-make-1.7.2.ebuild:
+ Switch to use epause and ebeep, bug #62950
25 Jul 2004; Lina Pezzella <burgundy@gentoo.org> :
Fixed Manifest.
diff --git a/gnustep-base/gnustep-make/gnustep-make-1.7.2.ebuild b/gnustep-base/gnustep-make/gnustep-make-1.7.2.ebuild
index d3d43fc91784..3b27908175e8 100644
--- a/gnustep-base/gnustep-make/gnustep-make-1.7.2.ebuild
+++ b/gnustep-base/gnustep-make/gnustep-make-1.7.2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-1.7.2.ebuild,v 1.1 2004/07/23 13:51:21 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-1.7.2.ebuild,v 1.2 2004/09/06 00:13:49 ciaranm Exp $
+
+inherit eutils
IUSE=""
@@ -28,7 +30,7 @@ src_unpack() {
ewarn "or you will have problems!" See:
ewarn "http://bugs.gentoo.org/show_bug.cgi?id=24530"
ewarn ""
- sleep 5
+ epause 5
unpack ${A}
cd ${S}
}