diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-05-26 14:48:18 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-05-26 14:48:18 +0000 |
commit | 164ac9f9e36133b5d8328d2eded49c736de942dc (patch) | |
tree | 8a43aa8321d82f04956cdf2ee89b69a3d9ad0904 /dev-java/xt/xt-20020426a.ebuild | |
parent | arm KEYWORDS (diff) | |
download | historical-164ac9f9e36133b5d8328d2eded49c736de942dc.tar.gz historical-164ac9f9e36133b5d8328d2eded49c736de942dc.tar.bz2 historical-164ac9f9e36133b5d8328d2eded49c736de942dc.zip |
Closes #51147
Diffstat (limited to 'dev-java/xt/xt-20020426a.ebuild')
-rw-r--r-- | dev-java/xt/xt-20020426a.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-java/xt/xt-20020426a.ebuild b/dev-java/xt/xt-20020426a.ebuild index 9c28c4a205c9..e078a4f56671 100644 --- a/dev-java/xt/xt-20020426a.ebuild +++ b/dev-java/xt/xt-20020426a.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/xt/xt-20020426a.ebuild,v 1.1 2004/03/07 03:18:43 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/xt/xt-20020426a.ebuild,v 1.2 2004/05/26 14:48:18 zx Exp $ inherit java-pkg DESCRIPTION="Java Implementation of XSL-Transformations" -SRC_URI="ftp://ftp.jclark.com/pub/xml/${PN}.zip" +SRC_URI="ftp://ftp.jclark.com/pub/xml/${PN}.zip + ftp://ftp.jclark.com/pub/xml/xp.zip" HOMEPAGE="http://www.blnz.com/xt/" LICENSE="JamesClark" SLOT="0" KEYWORDS="x86" DEPEND=">=virtual/jdk-1.2.2" IUSE="doc" +RESTRICT="nomirror" S=${WORKDIR} @@ -20,7 +22,7 @@ src_compile() { :; } src_install() { java-pkg_dojar *.jar dohtml xt.html - use doc && dohtml -r demo/* + use doc && dohtml -r demo/* && dohtml -r docs/* } |