diff options
author | 2010-12-01 09:21:51 +0100 | |
---|---|---|
committer | 2010-12-01 09:21:51 +0100 | |
commit | 60b89ab6e76afb6e59f9b8d78e7dbb4683ca9881 (patch) | |
tree | 322bb3d78391da043f010fbf1604895c77bb0a5a /dev-java/jlatexmath-fop/jlatexmath-fop-0.9.3.ebuild | |
parent | sci-visualization/paraview: added new OpenFOAM patch (diff) | |
download | sci-60b89ab6e76afb6e59f9b8d78e7dbb4683ca9881.tar.gz sci-60b89ab6e76afb6e59f9b8d78e7dbb4683ca9881.tar.bz2 sci-60b89ab6e76afb6e59f9b8d78e7dbb4683ca9881.zip |
removed stale doc useflag. Fix by Guillaume Horel in bug 301048.
(Portage version: 2.1.9.25/git/Linux i686, signed Manifest commit with key 0x914769A1)
Diffstat (limited to 'dev-java/jlatexmath-fop/jlatexmath-fop-0.9.3.ebuild')
-rw-r--r-- | dev-java/jlatexmath-fop/jlatexmath-fop-0.9.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-java/jlatexmath-fop/jlatexmath-fop-0.9.3.ebuild b/dev-java/jlatexmath-fop/jlatexmath-fop-0.9.3.ebuild index 79f70b426..f439d592c 100644 --- a/dev-java/jlatexmath-fop/jlatexmath-fop-0.9.3.ebuild +++ b/dev-java/jlatexmath-fop/jlatexmath-fop-0.9.3.ebuild @@ -4,7 +4,7 @@ EAPI=2 -JAVA_PKG_IUSE="doc source" +JAVA_PKG_IUSE="examples source" inherit java-pkg-2 java-ant-2 @@ -12,7 +12,7 @@ DESCRIPTION="jlatexmath plugin for dev-java/fop" SRC_URI="http://forge.scilab.org/index.php/p/jlatexmath/downloads/136/get/ -> jlatexmath-src-all-${PV}.jar" HOMEPAGE="http://forge.scilab.org/index.php/p/jlatexmath" -IUSE="doc examples source" +IUSE="" DEPEND=">=virtual/jdk-1.5 dev-java/jlatexmath dev-java/avalon-framework @@ -24,7 +24,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" EANT_BUILD_TARGET="buildJar" -EANT_DOC_TARGET="doc" S="${WORKDIR}"/plugin/fop @@ -42,6 +41,6 @@ src_prepare() { src_install() { java-pkg_newjar dist/${P}.jar ${PN}.jar - use doc && java-pkg_dojavadoc doc use source && java-pkg_dosrc src/org + use examples && java-pkg_doexamples examples } |