summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-27 11:18:18 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-27 11:18:18 +0000
commit91c437f1e7a24af55a4991a27e2a915c00a380ce (patch)
treeab359c246e26dea1ed92a04cee5ec561512aa8fa /dev-util/bitkeeper
parentmoved mpi form local to global, as mpi is now supported by more than one app (diff)
downloadhistorical-91c437f1e7a24af55a4991a27e2a915c00a380ce.tar.gz
historical-91c437f1e7a24af55a4991a27e2a915c00a380ce.tar.bz2
historical-91c437f1e7a24af55a4991a27e2a915c00a380ce.zip
Removed unavailable
Diffstat (limited to 'dev-util/bitkeeper')
-rw-r--r--dev-util/bitkeeper/bitkeeper-3.0.ebuild59
-rw-r--r--dev-util/bitkeeper/files/digest-bitkeeper-3.00
2 files changed, 0 insertions, 59 deletions
diff --git a/dev-util/bitkeeper/bitkeeper-3.0.ebuild b/dev-util/bitkeeper/bitkeeper-3.0.ebuild
deleted file mode 100644
index a64cfda2bdb3..000000000000
--- a/dev-util/bitkeeper/bitkeeper-3.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2003 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.4 2003/02/13 11:47:19 vapier Exp $
-
-DESCRIPTION="BitKeeper is a scalable configuration management system"
-SRC_URI=""
-HOMEPAGE="http://www.bitkeeper.com/"
-DEPEND=">=virtual/glibc-2.2
- >=dev-lang/tcl-8.3.3
- X? ( >=dev-lang/tk-8.3.3 )"
-
-SLOT="0"
-LICENSE="BKL"
-KEYWORDS="x86 ppc sparc alpha"
-
-# I'm not sure what the official way to do this is...
-use 'x86' >/dev/null && A="bk-3.0-x86-glibc22-linux.bin"
-use 'ppc' >/dev/null && A="bk-3.0-powerpc-glibc21-linux.bin"
-use 'sparc' >/dev/null && A="bk-3.0-sparc-glibc21-linux.bin"
-use 'alpha' >/dev/null && A="bk-3.0-alpha-glibc21-linux.bin"
-
-pkg_setup() {
- if [ ! -f ${DISTDIR}/${A} ] ; then
- 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
-}
-
-src_unpack() {
- mkdir ${S}
- cp ${DISTDIR}/${A} ${S}/${A}
- chmod 755 ${S}/${A}
- echo 'none' | ${S}/${A} > ${S}/output 2>/dev/null
- installer=`sed -n -e "s/Installation script: \(.*\)/\1/p" ${S}/output`
- archive=`sed -n -e "s/Gzipped tar archive: \(.*\)/\1/p" ${S}/output`
- mv $installer ${S}/installer
- mv $archive ${S}/archive
-}
-
-src_install () {
- dodir /opt
- dodir /etc/env.d
- cd ${D}/opt && tar -xzf ${S}/archive
- mv ${D}/opt/bitkeeper ${D}/opt/${P}
- cat <<EOF >${D}/etc/env.d/10bitkeeper
-# Generated by ${P}.ebuild
-PATH=/opt/${P}
-ROOTPATH=/opt/${P}
-MANPATH=/opt/${P}/man
-EOF
-}
-
-pkg_postinst () {
- einfo "Run 'bk regressions' to verify the installation. (Recommended)"
-}
diff --git a/dev-util/bitkeeper/files/digest-bitkeeper-3.0 b/dev-util/bitkeeper/files/digest-bitkeeper-3.0
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/dev-util/bitkeeper/files/digest-bitkeeper-3.0
+++ /dev/null