summaryrefslogtreecommitdiff
path: root/dev-util/jarwizard
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /dev-util/jarwizard
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'dev-util/jarwizard')
-rw-r--r--dev-util/jarwizard/Manifest2
-rw-r--r--dev-util/jarwizard/jarwizard-2.50.ebuild17
2 files changed, 10 insertions, 9 deletions
diff --git a/dev-util/jarwizard/Manifest b/dev-util/jarwizard/Manifest
index fd13b67dc657..16768751687e 100644
--- a/dev-util/jarwizard/Manifest
+++ b/dev-util/jarwizard/Manifest
@@ -1,3 +1,3 @@
DIST jarwizard_250_src.zip 169540 BLAKE2B b4fe55b2f9ef8e1ed05a2823b9a2fa5849f241b7a41f921aecb2aad43297e1d2a47fc1a33897813e8078d438b11a16b5c7242a1acbef4e08c8cb82d03ab04a5c SHA512 8d40cecd339e8e50b58c2c78a3c53b712275d95393d8ace4799b55a7f66f6e2a4bfd3348f92d6022d1d48c6edf17117c2b1bb1defc55e73fbdcf541907eeef1f
-EBUILD jarwizard-2.50.ebuild 680 BLAKE2B 521492d61ce21dff8a7f46a7568b8c990c95da769214ba647418a410366bad98708c5e8981e47b22aa11c4d805ae78a07ea6df54e73d75543fa2bb30bdfc082f SHA512 7de3157c1a8e63850034c68ace875f6afafee973821480a30d48e92d7ff9a68f186a95da9e140618c2a22c175ff375b810eee4d5bcc16cc6c283ad23296914b0
+EBUILD jarwizard-2.50.ebuild 682 BLAKE2B c948226c4489a78e68594a275e8a9f096d29543e456812685879f2b5c70bb264d36d42b4d109ce8a0aeea2f6ec771da7a50b6480b958a209b4500924a14aaba5 SHA512 b4008de8c0f28fb87e8c15452cd42110acd10f39d0ed4019f5c7889f07e7a00ca52c3dbce3931ea202843c075e758d3d48fd06875bb83dfc3dba4c61ce159538
MISC metadata.xml 315 BLAKE2B 7f29647cc44b98eff26b0fa5b83e2b23c9090dcfd0664b39ea83d455ff11227461ce57720c32a82f6e12fa3d337edd01ecf0e415ec311c40f3064fee281f0f66 SHA512 91e4126398b25c29af33c39af19f08f2eb8069c7595dcd752b347b4db0d232e4315708d2baf92f31f6ad7805f279a96b10891b73de53c0cc9331a0e9a404f82d
diff --git a/dev-util/jarwizard/jarwizard-2.50.ebuild b/dev-util/jarwizard/jarwizard-2.50.ebuild
index 2539b1a46102..d10d098ad575 100644
--- a/dev-util/jarwizard/jarwizard-2.50.ebuild
+++ b/dev-util/jarwizard/jarwizard-2.50.ebuild
@@ -1,27 +1,28 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
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="https://sourceforge.net/projects/jarwizard/"
+
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 x86"
+IUSE=""
+
DEPEND=">=virtual/jdk-1.5
- app-arch/unzip"
+ 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_prepare() {
+ java-pkg-2_src_prepare
+ java-ant_bsfix_one nbproject/build-impl.xml
}
src_install() {