diff options
author | 2007-04-01 13:17:49 +0000 | |
---|---|---|
committer | 2007-04-01 13:17:49 +0000 | |
commit | 8685b3d9cffe086c7d7a8062e9aac37afe7b65a0 (patch) | |
tree | e56302145120eff400281a3c3083bc34bb519106 /dev-util/jarwizard/jarwizard-2.50.ebuild | |
parent | Development branch version bump. (diff) | |
download | gentoo-2-8685b3d9cffe086c7d7a8062e9aac37afe7b65a0.tar.gz gentoo-2-8685b3d9cffe086c7d7a8062e9aac37afe7b65a0.tar.bz2 gentoo-2-8685b3d9cffe086c7d7a8062e9aac37afe7b65a0.zip |
Version bump using generation 2 eclasses.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-util/jarwizard/jarwizard-2.50.ebuild')
-rw-r--r-- | dev-util/jarwizard/jarwizard-2.50.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-util/jarwizard/jarwizard-2.50.ebuild b/dev-util/jarwizard/jarwizard-2.50.ebuild new file mode 100644 index 000000000000..0aa757376155 --- /dev/null +++ b/dev-util/jarwizard/jarwizard-2.50.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/jarwizard/jarwizard-2.50.ebuild,v 1.1 2007/04/01 13:17:49 betelgeuse Exp $ + +inherit java-pkg-2 java-ant-2 + +DESCRIPTION="Takes the hassle out of creating executable JAR files for your Java programs" +SRC_URI="mirror://sourceforge/jarwizard/${PN}_${PV/./}_src.zip" +HOMEPAGE="http://www.geocities.com/chir_geo/jarc/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~alpha ~ppc" +DEPEND=">=virtual/jdk-1.5 + app-arch/unzip" +RDEPEND=">=virtual/jre-1.5" + +IUSE="" + +S="${WORKDIR}/${PN}" + +src_unpack() { + unpack ${A} + java-ant_bsfix_one "${S}/nbproject/build-impl.xml" +} + +src_install() { + java-pkg_dojar dist/*.jar + java-pkg_dolauncher ${PN} --main JarWizard +} |