diff options
author | 2005-07-16 10:00:34 +0000 | |
---|---|---|
committer | 2005-07-16 10:00:34 +0000 | |
commit | fc8f94fd3f1c9349dfd14f343442526f3e5a3865 (patch) | |
tree | c5550feefc3131b6a6afbb8e90739a7641827d20 /dev-java/jexcelapi | |
parent | Cleaning old ebuilds/patches (diff) | |
download | historical-fc8f94fd3f1c9349dfd14f343442526f3e5a3865.tar.gz historical-fc8f94fd3f1c9349dfd14f343442526f3e5a3865.tar.bz2 historical-fc8f94fd3f1c9349dfd14f343442526f3e5a3865.zip |
cleaner
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-java/jexcelapi')
-rw-r--r-- | dev-java/jexcelapi/Manifest | 10 | ||||
-rw-r--r-- | dev-java/jexcelapi/jexcelapi-2.5.1.ebuild | 5 |
2 files changed, 7 insertions, 8 deletions
diff --git a/dev-java/jexcelapi/Manifest b/dev-java/jexcelapi/Manifest index f8dcc7e6d29f..63cd49aa257d 100644 --- a/dev-java/jexcelapi/Manifest +++ b/dev-java/jexcelapi/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 c0472566c338dc7a70c0e15f9f89cc67 jexcelapi-2.5.1.ebuild 1151 +MD5 f14c03a0b7ce56c64b83d12881379abe jexcelapi-2.5.1.ebuild 1134 MD5 38601c0395d3fa1e9d93b0a1ddba2c66 ChangeLog 838 MD5 4a7382c67259f73f392b0a5e72dba645 metadata.xml 510 MD5 9770cc65a95a15deaf210639e64847f8 files/2.5.1-jikes.patch 769 MD5 862d1074e51b2c7387bbe2d6fcf2dbee files/digest-jexcelapi-2.5.1 68 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCh+iw06ebR+OMO78RAlwTAJ48Z8ohU1t1hekkFhdnq9kJqRsVRgCfdz7J -puUJm0SS9tg36UMoZERVBbs= -=EivL +iD8DBQFC2NrV/rLF9B432nYRAst9AKCkhzGg3OOCIxAtQ4zRxzf92YfIEwCgqtks +s70WpXs6rDPFu6frZYjz3uw= +=shZk -----END PGP SIGNATURE----- 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/* |