summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2003-12-20 20:16:46 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2003-12-20 20:16:46 +0000
commitaeb038798b1c80f452a0ef38faa75d4ac76939c5 (patch)
tree3d7255062878824d415d170544c68b547317606c /dev-util
parentVersion bump and add mount.cifs as from Antonio in #30834. (diff)
downloadgentoo-2-aeb038798b1c80f452a0ef38faa75d4ac76939c5.tar.gz
gentoo-2-aeb038798b1c80f452a0ef38faa75d4ac76939c5.tar.bz2
gentoo-2-aeb038798b1c80f452a0ef38faa75d4ac76939c5.zip
Fix a slip of the finger concerning svnadmin-0.27
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/subversion/ChangeLog8
-rw-r--r--dev-util/subversion/subversion-0.34.0.ebuild18
2 files changed, 8 insertions, 18 deletions
diff --git a/dev-util/subversion/ChangeLog b/dev-util/subversion/ChangeLog
index f278e9c03701..746d25e749a7 100644
--- a/dev-util/subversion/ChangeLog
+++ b/dev-util/subversion/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/subversion
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.42 2003/12/19 19:53:57 pauldv Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.43 2003/12/20 20:16:46 pauldv Exp $
+
+ 20 Dec 2003; <paul@gentoo.org> subversion-0.34.0.ebuild:
+ The fetch line for the old svnadmin was removed, but the system still tried to
+ install it, causing a failure if the file didn't exist in the distfiles dir.
+ The new system is cleaner in forcing interaction by requiring an environment
+ variable to be set, so I removed the remnants of the old static binary
*subversion-0.34.0 (19 Dec 2003)
diff --git a/dev-util/subversion/subversion-0.34.0.ebuild b/dev-util/subversion/subversion-0.34.0.ebuild
index 3620a5acc595..9a9f2d002003 100644
--- a/dev-util/subversion/subversion-0.34.0.ebuild
+++ b/dev-util/subversion/subversion-0.34.0.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-0.34.0.ebuild,v 1.1 2003/12/19 19:53:57 pauldv Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-0.34.0.ebuild,v 1.2 2003/12/20 20:16:46 pauldv Exp $
inherit elisp-common libtool
-BACKUP_ADMIN="svnadmin-0.27"
-BACKUP_ADMIN_DIR="/usr/lib/subversion/bin"
DESCRIPTION="A compelling replacement for CVS"
SRC_URI="http://svn.collab.net/tarballs/${P}.tar.gz"
HOMEPAGE="http://subversion.tigris.org/"
@@ -164,11 +162,6 @@ src_install () {
do
[ -f ${f} ] && dodoc ${f}
done
- if use berkdb; then
- mkdir -p ${D}/${BACKUP_ADMIN_DIR}
- cp ${DISTDIR}/${BACKUP_ADMIN}.bz2 ${D}${BACKUP_ADMIN_DIR} ||die
- bunzip2 ${D}${BACKUP_ADMIN_DIR}/${BACKUP_ADMIN}.bz2 ||die
- fi
cd ${S}
echo "installing html book"
@@ -228,15 +221,6 @@ pkg_postinst() {
einfo " htpasswd2 -m -c ${SVN_REPOS_LOC}/conf/svnusers USERNAME"
fi
- if [ -x ${BACKUP_ADMIN} ]; then
- ewarn ""
- ewarn "The subversion database format has been changed. For that reason the"
- ewarn "old admin utility was kept, and can now be found at the following"
- ewarn "location: ${BACKUP_ADMIN}"
- ewarn ""
- ewarn "For more information look at:"
- ewarn "http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO"
- fi
else
einfo "Your subversion is client only as the server is only build when"
einfo "the berkdb flag is set"