diff options
author | Nicholas Jones <carpaski@gentoo.org> | 2003-05-20 22:06:07 +0000 |
---|---|---|
committer | Nicholas Jones <carpaski@gentoo.org> | 2003-05-20 22:06:07 +0000 |
commit | 0f4102f9e7dc31fb58e6c2221dedaa133967c9ce (patch) | |
tree | 104c173a062bc7ddfd4b75bf35e81335c6599937 /sys-apps | |
parent | moving --enable-xinerama to USE test in commonbox.eclass (diff) | |
download | gentoo-2-0f4102f9e7dc31fb58e6c2221dedaa133967c9ce.tar.gz gentoo-2-0f4102f9e7dc31fb58e6c2221dedaa133967c9ce.tar.bz2 gentoo-2-0f4102f9e7dc31fb58e6c2221dedaa133967c9ce.zip |
Fixing the sleep calls.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/portage/portage-2.0.48.ebuild | 21 |
2 files changed, 14 insertions, 9 deletions
diff --git a/sys-apps/portage/Manifest b/sys-apps/portage/Manifest index d59bd2e0f097..c0c1a59fea62 100644 --- a/sys-apps/portage/Manifest +++ b/sys-apps/portage/Manifest @@ -1,5 +1,5 @@ MD5 99f04d6ba31d0a474fec7333609ba8db portage-2.0.48_pre6.ebuild 8902 -MD5 133cd3458859a6183f8fa96b26d8f1f5 portage-2.0.48.ebuild 8993 +MD5 eb4fa17508d4def97f81394ee9152bf3 portage-2.0.48.ebuild 9174 MD5 b6056a07ab123083ddd1b7a6c0460e93 portage-2.0.47-r10.ebuild 8486 MD5 30286e3aa7a1e245e2a6ddaa35a090c5 ChangeLog 409 MD5 2d2a49ca496d6a8d5bf34021d2755402 files/digest-portage-2.0.48_pre6 72 diff --git a/sys-apps/portage/portage-2.0.48.ebuild b/sys-apps/portage/portage-2.0.48.ebuild index fc3298c7cf38..dd1ca1a8fe23 100644 --- a/sys-apps/portage/portage-2.0.48.ebuild +++ b/sys-apps/portage/portage-2.0.48.ebuild @@ -1,5 +1,5 @@ # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.48.ebuild,v 1.3 2003/05/20 18:26:38 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.0.48.ebuild,v 1.4 2003/05/20 22:06:04 carpaski Exp $ IUSE="build" @@ -150,7 +150,7 @@ pkg_postinst() { fi echo - eerror "NOTICE: PLEASE update your make.globals. All user changes to variables" + eerror "NOTICE: PLEASE *REPLACE* your make.globals. All user changes to variables" eerror "in make.globals should be placed in make.conf. DO NOT MODIFY make.globals." echo eerror "NOTICE: The wheel group requirement for non-root users has been changed to" @@ -165,18 +165,23 @@ pkg_postinst() { einfo "should be in your worldfile but were removed by a recently discovered" einfo "'-e bug' or if you deleted it: run 'regenworld' as root." echo - eerror "The late 2.0.47 portages contains enhanced digests which contain all" + eerror "The late 2.0.48 portages contains Manifest files which contain all" eerror "the files and ebuilds used, not just the archives extracted. This is to" eerror "help discovering corruption and increasing security and should require" eerror "no extra work from end-users. If portage reports a bad file that is not" eerror "in the distfiles directory, after you've deleted it an re-sync'd, report it." echo if [ -z $PORTAGE_TEST ]; then - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 - echo -ne "\a" ; sleep 0.1 ; echo -ne "\a" ; sleep 1 + echo -ne "\a" ; sleep 0.1 &>/dev/null ; sleep 0,1 &>/dev/null + echo -ne "\a" ; sleep 1 + echo -ne "\a" ; sleep 0.1 &>/dev/null ; sleep 0,1 &>/dev/null + echo -ne "\a" ; sleep 1 + echo -ne "\a" ; sleep 0.1 &>/dev/null ; sleep 0,1 &>/dev/null + echo -ne "\a" ; sleep 1 + echo -ne "\a" ; sleep 0.1 &>/dev/null ; sleep 0,1 &>/dev/null + echo -ne "\a" ; sleep 1 + echo -ne "\a" ; sleep 0.1 &>/dev/null ; sleep 0,1 &>/dev/null + echo -ne "\a" ; sleep 1 sleep 8 # Kill the existing counter and generate a new one. |