diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-11-13 21:31:21 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-11-26 09:26:10 +0100 |
commit | fad7ff003c26ce73c199622bae737ab990cc29e5 (patch) | |
tree | 3a13b4cc828a4b0a568bc5e116da70c2128feefd /dev-java | |
parent | sci-astronomy/gasgano: style update, update EAPI 7 -> 8 (diff) | |
download | gentoo-fad7ff003c26ce73c199622bae737ab990cc29e5.tar.gz gentoo-fad7ff003c26ce73c199622bae737ab990cc29e5.tar.bz2 gentoo-fad7ff003c26ce73c199622bae737ab990cc29e5.zip |
dev-java/sun-jai-bin: style update, update EAPI 7 -> 8
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/39233/commits/a19ba3978d43487b5f019bfeba30de2c4921621f
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r3.ebuild (renamed from dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r3.ebuild index f1c288ab984c..b376b9b497d3 100644 --- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild +++ b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit java-pkg-2 MY_PV=${PV//./_} DESCRIPTION="JAI is a class library for managing images" -HOMEPAGE="https://jai.dev.java.net/" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" BASE=https://download.java.net/media/jai/builds/release/${MY_PV} MY_P="jai-${MY_PV}" @@ -15,20 +15,19 @@ SRC_URI=" !amd64? ( ${BASE}/${MY_P}-lib-linux-i586.tar.gz ) amd64? ( ${BASE}/${MY_P}-lib-linux-amd64.tar.gz )" +S=${WORKDIR}/${MY_P} + LICENSE="sun-bcla-jai" SLOT="0" KEYWORDS="amd64 arm64 ppc64" -DEPEND="" RDEPEND="virtual/jre:1.8" RESTRICT="bindist mirror" QA_PREBUILT="*" -S=${WORKDIR}/${MY_P} - src_prepare() { - default + java-pkg-2_src_prepare rm LICENSE-jai.txt || die } |