diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-05-30 08:17:02 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-05-30 08:17:02 +0000 |
commit | 239f2dc78d4e66b5ac0f5a86e400f303e57a3b19 (patch) | |
tree | ceaa33fa82d53faa7135eff44723a3f6b638895b /dev-java/commons-math | |
parent | Drop overshadowed version. (diff) | |
download | gentoo-2-239f2dc78d4e66b5ac0f5a86e400f303e57a3b19.tar.gz gentoo-2-239f2dc78d4e66b5ac0f5a86e400f303e57a3b19.tar.bz2 gentoo-2-239f2dc78d4e66b5ac0f5a86e400f303e57a3b19.zip |
Updated path for doc USE flag.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java/commons-math')
-rw-r--r-- | dev-java/commons-math/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/commons-math/commons-math-3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/commons-math/ChangeLog b/dev-java/commons-math/ChangeLog index 26870e7bdab4..0d9ebb358c26 100644 --- a/dev-java/commons-math/ChangeLog +++ b/dev-java/commons-math/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/commons-math # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v 1.9 2013/05/29 12:44:02 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v 1.10 2013/05/30 08:17:02 tomwij Exp $ + + 30 May 2013; Tom Wijsman <TomWij@gentoo.org> commons-math-3.2.ebuild: + Updated path for doc USE flag. *commons-math-3.2 (29 May 2013) diff --git a/dev-java/commons-math/commons-math-3.2.ebuild b/dev-java/commons-math/commons-math-3.2.ebuild index 01d955094677..341efbbd9a7e 100644 --- a/dev-java/commons-math/commons-math-3.2.ebuild +++ b/dev-java/commons-math/commons-math-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-3.2.ebuild,v 1.1 2013/05/29 12:44:02 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/commons-math-3.2.ebuild,v 1.2 2013/05/30 08:17:02 tomwij Exp $ EAPI="5" @@ -49,6 +49,6 @@ java_prepare() { src_install() { java-osgi_newjar target/${MY_P}.jar ${MY_PN} ${MY_PN} "Export-Package: ${MY_PN}" - use doc && java-pkg_dojavadoc target/apidocs + use doc && java-pkg_dojavadoc target/site/apidocs use source && java-pkg_dosrc src/main/java/org } |