diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-02-27 22:33:28 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-02-27 22:33:28 +0000 |
commit | 7742bf3daf08b03eb9052b4e749592f690a0fc3a (patch) | |
tree | f7bfb98709506bf888914b03b404042e9110a91d /dev-java/commons-collections/commons-collections-3.0.ebuild | |
parent | marked clean and good by all parties; removing stale versions (diff) | |
download | historical-7742bf3daf08b03eb9052b4e749592f690a0fc3a.tar.gz historical-7742bf3daf08b03eb9052b4e749592f690a0fc3a.tar.bz2 historical-7742bf3daf08b03eb9052b4e749592f690a0fc3a.zip |
Quick fix.
Diffstat (limited to 'dev-java/commons-collections/commons-collections-3.0.ebuild')
-rw-r--r-- | dev-java/commons-collections/commons-collections-3.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-java/commons-collections/commons-collections-3.0.ebuild b/dev-java/commons-collections/commons-collections-3.0.ebuild index d78ca57857c8..4c6413f7f560 100644 --- a/dev-java/commons-collections/commons-collections-3.0.ebuild +++ b/dev-java/commons-collections/commons-collections-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.0.ebuild,v 1.1 2004/02/27 03:45:00 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-collections/commons-collections-3.0.ebuild,v 1.2 2004/02/27 22:33:28 zx Exp $ inherit jakarta-commons @@ -9,7 +9,7 @@ HOMEPAGE="http://jakarta.apache.org/commons/collections.html" SRC_URI="mirror://apache/jakarta/commons/collections/source/${PN}-${PV}-src.tar.gz" LICENSE="Apache-1.1" -SLOT="3" +SLOT="0" KEYWORDS="~x86" IUSE="doc jikes junit" @@ -19,7 +19,8 @@ src_compile() { } src_install() { - java-pkg_dojar build/commons-collections-3.0.jar + mv build/${P}.jar build/${PN}.jar + java-pkg_dojar build/${PN}.jar dodoc LICENSE.txt README.txt use doc && dohtml -r build/docs/apidocs dohtml *.html |