summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-02-10 23:37:23 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-02-10 23:37:23 +0000
commitbdff932bdf927f868a0cdb28fab717838d35da2d (patch)
tree518a928fe5927500002e31631392b496c6f95f11 /dev-db/octopus
parentmoodbar bump (diff)
downloadgentoo-2-bdff932bdf927f868a0cdb28fab717838d35da2d.tar.gz
gentoo-2-bdff932bdf927f868a0cdb28fab717838d35da2d.tar.bz2
gentoo-2-bdff932bdf927f868a0cdb28fab717838d35da2d.zip
Make javadocs install to standard location.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-db/octopus')
-rw-r--r--dev-db/octopus/ChangeLog8
-rw-r--r--dev-db/octopus/octopus-3.0.1-r1.ebuild6
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-db/octopus/ChangeLog b/dev-db/octopus/ChangeLog
index 2087a8f4d3a8..f39db1d32666 100644
--- a/dev-db/octopus/ChangeLog
+++ b/dev-db/octopus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/octopus
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v 1.5 2006/12/27 23:16:19 betelgeuse Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/ChangeLog,v 1.6 2007/02/10 23:37:23 betelgeuse Exp $
+
+ 10 Feb 2007; Petteri Räty <betelgeuse@gentoo.org>
+ octopus-3.0.1-r1.ebuild:
+ Make javadocs install to standard location.
27 Dec 2006; Petteri Räty <betelgeuse@gentoo.org> metadata.xml,
octopus-3.0.1.ebuild, octopus-3.0.1-r1.ebuild:
diff --git a/dev-db/octopus/octopus-3.0.1-r1.ebuild b/dev-db/octopus/octopus-3.0.1-r1.ebuild
index 0b9a852ac1df..47f95b96d031 100644
--- a/dev-db/octopus/octopus-3.0.1-r1.ebuild
+++ b/dev-db/octopus/octopus-3.0.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild,v 1.2 2006/12/27 23:16:19 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/octopus/octopus-3.0.1-r1.ebuild,v 1.3 2007/02/10 23:37:23 betelgeuse Exp $
inherit versionator java-pkg-2 java-ant-2
@@ -62,6 +62,8 @@ src_install() {
cp dist/*-src.zip ${D}usr/share/doc/${PF}/source
fi
if use doc; then
+ docinto html/api
+ # Has multiple javadoc subdirs here
java-pkg_dohtml -r docs/*
fi
}