* [gentoo-commits] repo/gentoo:master commit in: dev-util/jarwizard/
@ 2019-11-09 21:53 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-11-09 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 7fff01956d5fd908cdfe5907a7d5f254a74d20fe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 21:36:56 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 21:36:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fff0195
dev-util/jarwizard: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697322
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-util/jarwizard/jarwizard-2.50.ebuild | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/dev-util/jarwizard/jarwizard-2.50.ebuild b/dev-util/jarwizard/jarwizard-2.50.ebuild
index 2539b1a4610..d10d098ad57 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() {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-10 10:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-09 21:53 [gentoo-commits] repo/gentoo:master commit in: dev-util/jarwizard/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox