public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/
@ 2018-03-01  8:46 Michał Górny
  0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2018-03-01  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     91e6140ecb8dfebe0f317c318fb1f1452e1618df
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 08:43:27 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 08:46:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e6140e

dev-java/sun-jai-bin: Dekeyword *-fbsd

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild
index 72d408be002..261891c6e40 100644
--- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild
+++ b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit java-pkg-2
@@ -9,7 +9,7 @@ HOMEPAGE="https://jai.dev.java.net/"
 SRC_URI="http://download.java.net/media/jai/builds/release/${MY_PV}/jai-${MY_PV}-lib-linux-i586.tar.gz"
 LICENSE="sun-bcla-jai"
 SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc64 x86"
 DEPEND="app-arch/unzip"
 RDEPEND=">=virtual/jre-1.3"
 IUSE=""


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/
@ 2019-11-09 21:33 Michał Górny
  0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2019-11-09 21:33 UTC (permalink / raw
  To: gentoo-commits

commit:     ceaa1419055a95e95c9723997d1c3d0289859272
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  9 21:12:57 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov  9 21:33:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceaa1419

dev-java/sun-jai-bin: Bump to EAPI 7

Closes: https://bugs.gentoo.org/697358
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild | 27 ++++++++++++------------
 dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild    | 24 +++++++++++----------
 2 files changed, 27 insertions(+), 24 deletions(-)

diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild
index 50218694eb4..b611b620af9 100644
--- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild
+++ b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild
@@ -1,7 +1,7 @@
-# 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
 
@@ -18,28 +18,29 @@ SRC_URI="
 LICENSE="sun-bcla-jai"
 SLOT="0"
 KEYWORDS="amd64"
+IUSE=""
+
 DEPEND=""
 RDEPEND=">=virtual/jre-1.3"
-IUSE=""
-RESTRICT="mirror"
+
+RESTRICT="bindist mirror"
 QA_PREBUILT="*"
 
-S=${WORKDIR}/${MY_P}/
+S=${WORKDIR}/${MY_P}
 
-src_unpack() {
-	unpack ${A}
-	rm "${S}/LICENSE-jai.txt"
+src_prepare() {
+	default
+	rm LICENSE-jai.txt || die
 }
 
 src_compile() { :; }
 
 src_install() {
-	dodoc *.txt || die
+	dodoc *.txt
 
-	cd lib
-	java-pkg_dojar *.jar
-	use x86 && java-pkg_doso *.so
-	use amd64 && java-pkg_doso *.so
+	java-pkg_dojar lib/*.jar
+	use x86 && java-pkg_doso lib/*.so
+	use amd64 && java-pkg_doso lib/*.so
 }
 
 pkg_postinst() {

diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild
index 20d0c2afe55..f244a96c1c9 100644
--- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild
+++ b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild
@@ -1,7 +1,7 @@
-# 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
 
@@ -9,20 +9,23 @@ MY_PV=${PV//./_}
 DESCRIPTION="JAI is a class library for managing images"
 HOMEPAGE="https://jai.dev.java.net/"
 SRC_URI="http://download.java.net/media/jai/builds/release/${MY_PV}/jai-${MY_PV}-lib-linux-i586.tar.gz"
+
 LICENSE="sun-bcla-jai"
 SLOT="0"
 KEYWORDS="amd64 ppc64 x86"
+IUSE=""
+
 DEPEND="app-arch/unzip"
 RDEPEND=">=virtual/jre-1.3"
-IUSE=""
-RESTRICT="mirror"
+
+RESTRICT="bindist mirror"
 QA_PREBUILT="*"
 
-S=${WORKDIR}/jai-${MY_PV}/
+S=${WORKDIR}/jai-${MY_PV}
 
-src_unpack() {
-	unpack ${A}
-	rm "${S}"/LICENSE-jai.txt
+src_prepare() {
+	default
+	rm LICENSE-jai.txt || die
 }
 
 src_compile() { :; }
@@ -30,9 +33,8 @@ src_compile() { :; }
 src_install() {
 	dodoc *.txt
 
-	cd lib
-	java-pkg_dojar *.jar
-	use x86 && java-pkg_doso *.so
+	java-pkg_dojar lib/*.jar
+	use x86 && java-pkg_doso lib/*.so
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/
@ 2021-05-21  7:02 Miroslav Šulc
  0 siblings, 0 replies; 12+ messages in thread
From: Miroslav Šulc @ 2021-05-21  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     fb401a9eebd3d0ad0887234e16d4329f5cb130b7
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed May 19 16:26:19 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri May 21 07:01:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb401a9e

dev-java/sun-jai-bin: min java 1.8

Bug: https://bugs.gentoo.org/786846
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20884
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild | 52 ++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

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-r2.ebuild
new file mode 100644
index 00000000000..1f5ba79b8b0
--- /dev/null
+++ b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit java-pkg-2
+
+MY_PV=${PV//./_}
+DESCRIPTION="JAI is a class library for managing images"
+HOMEPAGE="https://jai.dev.java.net/"
+
+BASE=https://download.java.net/media/jai/builds/release/${MY_PV}
+MY_P="jai-${MY_PV}"
+SRC_URI="
+	!amd64? ( ${BASE}/${MY_P}-lib-linux-i586.tar.gz )
+	amd64? ( ${BASE}/${MY_P}-lib-linux-amd64.tar.gz )"
+
+LICENSE="sun-bcla-jai"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="virtual/jre:1.8"
+
+RESTRICT="bindist mirror"
+QA_PREBUILT="*"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+	default
+	rm LICENSE-jai.txt || die
+}
+
+src_compile() { :; }
+
+src_install() {
+	dodoc *.txt
+
+	java-pkg_dojar lib/*.jar
+	use x86 && java-pkg_doso lib/*.so
+	use amd64 && java-pkg_doso lib/*.so
+}
+
+pkg_postinst() {
+	elog "This ebuild now installs into /opt/${PN} and /usr/share/${PN}"
+	elog 'To use you need to pass the following to java'
+	if use x86 || use amd64; then
+		elog '-Djava.library.path=$(java-config -i sun-jai-bin)'
+	fi
+	elog '-classpath $(java-config -p sun-jai-bin)'
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/
@ 2021-06-07  6:26 Sergei Trofimovich
  0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2021-06-07  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     256c76f55a1633f89251c8e7f6631a6b53395fb4
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  7 06:26:04 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun  7 06:26:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=256c76f5

dev-java/sun-jai-bin: keyworded 1.1.3-r2 for ppc64

keyworded wrt bug #791109

Package-Manager: Portage-3.0.19, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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-r2.ebuild
index 1f5ba79b8b0..dda39756714 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-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="sun-bcla-jai"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 
 DEPEND=""
 RDEPEND="virtual/jre:1.8"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/
@ 2021-07-12  6:35 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2021-07-12  6:35 UTC (permalink / raw
  To: gentoo-commits

commit:     7f1be29cdf9a61de7a2c28bf66d75fa79fe9eeae
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 06:35:00 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 06:35:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1be29c

dev-java/sun-jai-bin: amd64 stable wrt bug #801118

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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-r2.ebuild
index dda39756714..55b5518402a 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-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="sun-bcla-jai"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 
 DEPEND=""
 RDEPEND="virtual/jre:1.8"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/
@ 2021-07-13  6:29 Agostino Sarubbo
  0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2021-07-13  6:29 UTC (permalink / raw
  To: gentoo-commits

commit:     67ac7b4d16699de51f63dc6b8ecdb70799e4c486
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 06:29:10 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 06:29:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ac7b4d

dev-java/sun-jai-bin: ppc64 stable wrt bug #801118

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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-r2.ebuild
index 55b5518402a..9ad9f62e197 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-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="sun-bcla-jai"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64"
+KEYWORDS="amd64 ppc64"
 
 DEPEND=""
 RDEPEND="virtual/jre:1.8"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/
@ 2021-07-25  3:23 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-07-25  3:23 UTC (permalink / raw
  To: gentoo-commits

commit:     24f073118ab3795922e2765073e1c91067981a35
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 03:22:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 03:23:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f07311

dev-java/sun-jai-bin: Keyword 1.1.3-r2 x86, #791109

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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-r2.ebuild
index 9ad9f62e197..059d18b249f 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-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="sun-bcla-jai"
 SLOT="0"
-KEYWORDS="amd64 ppc64"
+KEYWORDS="amd64 ppc64 ~x86"
 
 DEPEND=""
 RDEPEND="virtual/jre:1.8"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/
@ 2021-07-26  0:43 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-07-26  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     dfc4b4088fa8bbb04dc0c03ecfa1b81528636b2c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 00:42:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 00:42:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc4b408

dev-java/sun-jai-bin: Stabilize 1.1.3-r2 x86, #801118

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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-r2.ebuild
index 059d18b249f..36c1c67af62 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-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="sun-bcla-jai"
 SLOT="0"
-KEYWORDS="amd64 ppc64 ~x86"
+KEYWORDS="amd64 ppc64 x86"
 
 DEPEND=""
 RDEPEND="virtual/jre:1.8"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/
@ 2021-07-26  4:59 Miroslav Šulc
  0 siblings, 0 replies; 12+ messages in thread
From: Miroslav Šulc @ 2021-07-26  4:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0d80b2337129f941d2cb768286bf56b329ee4c8e
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 04:59:47 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 04:59:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d80b233

dev-java/sun-jain-bin: removed obsolete 1.1.3{,-r1}

Closes: https://bugs.gentoo.org/786846
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild | 53 ------------------------
 dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild    | 45 --------------------
 2 files changed, 98 deletions(-)

diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild
deleted file mode 100644
index b611b620af9..00000000000
--- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit java-pkg-2
-
-MY_PV=${PV//./_}
-DESCRIPTION="JAI is a class library for managing images"
-HOMEPAGE="https://jai.dev.java.net/"
-
-BASE=http://download.java.net/media/jai/builds/release/${MY_PV}
-MY_P="jai-${MY_PV}"
-SRC_URI="
-	!amd64? ( ${BASE}/${MY_P}-lib-linux-i586.tar.gz )
-	amd64? ( ${BASE}/${MY_P}-lib-linux-amd64.tar.gz )"
-
-LICENSE="sun-bcla-jai"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=virtual/jre-1.3"
-
-RESTRICT="bindist mirror"
-QA_PREBUILT="*"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	default
-	rm LICENSE-jai.txt || die
-}
-
-src_compile() { :; }
-
-src_install() {
-	dodoc *.txt
-
-	java-pkg_dojar lib/*.jar
-	use x86 && java-pkg_doso lib/*.so
-	use amd64 && java-pkg_doso lib/*.so
-}
-
-pkg_postinst() {
-	elog "This ebuild now installs into /opt/${PN} and /usr/share/${PN}"
-	elog 'To use you need to pass the following to java'
-	if use x86 || use amd64; then
-		elog '-Djava.library.path=$(java-config -i sun-jai-bin)'
-	fi
-	elog '-classpath $(java-config -p sun-jai-bin)'
-}

diff --git a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild b/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild
deleted file mode 100644
index 1e21ce70574..00000000000
--- a/dev-java/sun-jai-bin/sun-jai-bin-1.1.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit java-pkg-2
-
-MY_PV=${PV//./_}
-DESCRIPTION="JAI is a class library for managing images"
-HOMEPAGE="https://jai.dev.java.net/"
-SRC_URI="http://download.java.net/media/jai/builds/release/${MY_PV}/jai-${MY_PV}-lib-linux-i586.tar.gz"
-
-LICENSE="sun-bcla-jai"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE=""
-
-BDEPEND="app-arch/unzip"
-RDEPEND=">=virtual/jre-1.3"
-
-RESTRICT="bindist mirror"
-QA_PREBUILT="*"
-
-S=${WORKDIR}/jai-${MY_PV}
-
-src_prepare() {
-	default
-	rm LICENSE-jai.txt || die
-}
-
-src_compile() { :; }
-
-src_install() {
-	dodoc *.txt
-
-	java-pkg_dojar lib/*.jar
-	use x86 && java-pkg_doso lib/*.so
-}
-
-pkg_postinst() {
-	elog "This ebuild now installs into /opt/${PN} and /usr/share/${PN}"
-	elog 'To use you need to pass the following to java'
-	use x86 && elog '-Djava.library.path=$(java-config -i sun-jai-bin)'
-	elog '-classpath $(java-config -p sun-jai-bin)'
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/
@ 2022-01-20  8:39 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2022-01-20  8:39 UTC (permalink / raw
  To: gentoo-commits

commit:     0b13a9af30fbbfbcebbc37db5f331dc3f210bd6f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 08:38:44 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 08:38:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b13a9af

dev-java/sun-jai-bin: Keyword 1.1.3-r2 arm64, #831385

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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-r2.ebuild
index 36c1c67af629..f91985eeb3ae 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-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="sun-bcla-jai"
 SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc64 x86"
 
 DEPEND=""
 RDEPEND="virtual/jre:1.8"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/
@ 2022-01-22  6:03 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2022-01-22  6:03 UTC (permalink / raw
  To: gentoo-commits

commit:     523647f8ecaa7bb99a4a5760bf8168e5c37b69e1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 22 06:02:41 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 06:02:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=523647f8

dev-java/sun-jai-bin: Keyword 1.1.3-r2 arm, #831385

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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-r2.ebuild
index f91985eeb3ae..ef3446d4185a 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-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="sun-bcla-jai"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 DEPEND=""
 RDEPEND="virtual/jre:1.8"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/
@ 2022-03-08 13:06 Jakov Smolić
  0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2022-03-08 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     b53c924011fa0f253feb1a0003a246288776e45b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 13:05:58 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Mar  8 13:05:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53c9240

dev-java/sun-jai-bin: Stabilize 1.1.3-r2 arm64, #834017

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-java/sun-jai-bin/sun-jai-bin-1.1.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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-r2.ebuild
index ef3446d4185a..8f2bf9a016a3 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-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="sun-bcla-jai"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 DEPEND=""
 RDEPEND="virtual/jre:1.8"


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-03-08 13:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-20  8:39 [gentoo-commits] repo/gentoo:master commit in: dev-java/sun-jai-bin/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-03-08 13:06 Jakov Smolić
2022-01-22  6:03 Arthur Zamarin
2021-07-26  4:59 Miroslav Šulc
2021-07-26  0:43 Sam James
2021-07-25  3:23 Sam James
2021-07-13  6:29 Agostino Sarubbo
2021-07-12  6:35 Agostino Sarubbo
2021-06-07  6:26 Sergei Trofimovich
2021-05-21  7:02 Miroslav Šulc
2019-11-09 21:33 Michał Górny
2018-03-01  8:46 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