summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-01-30 04:02:48 +0000
committerMike Frysinger <vapier@gentoo.org>2005-01-30 04:02:48 +0000
commit3228c4e9d76560ea9bee2a743e34acdd0f822995 (patch)
treed56c00f5870e008818e52fde5a7f2ace6add8619 /dev-util/bitkeeper
parentarm/hppa/ia64/s390/sh/x86 stable for security #79844 (diff)
downloadhistorical-3228c4e9d76560ea9bee2a743e34acdd0f822995.tar.gz
historical-3228c4e9d76560ea9bee2a743e34acdd0f822995.tar.bz2
historical-3228c4e9d76560ea9bee2a743e34acdd0f822995.zip
old
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-util/bitkeeper')
-rw-r--r--dev-util/bitkeeper/Manifest14
-rw-r--r--dev-util/bitkeeper/bitkeeper-3.2.2c.ebuild90
-rw-r--r--dev-util/bitkeeper/bitkeeper-3.2.3.ebuild4
-rw-r--r--dev-util/bitkeeper/files/digest-bitkeeper-3.2.2c10
4 files changed, 3 insertions, 115 deletions
diff --git a/dev-util/bitkeeper/Manifest b/dev-util/bitkeeper/Manifest
index 55ccd5a754c3..56acdb6029ee 100644
--- a/dev-util/bitkeeper/Manifest
+++ b/dev-util/bitkeeper/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 618eeeaa95480f467d054427cfb5123d bitkeeper-3.2.2c.ebuild 2923
MD5 04921f390c85d35d15c32b65f60c49f2 ChangeLog 4115
+MD5 44beb834b37716946e940323e9e23f84 bitkeeper-3.2.3.ebuild 2852
MD5 42bb15c37e072cf6216b4692514d08c9 metadata.xml 275
-MD5 0a48443295742a62bd3d617554f82b7d bitkeeper-3.2.3.ebuild 2852
MD5 99af109f8ef7e857de2ca3dadc7a3a21 files/digest-bitkeeper-3.2.3 775
-MD5 b5f3245435167b364cdf62e02f12bd87 files/digest-bitkeeper-3.2.2c 785
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBObChchej4aZK9/cRAr7rAJ9Pd3MwSirtSDyxGYUfcKfoLvhR0ACdG7mI
-u3OM2jJq+jcmpCmFGSIJSeo=
-=RW9q
------END PGP SIGNATURE-----
diff --git a/dev-util/bitkeeper/bitkeeper-3.2.2c.ebuild b/dev-util/bitkeeper/bitkeeper-3.2.2c.ebuild
deleted file mode 100644
index 1f61ca3c984c..000000000000
--- a/dev-util/bitkeeper/bitkeeper-3.2.2c.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bitkeeper/bitkeeper-3.2.2c.ebuild,v 1.2 2004/07/18 21:55:08 aliz Exp $
-
-DESCRIPTION="A scalable configuration management system"
-HOMEPAGE="http://www.bitkeeper.com/"
-SRC_URI="alpha? ( bk-${PV}-alpha-glibc22-linux.bin )
- arm? ( bk-${PV}-arm-glibc21-linux.bin )
- hppa? ( bk-${PV}-hppa-glibc22-linux.bin )
- ia64? ( bk-${PV}-ia64-glibc22-linux.bin )
- mips? ( bk-${PV}-mips-glibc22-linux.bin )
- ppc? ( bk-${PV}-powerpc-glibc21-linux.bin )
- s390? ( bk-${PV}-s390-glibc22-linux.bin )
- sparc? ( bk-${PV}-sparc-glibc21-linux.bin )
- x86? ( bk-${PV}-x86-glibc23-linux.bin )
- amd64? ( bk-${PV}-x86_64-glibc23-linux.bin )"
-
-LICENSE="BKL"
-SLOT="0"
-KEYWORDS="alpha arm hppa ia64 mips ppc s390 sparc x86 ~amd64"
-IUSE="X"
-RESTRICT="fetch"
-
-DEPEND=""
-RDEPEND="virtual/libc
- >=dev-lang/tcl-8.3.4
- X? ( >=dev-lang/tk-8.3.4 )"
-
-S=${WORKDIR}
-
-pkg_nofetch() {
- einfo "You need to perform the following steps to install this package:"
- einfo " - Sign up at ${HOMEPAGE}"
- einfo " - Check your email and visit the download location"
- einfo " - Download ${A} and place it in ${DISTDIR}"
- einfo " - emerge this package again"
- einfo "Run 'bk regression' to verify the installation. (Recommended)"
-}
-
-src_unpack() {
- return
-}
-
-src_install() {
- dodir /opt /usr/share/man/man1 /usr/bin
- cd ${T}
- cp ${DISTDIR}/${A} .
- chmod 755 ${A}
- BK_NOLINKS='y' ./${A} ${D}/opt/${P}
- cd ${D}
-
- # BK includes two copies of most man pages; the second copy is a
- # hard link to the first with its filename prefixed with
- # 'bk-'. 'prepman' breaks these hard links, so use a
- # workaround. Furthermore, we want only the 'bk-' versions to be
- # in ${MANPATH} since there are naming conflicts, so install
- # symlinks into /usr/share/man. (For example BK includes a
- # less-detailed man page for grep which would override the
- # /usr/share/man version.)
-
- prepman /opt/${P}
-
- find opt/${P}/man -iname 'bk-*' -printf '
- F=`echo %f|sed -e "s/bk-//"`
- rm -f %h/$F
- dohard /%h/%f /%h/$F
- dosym /%h/%f /usr/share/man/%P' >${T}/links.sh
- . ${T}/links.sh
-
- dosym /opt/${P}/man/man1/bk.1.gz /usr/share/man/man1/bk.1.gz
-
- # mimic "bk links /opt/${P} /usr/bin"
- dosym /opt/${P}/admin /usr/bin/admin
- dosym /opt/${P}/bk /usr/bin/bk
- dosym /opt/${P}/delta /usr/bin/delta
- dosym /opt/${P}/get /usr/bin/get
- dosym /opt/${P}/prs /usr/bin/prs
- dosym /opt/${P}/rmdel /usr/bin/rmdel
- dosym /opt/${P}/unget /usr/bin/unget
-}
-
-pkg_postinst() {
- if grep -H bitkeeper ${ROOT}/etc/man.conf; then
- eerror "Previous BitKeeper ebuilds induced a misconfiguration when sys-apps/man was"
- eerror "next upgraded. You appear to have fallen victim--edit /etc/man.conf and look"
- eerror "for the definition of CMP. It should refer to /usr/bin/cmp, not the"
- eerror "BitKeeper cmp."
- eerror "For more information, see bugs #18247 and #21638."
- fi
-}
diff --git a/dev-util/bitkeeper/bitkeeper-3.2.3.ebuild b/dev-util/bitkeeper/bitkeeper-3.2.3.ebuild
index 6a0e890b888a..ec38b4a48631 100644
--- a/dev-util/bitkeeper/bitkeeper-3.2.3.ebuild
+++ b/dev-util/bitkeeper/bitkeeper-3.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bitkeeper/bitkeeper-3.2.3.ebuild,v 1.3 2004/09/04 12:09:52 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bitkeeper/bitkeeper-3.2.3.ebuild,v 1.4 2005/01/30 04:02:48 vapier Exp $
DESCRIPTION="A scalable configuration management system"
HOMEPAGE="http://www.bitkeeper.com/"
@@ -17,7 +17,7 @@ SRC_URI="alpha? ( bk-${PV}-alpha-glibc22-linux.bin )
LICENSE="BKL"
SLOT="0"
-KEYWORDS="alpha arm hppa ia64 mips ppc s390 sparc x86 ~amd64"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc s390 sparc x86"
IUSE="X"
RESTRICT="fetch"
diff --git a/dev-util/bitkeeper/files/digest-bitkeeper-3.2.2c b/dev-util/bitkeeper/files/digest-bitkeeper-3.2.2c
deleted file mode 100644
index 4677ad878f22..000000000000
--- a/dev-util/bitkeeper/files/digest-bitkeeper-3.2.2c
+++ /dev/null
@@ -1,10 +0,0 @@
-MD5 af0c41fe18265cd431cc4fdd54c0172b bk-3.2.2c-alpha-glibc22-linux.bin 3604152
-MD5 f6133f21a10e737a3e7fa0580d0c879f bk-3.2.2c-arm-glibc21-linux.bin 3139316
-MD5 3f26c6a938aaa1b2f10aa0b31d03202f bk-3.2.2c-hppa-glibc22-linux.bin 3402776
-MD5 c71bf7ee5947dbedc77fdaaf199f0546 bk-3.2.2c-ia64-glibc22-linux.bin 4173040
-MD5 0d7f783a51a6539c89e9412d263c4cb8 bk-3.2.2c-mips-glibc22-linux.bin 3419352
-MD5 2c8f1ed0e201eb32899ee2a0203166b3 bk-3.2.2c-powerpc-glibc21-linux.bin 3201356
-MD5 1de7bc6e9359c934e13f7eb00157296c bk-3.2.2c-s390-glibc22-linux.bin 3149804
-MD5 90c63c5ea2a182e7a3fd34fcb13d476b bk-3.2.2c-sparc-glibc21-linux.bin 3142768
-MD5 36f59b85e68664f3f49ece94f9ddb7b5 bk-3.2.2c-x86-glibc23-linux.bin 3073852
-MD5 39f0f002e1b90e0ee42390aa379c408e bk-3.2.2c-x86_64-glibc23-linux.bin 3267088