diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:27:03 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:27:03 +0000 |
commit | 5a734b5a5f58a3d72cd61b99d55d0880cda0b093 (patch) | |
tree | b3789c3fc7b1e21607ca1a30888595535e51aef8 /dev-java/joda-time | |
parent | disable hidd/hid2hci by default, fix pin-helper installation. plus stable (Ma... (diff) | |
download | gentoo-2-5a734b5a5f58a3d72cd61b99d55d0880cda0b093.tar.gz gentoo-2-5a734b5a5f58a3d72cd61b99d55d0880cda0b093.tar.bz2 gentoo-2-5a734b5a5f58a3d72cd61b99d55d0880cda0b093.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/joda-time')
-rw-r--r-- | dev-java/joda-time/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/joda-time/joda-time-0.95.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/joda-time/ChangeLog b/dev-java/joda-time/ChangeLog index 583e634da713..2d63803a5317 100644 --- a/dev-java/joda-time/ChangeLog +++ b/dev-java/joda-time/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/joda-time # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.5 2004/06/24 22:35:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/ChangeLog,v 1.6 2004/10/16 17:25:44 axxo Exp $ + + 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> joda-time-0.95.ebuild: + use java-pkg_dohtml instead of dohtml to also install the package-list in + case of api docs: #50740 22 Mar 2004; Chris Aniszczyk <zx@gentoo.org> joda-time-0.95.ebuild: Stable on x86. Fixes according to #45398 diff --git a/dev-java/joda-time/joda-time-0.95.ebuild b/dev-java/joda-time/joda-time-0.95.ebuild index 3d0094ad5285..c800f176d53e 100644 --- a/dev-java/joda-time/joda-time-0.95.ebuild +++ b/dev-java/joda-time/joda-time-0.95.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/joda-time/joda-time-0.95.ebuild,v 1.4 2004/06/24 22:35:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/joda-time/joda-time-0.95.ebuild,v 1.5 2004/10/16 17:25:44 axxo Exp $ inherit java-pkg @@ -25,5 +25,5 @@ src_compile() { src_install() { java-pkg_dojar build/*.jar - use doc && dohtml -r build/docs/ + use doc && java-pkg_dohtml -r build/docs/ } |