From b495c093857f6a6ef9bb818afbd887f77a1f8fbb Mon Sep 17 00:00:00 2001 From: Michael Januszewski Date: Sun, 15 May 2005 15:41:29 +0000 Subject: Version bump. (Portage version: 2.0.51.21-r1) --- dev-util/bitkeeper/ChangeLog | 10 ++- dev-util/bitkeeper/bitkeeper-3.2.3.ebuild | 89 ------------------------- dev-util/bitkeeper/bitkeeper-3.2.4.ebuild | 88 ++++++++++++++++++++++++ dev-util/bitkeeper/files/digest-bitkeeper-3.2.3 | 10 --- dev-util/bitkeeper/files/digest-bitkeeper-3.2.4 | 9 +++ 5 files changed, 105 insertions(+), 101 deletions(-) delete mode 100644 dev-util/bitkeeper/bitkeeper-3.2.3.ebuild create mode 100644 dev-util/bitkeeper/bitkeeper-3.2.4.ebuild delete mode 100644 dev-util/bitkeeper/files/digest-bitkeeper-3.2.3 create mode 100644 dev-util/bitkeeper/files/digest-bitkeeper-3.2.4 (limited to 'dev-util') diff --git a/dev-util/bitkeeper/ChangeLog b/dev-util/bitkeeper/ChangeLog index 845ec32cb3c3..377660d35e89 100644 --- a/dev-util/bitkeeper/ChangeLog +++ b/dev-util/bitkeeper/ChangeLog @@ -1,10 +1,16 @@ # ChangeLog for dev-util/bitkeeper -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bitkeeper/ChangeLog,v 1.25 2004/09/04 12:09:52 spock Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bitkeeper/ChangeLog,v 1.26 2005/05/15 15:41:29 spock Exp $ # README: bitkeeper only offers the latest version of bitkeeper for download, # so we need to be all over marking new versions stable +*bitkeeper-3.2.4 (15 May 2005) + + 15 May 2005; MichaƂ Januszewski + -bitkeeper-3.2.3.ebuild, +bitkeeper-3.2.4.ebuild: + Version bump. + 04 Sep 2004; Michal Januszewski bitkeeper-3.2.3.ebuild: Removed the advice to run bk regression, as this is no longer supported with this version of BK. Closes bug #62785. diff --git a/dev-util/bitkeeper/bitkeeper-3.2.3.ebuild b/dev-util/bitkeeper/bitkeeper-3.2.3.ebuild deleted file mode 100644 index 6a58f006359a..000000000000 --- a/dev-util/bitkeeper/bitkeeper-3.2.3.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2005 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.5 2005/01/30 04:03:57 vapier 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 amd64 arm hppa ia64 mips ppc s390 sparc x86" -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" -} - -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.4.ebuild b/dev-util/bitkeeper/bitkeeper-3.2.4.ebuild new file mode 100644 index 000000000000..f9253440c87b --- /dev/null +++ b/dev-util/bitkeeper/bitkeeper-3.2.4.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bitkeeper/bitkeeper-3.2.4.ebuild,v 1.1 2005/05/15 15:41:29 spock 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-glibc23-linux.bin ) + ia64? ( bk-${PV}-ia64-glibc23-linux.bin ) + mips? ( bk-${PV}-mips-glibc22-linux.bin ) + ppc? ( bk-${PV}-powerpc-glibc23-linux.bin ) + sparc? ( bk-${PV}-sparc-glibc23-linux.bin ) + x86? ( bk-${PV}-x86-glibc23-linux.bin ) + amd64? ( bk-${PV}-x86_64-glibc23-linux.bin )" + +LICENSE="BKL" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc sparc x86" +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" +} + +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/files/digest-bitkeeper-3.2.3 b/dev-util/bitkeeper/files/digest-bitkeeper-3.2.3 deleted file mode 100644 index 4bc04f29de2d..000000000000 --- a/dev-util/bitkeeper/files/digest-bitkeeper-3.2.3 +++ /dev/null @@ -1,10 +0,0 @@ -MD5 ccaf579c177bedd7bc4c8b078a8adb0d bk-3.2.3-alpha-glibc22-linux.bin 3610112 -MD5 d2dcdb1ab2d2f8c1ed01fc96cf370835 bk-3.2.3-arm-glibc21-linux.bin 3144172 -MD5 4c69d8ab4d4a741f0b4e0aa28bae948b bk-3.2.3-hppa-glibc22-linux.bin 3409424 -MD5 bbe9c2bc14b53bf29b2fb439a674b2aa bk-3.2.3-ia64-glibc22-linux.bin 4179712 -MD5 3e2780993f70bb67ffd403d44d20d3c6 bk-3.2.3-mips-glibc22-linux.bin 3423944 -MD5 f96a122c70e6bb599346593e704f6e5e bk-3.2.3-powerpc-glibc21-linux.bin 3206828 -MD5 7877491f83f36198176e09bd2cfc5af4 bk-3.2.3-s390-glibc22-linux.bin 3151864 -MD5 e7a28558dfd3d7d4f7000d19ce9ca882 bk-3.2.3-sparc-glibc21-linux.bin 3149296 -MD5 fcf34e57a1e7e83606e6f5c6067dcf4b bk-3.2.3-x86-glibc23-linux.bin 3079356 -MD5 1082fef220d65c35a2aa11a92cf13112 bk-3.2.3-x86_64-glibc23-linux.bin 3266504 diff --git a/dev-util/bitkeeper/files/digest-bitkeeper-3.2.4 b/dev-util/bitkeeper/files/digest-bitkeeper-3.2.4 new file mode 100644 index 000000000000..53867e3d204a --- /dev/null +++ b/dev-util/bitkeeper/files/digest-bitkeeper-3.2.4 @@ -0,0 +1,9 @@ +MD5 b15926b62e5f0e96c246184c92dc62e4 bk-3.2.4-alpha-glibc22-linux.bin 3646376 +MD5 d7c761255f0d99167ee1653af8e04abe bk-3.2.4-arm-glibc21-linux.bin 3199040 +MD5 31f97cb104659ac5e8b5a777c535835c bk-3.2.4-hppa-glibc23-linux.bin 3475560 +MD5 af6a19b396888ead2fe632ad0ec54ed0 bk-3.2.4-ia64-glibc23-linux.bin 4243800 +MD5 d08c8994660c4d091755e45334a52ca5 bk-3.2.4-mips-glibc22-linux.bin 3475852 +MD5 589febfd67355e1ad907773da952c106 bk-3.2.4-powerpc-glibc23-linux.bin 3290016 +MD5 75ffea08a138c59253a2c616f0025ac5 bk-3.2.4-sparc-glibc23-linux.bin 3221336 +MD5 2a21aae03f4014ff07c9ae4355f9bedd bk-3.2.4-x86-glibc23-linux.bin 3139008 +MD5 bd90d3443cac2a86d84a74f19455cdb3 bk-3.2.4-x86_64-glibc23-linux.bin 3330720 -- cgit v1.2.3-65-gdbad