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
commit1482609b5a01396e965dc6b08b46fa30f18e472d (patch)
tree2dbe0c64298a7ca1134417f06d5dd8cd0e70f04e /dev-util/subversion
parentstable on amd64 wrt bug 116181 (diff)
downloadhistorical-1482609b5a01396e965dc6b08b46fa30f18e472d.tar.gz
historical-1482609b5a01396e965dc6b08b46fa30f18e472d.tar.bz2
historical-1482609b5a01396e965dc6b08b46fa30f18e472d.zip
Do not try to install the nonexistant subversion book
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'dev-util/subversion')
-rw-r--r--dev-util/subversion/ChangeLog8
-rw-r--r--dev-util/subversion/Manifest14
-rw-r--r--dev-util/subversion/subversion-1.3.0_rc4.ebuild15
3 files changed, 16 insertions, 21 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/Manifest b/dev-util/subversion/Manifest
index 8723095aaf9d..120d9b93ba5d 100644
--- a/dev-util/subversion/Manifest
+++ b/dev-util/subversion/Manifest
@@ -1,7 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 e38490488fcd6086e47b3231c059602c ChangeLog 33762
+MD5 de4c124693722ca4a888faa4bf2df773 ChangeLog 33923
MD5 4fd39b311d09602c93a9ff0aceaf8596 files/70svn-gentoo.el 136
MD5 1c207179f5bf0b148528312cbc37632d files/digest-subversion-1.1.3 70
MD5 4cdbf1f8636cd0a207ae87228b6f412b files/digest-subversion-1.2.3 70
@@ -23,11 +20,4 @@ MD5 873d9543dfdaea49b33f4934cf1f54b9 subversion-1.2.3-r1.ebuild 10875
MD5 ca08bcb93390917e84341cea8a590ac9 subversion-1.2.3-r2.ebuild 10907
MD5 d9795a83784609e992ac31038882d076 subversion-1.2.3-r3.ebuild 11764
MD5 82dabd375ad894884925f0c7c40fcbe3 subversion-1.2.3.ebuild 11793
-MD5 cacff57993f1ba93a48cff1fe8bdaba4 subversion-1.3.0_rc4.ebuild 11563
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDoptwAiZjviIA2XgRAidPAJ9SDjilcvHH21sOcuQMeTqtVDgBMACgv0G1
-hyeI5ooDGMw2PQouydz/Gmc=
-=WxWC
------END PGP SIGNATURE-----
+MD5 df3385ee53c2d1751b74fedee47ba761 subversion-1.3.0_rc4.ebuild 11618
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