public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/OpenNI2/
Date: Sat, 01 Feb 2025 10:51:23 +0000 (UTC)	[thread overview]
Message-ID: <1738407043.e196efa8c28e9baaf86bda12fff953f8fd29e2be.flow@gentoo> (raw)

commit:     e196efa8c28e9baaf86bda12fff953f8fd29e2be
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Dec 27 23:47:57 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Feb  1 10:50:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e196efa8

dev-libs/OpenNI2: allow Java higher than 1.8

ebuilds which are pinned to 1.8 should go away before eol of openjdk:8

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 ...beta2-r1.ebuild => OpenNI2-2.2_beta2-r2.ebuild} | 23 ++++++++++++++--------
 dev-libs/OpenNI2/OpenNI2-9999.ebuild               | 21 +++++++++++++-------
 2 files changed, 29 insertions(+), 15 deletions(-)

diff --git a/dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.ebuild b/dev-libs/OpenNI2/OpenNI2-2.2_beta2-r2.ebuild
similarity index 87%
rename from dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.ebuild
rename to dev-libs/OpenNI2/OpenNI2-2.2_beta2-r2.ebuild
index 606cfeb0619a..180c55e50764 100644
--- a/dev-libs/OpenNI2/OpenNI2-2.2_beta2-r1.ebuild
+++ b/dev-libs/OpenNI2/OpenNI2-2.2_beta2-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then
@@ -15,26 +15,33 @@ if [ "${PV#9999}" != "${PV}" ] ; then
 	SRC_URI=""
 else
 	KEYWORDS="amd64 ~arm"
-	SRC_URI="https://github.com/occipital/OpenNI2/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
+	SRC_URI="https://github.com/structureio/OpenNI2/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
 	S="${WORKDIR}/${P/_/-}"
 fi
 
 DESCRIPTION="OpenNI2 SDK"
-HOMEPAGE="https://structure.io/openni"
+HOMEPAGE="https://structure.io/openni/"
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="cpu_flags_arm_neon doc java opengl static-libs"
 
-RDEPEND="
+COMMON_DEPEND="
 	media-libs/libjpeg-turbo:=
 	virtual/libusb:1
 	virtual/libudev
 	opengl? ( media-libs/freeglut )
-	java? ( virtual/jre:1.8 )
 "
-DEPEND="${RDEPEND}
+
+DEPEND="
+	${COMMON_DEPEND}
 	doc? ( app-text/doxygen )
-	java? ( virtual/jdk:1.8 )"
+	java? ( >=virtual/jdk-1.8:* !dev-libs/OpenNI[java] )
+"
+
+RDEPEND="
+	${COMMON_DEPEND}
+	java? ( >=virtual/jre-1.8:* !dev-libs/OpenNI[java] )
+"
 
 PATCHES=(
 	"${FILESDIR}/jpeg.patch"

diff --git a/dev-libs/OpenNI2/OpenNI2-9999.ebuild b/dev-libs/OpenNI2/OpenNI2-9999.ebuild
index fc73839fa7df..68dd73cd6c5e 100644
--- a/dev-libs/OpenNI2/OpenNI2-9999.ebuild
+++ b/dev-libs/OpenNI2/OpenNI2-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 SCM=""
 if [ "${PV#9999}" != "${PV}" ] ; then
@@ -20,21 +20,28 @@ else
 fi
 
 DESCRIPTION="OpenNI2 SDK"
-HOMEPAGE="https://structure.io/openni"
+HOMEPAGE="https://structure.io/openni/"
 LICENSE="Apache-2.0"
 SLOT="0"
 IUSE="cpu_flags_arm_neon doc java opengl static-libs"
 
-RDEPEND="
+COMMON_DEPEND="
 	media-libs/libjpeg-turbo:=
 	virtual/libusb:1
 	virtual/libudev
 	opengl? ( media-libs/freeglut )
-	java? ( virtual/jre:1.8 )
 "
-DEPEND="${RDEPEND}
+
+DEPEND="
+	${COMMON_DEPEND}
 	doc? ( app-text/doxygen )
-	java? ( virtual/jdk:1.8 )"
+	java? ( >=virtual/jdk-1.8:* !dev-libs/OpenNI[java] )
+"
+
+RDEPEND="
+	${COMMON_DEPEND}
+	java? ( >=virtual/jre-1.8:* !dev-libs/OpenNI[java] )
+"
 
 PATCHES=(
 	"${FILESDIR}/jpeg.patch"


             reply	other threads:[~2025-02-01 10:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-01 10:51 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01 10:51 [gentoo-commits] repo/gentoo:master commit in: dev-libs/OpenNI2/ Florian Schmaus
2025-02-01 10:51 Florian Schmaus
2023-01-15 21:51 Sam James
2023-01-15 21:50 Sam James
2022-07-15  7:58 David Seifert
2022-05-19 12:12 Joonas Niilola
2021-07-08 10:42 Joonas Niilola
2021-07-08 10:42 Joonas Niilola
2019-09-25 17:31 Michał Górny
2018-02-22 20:19 Alexis Ballier
2017-01-29  9:12 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1738407043.e196efa8c28e9baaf86bda12fff953f8fd29e2be.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox