diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-26 19:05:05 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-11-26 19:05:05 +0000 |
| commit | 2fa28bc45de91546378c03f483e6853bc86e71ee (patch) | |
| tree | 93dbe983ecdb52c278865c7bfdbb56564d03b807 /dev-java/sun-jai-bin | |
| parent | f1c526abf57901a26ac4cbedc4e70c56e6e231c5 (diff) | |
| download | baldeagleos-repo-2fa28bc45de91546378c03f483e6853bc86e71ee.tar.gz baldeagleos-repo-2fa28bc45de91546378c03f483e6853bc86e71ee.tar.xz baldeagleos-repo-2fa28bc45de91546378c03f483e6853bc86e71ee.zip | |
Adding metadata
Diffstat (limited to 'dev-java/sun-jai-bin')
| -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 66546d392498..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://docs.oracle.com/cd/E17802_01/products/products/java-media/jai/forDevelopers/jai-apidocs/index.html" +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 } |
