diff options
author | Alistair Bush <ali_bush@gentoo.org> | 2007-05-15 11:51:37 +0000 |
---|---|---|
committer | Alistair Bush <ali_bush@gentoo.org> | 2007-05-15 11:51:37 +0000 |
commit | e801b0bc234d72b51850a3130c63dfba7a18f3bb (patch) | |
tree | 6d7fe7464fb37bef00523e6b8c396f2fdf970257 | |
parent | added 2.2.5 rc2 and took maintainership (diff) | |
download | gentoo-2-e801b0bc234d72b51850a3130c63dfba7a18f3bb.tar.gz gentoo-2-e801b0bc234d72b51850a3130c63dfba7a18f3bb.tar.bz2 gentoo-2-e801b0bc234d72b51850a3130c63dfba7a18f3bb.zip |
Fixed call to java-pkg_dojavdoc with java-pkg_dojavadoc
(Portage version: 2.1.2.7)
-rw-r--r-- | dev-java/spin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/spin/spin-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/spin/ChangeLog b/dev-java/spin/ChangeLog index 48574913e02e..9af70ccbc264 100644 --- a/dev-java/spin/ChangeLog +++ b/dev-java/spin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/spin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/ChangeLog,v 1.11 2007/04/25 22:46:56 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/ChangeLog,v 1.12 2007/05/15 11:51:37 ali_bush Exp $ + + 15 May 2007; Alistair John Bush <ali_bush@gentoo.org> spin-1.5.ebuild: + Fixed issue with installing javadoc 25 Apr 2007; Vlastimil Babka <caster@gentoo.org> spin-1.5.ebuild: Fix cglib dependency to 2.1 slot, bug #176033 by Colin Macdonald diff --git a/dev-java/spin/spin-1.5.ebuild b/dev-java/spin/spin-1.5.ebuild index a93d8f08d334..d053b4f4a3bf 100644 --- a/dev-java/spin/spin-1.5.ebuild +++ b/dev-java/spin/spin-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/spin-1.5.ebuild,v 1.2 2007/04/25 22:46:56 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/spin-1.5.ebuild,v 1.3 2007/05/15 11:51:37 ali_bush Exp $ JAVA_PKG_IUSE="doc source" @@ -41,6 +41,6 @@ src_test() { src_install() { java-pkg_newjar target/${P}.jar - use doc && java-pkg_dojavdoc target/site/apidocs + use doc && java-pkg_dojavadoc target/site/apidocs use source && java-pkg_dosrc src/main/java/* } |