diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 11:18:18 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 11:18:18 +0000 |
commit | 67aff454e174a9cbc55a98865df0a7b8168abaf7 (patch) | |
tree | aa03c367f816b2fb23dfe975754309e30c40da20 /dev-util/bitkeeper | |
parent | moved mpi form local to global, as mpi is now supported by more than one app (diff) | |
download | gentoo-2-67aff454e174a9cbc55a98865df0a7b8168abaf7.tar.gz gentoo-2-67aff454e174a9cbc55a98865df0a7b8168abaf7.tar.bz2 gentoo-2-67aff454e174a9cbc55a98865df0a7b8168abaf7.zip |
Removed unavailable
Diffstat (limited to 'dev-util/bitkeeper')
-rw-r--r-- | dev-util/bitkeeper/bitkeeper-3.0.ebuild | 59 | ||||
-rw-r--r-- | dev-util/bitkeeper/files/digest-bitkeeper-3.0 | 0 |
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 |