summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2006-01-01 13:33:10 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2006-01-01 13:33:10 +0000
commit3604a8bebe8e13d8cf7ef260f9d857e7893d999c (patch)
tree5517ee276515b0800c7228888d3878eb3ee9db43 /dev-util
parentstable on amd64 wrt bug 116181 (diff)
downloadgentoo-2-3604a8bebe8e13d8cf7ef260f9d857e7893d999c.tar.gz
gentoo-2-3604a8bebe8e13d8cf7ef260f9d857e7893d999c.tar.bz2
gentoo-2-3604a8bebe8e13d8cf7ef260f9d857e7893d999c.zip
Do not try to install the nonexistant subversion book
(Portage version: 2.1_pre2)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/subversion/ChangeLog8
-rw-r--r--dev-util/subversion/subversion-1.3.0_rc4.ebuild15
2 files changed, 14 insertions, 9 deletions
diff --git a/dev-util/subversion/ChangeLog b/dev-util/subversion/ChangeLog
index 8b53c3e1a91e..98d4fca640e9 100644
--- a/dev-util/subversion/ChangeLog
+++ b/dev-util/subversion/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/subversion
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.198 2005/12/16 10:48:04 flameeyes Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.199 2006/01/01 13:33:10 pauldv Exp $
+
+ 01 Jan 2006; Paul de Vrieze <pauldv@gentoo.org>
+ subversion-1.3.0_rc4.ebuild:
+ The book is not present in the release candidate (bug #117321). Comment it out.
16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org>
subversion-1.3.0_rc4.ebuild:
diff --git a/dev-util/subversion/subversion-1.3.0_rc4.ebuild b/dev-util/subversion/subversion-1.3.0_rc4.ebuild
index d4cf51ad156f..62c720965fa0 100644
--- a/dev-util/subversion/subversion-1.3.0_rc4.ebuild
+++ b/dev-util/subversion/subversion-1.3.0_rc4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.3.0_rc4.ebuild,v 1.5 2005/12/16 10:48:04 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.3.0_rc4.ebuild,v 1.6 2006/01/01 13:33:10 pauldv Exp $
inherit elisp-common libtool python eutils bash-completion flag-o-matic depend.apache perl-module
@@ -245,11 +245,12 @@ EOF
[[ -f ${f} ]] && dodoc ${f}
done
- # Install the book in it's own dir
- docinto book
- cd ${S}
- echo "installing html book"
- dohtml -r doc/book/svn-book.html doc/book/styles.css doc/book/images || die "Installing book failed"
+ # The release candidate does not have the book
+ # # Install the book in it's own dir
+ # docinto book
+ # cd ${S}
+ # echo "installing html book"
+ # dohtml -r doc/book/svn-book.html doc/book/styles.css doc/book/images || die "Installing book failed"
# Install emacs lisps
if use emacs; then