summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-11-21 04:28:00 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-11-21 04:28:00 +0000
commita1745b9f60d50085a750761f4260fc3a7d0f26d1 (patch)
treeb04316e768648149ab9ca50fc1082644449ae62a /dev-util
parentadded UTF-8 compatibility (diff)
downloadgentoo-2-a1745b9f60d50085a750761f4260fc3a7d0f26d1.tar.gz
gentoo-2-a1745b9f60d50085a750761f4260fc3a7d0f26d1.tar.bz2
gentoo-2-a1745b9f60d50085a750761f4260fc3a7d0f26d1.zip
removed "*****" boxes
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/bitkeeper/bitkeeper-3.0-r1.ebuild16
1 files changed, 7 insertions, 9 deletions
diff --git a/dev-util/bitkeeper/bitkeeper-3.0-r1.ebuild b/dev-util/bitkeeper/bitkeeper-3.0-r1.ebuild
index 63dabeaa054f..138982f6c299 100644
--- a/dev-util/bitkeeper/bitkeeper-3.0-r1.ebuild
+++ b/dev-util/bitkeeper/bitkeeper-3.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bitkeeper/bitkeeper-3.0-r1.ebuild,v 1.1 2002/11/19 21:28:57 zwelch Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bitkeeper/bitkeeper-3.0-r1.ebuild,v 1.2 2002/11/21 04:28:00 blizzy Exp $
S=${WORKDIR}/${P}
DESCRIPTION="BitKeeper is a scalable configuration management system."
@@ -22,14 +22,12 @@ KEYWORDS="x86 ppc sparc alpha"
pkg_setup() {
if [ ! -f ${DISTDIR}/${A} ] ; then
- einfo "****************************************************************************"
- einfo "* Perform the following steps to install this package:"
- einfo "* - Sign up at ${HOMEPAGE}"
- einfo "* - Check your mail and visit the download location"
- einfo "* - Download ${A} and place it in ${DISTDIR}"
- einfo "* - emerge this package again"
- einfo "****************************************************************************"
- die "Follow the above instructions, please"
+ eerror "You need to perform the following steps to install this package:"
+ eerror "- Sign up at ${HOMEPAGE}"
+ eerror "- Check your mail and visit the download location"
+ eerror "- Download ${A} and place it in ${DISTDIR}"
+ eerror "- emerge this package again"
+ die "package must be downloaded"
fi
}