summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-11-18 06:49:54 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-11-18 06:49:54 +0000
commit064a45e426e92ade151c2a2c4883b0ff604bc039 (patch)
tree2e424a4c21222e0466b4c5005a7fcad120168a66 /dev-util
parentrev bump (diff)
downloadhistorical-064a45e426e92ade151c2a2c4883b0ff604bc039.tar.gz
historical-064a45e426e92ade151c2a2c4883b0ff604bc039.tar.bz2
historical-064a45e426e92ade151c2a2c4883b0ff604bc039.zip
(multiple) removed quite some crap:
- "boxes" done with "*****", "#####", "=====" or "-----" - checking for user accounts with weird awk stuff instead of using id - empty lines at beginning or end of functions - whole "novels" of instructions in pkg_postinst()
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/bitkeeper/bitkeeper-3.0.ebuild16
1 files changed, 7 insertions, 9 deletions
diff --git a/dev-util/bitkeeper/bitkeeper-3.0.ebuild b/dev-util/bitkeeper/bitkeeper-3.0.ebuild
index 2dc536e8c4cd..d19bf34e175e 100644
--- a/dev-util/bitkeeper/bitkeeper-3.0.ebuild
+++ b/dev-util/bitkeeper/bitkeeper-3.0.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.ebuild,v 1.2 2002/11/17 09:35:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bitkeeper/bitkeeper-3.0.ebuild,v 1.3 2002/11/18 06:49:54 blizzy Exp $
DESCRIPTION="BitKeeper is a scalable configuration management system"
SRC_URI=""
@@ -21,14 +21,12 @@ use 'alpha' >/dev/null && A="bk-3.0-alpha-glibc21-linux.bin"
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
}