summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-09-06 19:43:49 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-09-06 19:43:49 +0000
commitdf2a9186d66072274e3733c65134d590edb78f81 (patch)
tree9f893ecc7f1b0c63faadb92bc1f0f9f17d56518a /dev-lang/python/python-2.3.4.ebuild
parentnew snapshot release (diff)
downloadhistorical-df2a9186d66072274e3733c65134d590edb78f81.tar.gz
historical-df2a9186d66072274e3733c65134d590edb78f81.tar.bz2
historical-df2a9186d66072274e3733c65134d590edb78f81.zip
Switch to use epause and ebeep, bug #62950
Diffstat (limited to 'dev-lang/python/python-2.3.4.ebuild')
-rw-r--r--dev-lang/python/python-2.3.4.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-lang/python/python-2.3.4.ebuild b/dev-lang/python/python-2.3.4.ebuild
index b7b62018b580..a505be14c6a9 100644
--- a/dev-lang/python/python-2.3.4.ebuild
+++ b/dev-lang/python/python-2.3.4.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-lang/python/python-2.3.4.ebuild,v 1.10 2004/08/31 07:53:58 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4.ebuild,v 1.11 2004/09/06 19:39:31 ciaranm Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -193,9 +193,5 @@ pkg_postinst() {
ewarn "Portage-2.0.49-r8 and below will continue to use python-2.2.x, so"
ewarn "think twice about uninstalling it, otherwise your system will break."
ewarn
- echo -ne "\a"; sleep 1
- echo -ne "\a"; sleep 1
- echo -ne "\a"; sleep 1
- echo -ne "\a"; sleep 1
- echo -ne "\a"; sleep 1
+ ebeep 5
}