diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-07-16 10:00:34 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-07-16 10:00:34 +0000 |
commit | 2dcc59d661a794770953c396dfa66bcba8c1e6d7 (patch) | |
tree | 6fba350741d2c99c99653834ef99fe2d21541608 /dev-java/jexcelapi | |
parent | Cleaning old ebuilds/patches (diff) | |
download | gentoo-2-2dcc59d661a794770953c396dfa66bcba8c1e6d7.tar.gz gentoo-2-2dcc59d661a794770953c396dfa66bcba8c1e6d7.tar.bz2 gentoo-2-2dcc59d661a794770953c396dfa66bcba8c1e6d7.zip |
cleaner
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-java/jexcelapi')
-rw-r--r-- | dev-java/jexcelapi/jexcelapi-2.5.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-java/jexcelapi/jexcelapi-2.5.1.ebuild b/dev-java/jexcelapi/jexcelapi-2.5.1.ebuild index 8d0d3c1c27f1..3a9de446fed7 100644 --- a/dev-java/jexcelapi/jexcelapi-2.5.1.ebuild +++ b/dev-java/jexcelapi/jexcelapi-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.5.1.ebuild,v 1.4 2005/05/16 00:26:05 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jexcelapi/jexcelapi-2.5.1.ebuild,v 1.5 2005/07/16 10:00:34 axxo Exp $ inherit eutils java-pkg @@ -42,8 +42,7 @@ src_compile() { } src_install() { - mv jxl.jar ${PN}.jar - java-pkg_dojar ${PN}.jar + java-pkg_newjar jxl.jar ${PN}.jar java-pkg_dohtml index.html tutorial.html use doc && java-pkg_dohtml -r docs/* |