summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-10-25 17:04:23 +0000
committerThomas Sachau <tommy@gentoo.org>2012-10-25 17:04:23 +0000
commit3bf7dd394cfbe839fe304e859c522e3f8dabdd98 (patch)
tree61b2989a600fd97dded5a52486ae8ea4c631ab79 /dev-vcs
parentStable for HPPA (bug #437610). (diff)
downloadgentoo-2-3bf7dd394cfbe839fe304e859c522e3f8dabdd98.tar.gz
gentoo-2-3bf7dd394cfbe839fe304e859c522e3f8dabdd98.tar.bz2
gentoo-2-3bf7dd394cfbe839fe304e859c522e3f8dabdd98.zip
Drop dodoc on notes/*, since that does not exist any more
(Portage version: 2.2.0_alpha141-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/subversion/ChangeLog6
-rw-r--r--dev-vcs/subversion/subversion-1.7.6.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog
index d8d1f9d4fa6b..8f52aa98db03 100644
--- a/dev-vcs/subversion/ChangeLog
+++ b/dev-vcs/subversion/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/subversion
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.83 2012/09/03 19:25:39 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.84 2012/10/25 17:04:23 tommy Exp $
+
+ 25 Oct 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ subversion-1.7.6.ebuild:
+ Drop dodoc on notes/*, since that does not exist any more
03 Sep 2012; Fabian Groffen <grobian@gentoo.org> subversion-1.7.6.ebuild:
Fix linking on Solaris with USE=nls
diff --git a/dev-vcs/subversion/subversion-1.7.6.ebuild b/dev-vcs/subversion/subversion-1.7.6.ebuild
index 0afcde2ef636..cd821f944376 100644
--- a/dev-vcs/subversion/subversion-1.7.6.ebuild
+++ b/dev-vcs/subversion/subversion-1.7.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.6.ebuild,v 1.4 2012/09/03 19:25:39 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.6.ebuild,v 1.5 2012/10/25 17:04:23 tommy Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -363,8 +363,6 @@ EOF
if use doc; then
dohtml -r doc/doxygen/html/* || die "Installation of Subversion HTML documentation failed"
- dodoc notes/*
-
if use java; then
java-pkg_dojavadoc doc/javadoc
fi