diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:11:46 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:11:46 +0000 |
commit | 4c25b236c8ce067bb4fb6f1eb37488a0bb704c11 (patch) | |
tree | ccfa1f33830a90b7b8a58232aee84a88933ed0e3 /dev-java/commons-logging | |
parent | Move devfs files from baselayout back into this package. (Manifest recommit) (diff) | |
download | gentoo-2-4c25b236c8ce067bb4fb6f1eb37488a0bb704c11.tar.gz gentoo-2-4c25b236c8ce067bb4fb6f1eb37488a0bb704c11.tar.bz2 gentoo-2-4c25b236c8ce067bb4fb6f1eb37488a0bb704c11.zip |
use java-pkg_dohtml instead of dohtml to also install the package-list in case of api docs: #50740
Diffstat (limited to 'dev-java/commons-logging')
-rw-r--r-- | dev-java/commons-logging/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/commons-logging/commons-logging-1.0.4.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-java/commons-logging/ChangeLog b/dev-java/commons-logging/ChangeLog index d5f54be5c649..fe3bfb82427f 100644 --- a/dev-java/commons-logging/ChangeLog +++ b/dev-java/commons-logging/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/commons-logging # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.22 2004/09/10 19:47:10 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/ChangeLog,v 1.23 2004/10/16 17:08:14 axxo Exp $ + + 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> + commons-logging-1.0.4.ebuild: + use java-pkg_dohtml instead of dohtml to also install the package-list in + case of api docs: #50740 10 Sep 2004; Thomas Matthijs <axxo@gentoo.org> commons-logging-1.0.4.ebuild: changed dependenciess to ant-core diff --git a/dev-java/commons-logging/commons-logging-1.0.4.ebuild b/dev-java/commons-logging/commons-logging-1.0.4.ebuild index 3d3d6cbe6791..aa90ba94a1f0 100644 --- a/dev-java/commons-logging/commons-logging-1.0.4.ebuild +++ b/dev-java/commons-logging/commons-logging-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4.ebuild,v 1.8 2004/10/12 18:17:42 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-logging/commons-logging-1.0.4.ebuild,v 1.9 2004/10/16 17:08:14 axxo Exp $ inherit java-pkg @@ -42,5 +42,5 @@ src_install() { dodoc RELEASE-NOTES.txt dohtml PROPOSAL.html STATUS.html usersguide.html - use doc && dohtml -r dist/docs/ + use doc && java-pkg_dohtml -r dist/docs/ } |