diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:32:11 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2004-10-16 17:32:11 +0000 |
commit | ae917af1dbf89e248fbc49d7e750288c4774a788 (patch) | |
tree | 0a9a00bcf2a3e03a593a6118d43b42f8c2394804 /dev-java/jython | |
parent | make sure checkconfig returns true #67559 (Manifest recommit) (diff) | |
download | gentoo-2-ae917af1dbf89e248fbc49d7e750288c4774a788.tar.gz gentoo-2-ae917af1dbf89e248fbc49d7e750288c4774a788.tar.bz2 gentoo-2-ae917af1dbf89e248fbc49d7e750288c4774a788.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/jython')
-rw-r--r-- | dev-java/jython/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/jython/jython-2.1-r5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/jython/ChangeLog b/dev-java/jython/ChangeLog index e488569ab907..279d6c22feaf 100644 --- a/dev-java/jython/ChangeLog +++ b/dev-java/jython/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/jython # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.21 2004/10/16 08:39:31 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.22 2004/10/16 17:28:01 axxo Exp $ + + 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> jython-2.1-r5.ebuild: + use java-pkg_dohtml instead of dohtml to also install the package-list in + case of api docs: #50740 16 Oct 2004; Dylan Carlson <absinthe@gentoo.org> jython-2.1-r5.ebuild: Stable on amd64. diff --git a/dev-java/jython/jython-2.1-r5.ebuild b/dev-java/jython/jython-2.1-r5.ebuild index d18bd3ec8a8a..031dc17d6edd 100644 --- a/dev-java/jython/jython-2.1-r5.ebuild +++ b/dev-java/jython/jython-2.1-r5.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/jython/jython-2.1-r5.ebuild,v 1.10 2004/10/16 08:39:31 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r5.ebuild,v 1.11 2004/10/16 17:28:01 axxo Exp $ inherit java-pkg @@ -55,7 +55,7 @@ src_install() { java-pkg_dojar jython-${PV}.jar || die "install failed" dodoc {README,LICENSE}.txt NEWS ACKNOWLEDGMENTS - dohtml -A .css .jpg .gif -r Doc + java-pkg_dohtml -A .css .jpg .gif -r Doc newbin ${FILESDIR}/jython jython newbin ${FILESDIR}/jythonc jythonc |