mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/jarwizard: Bump to EAPI 7
Closes: https://bugs.gentoo.org/697322 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
DEPEND=">=virtual/jdk-1.5
|
||||
app-arch/unzip"
|
||||
RDEPEND=">=virtual/jre-1.5"
|
||||
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=virtual/jdk-1.5
|
||||
app-arch/unzip"
|
||||
RDEPEND=">=virtual/jre-1.5"
|
||||
|
||||
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() {
|
||||
|
||||
Reference in New Issue
Block a user