public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2016-10-03 20:38 Patrice Clement
  0 siblings, 0 replies; 14+ messages in thread
From: Patrice Clement @ 2016-10-03 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     9cf81441e499b6dfd0b83576e6af4f8614693a18
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 20:37:58 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 20:38:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf81441

net-nds/jxplorer: clean up old.

Package-Manager: portage-2.3.0

 net-nds/jxplorer/Manifest               |  2 -
 net-nds/jxplorer/jxplorer-3.2-r2.ebuild | 75 ---------------------------------
 net-nds/jxplorer/jxplorer-3.2.ebuild    | 65 ----------------------------
 3 files changed, 142 deletions(-)

diff --git a/net-nds/jxplorer/Manifest b/net-nds/jxplorer/Manifest
index 54f8768..3860596 100644
--- a/net-nds/jxplorer/Manifest
+++ b/net-nds/jxplorer/Manifest
@@ -1,5 +1,3 @@
-DIST JXv3.2deploy.tar.bz2 1771812 SHA256 0e678aa5daa829517bf080c33137db7c6ed12dd5c49a3722d12717b57fe35535 SHA512 6bca884a731572c1d627ecb87a941d2f78d82f16d14e2d9694a4e4b5d165066a1a4ee86ceab192dd050ccb76a052cc3e31463131a6124669a98949c92b0c2643 WHIRLPOOL 4ceb991b27875d7919a9394165aba2af426be13ef116475d12e4bfb73278b59796c23f03f7685bf87ea3ce7d82bcde3629575c96f9e7fe9b10cbe8dcd365f48c
-DIST JXv3.2src.tar.bz2 459951 SHA256 63789857f19eb677f488e9a031c6bebb28726d2bb967893ab6df32dfb8862cc9 SHA512 ea879330a4efb3ccb2249311e58b1c50ff510e91ee26501ef9305b88bf096ca1b7d26f91b00a660dac97741c55134c1b36f964d73c74ac1417832b9286c1ba7c WHIRLPOOL 3696ca35a0d34690e73e5590235a3fe6e29d471b2ac0f9f8ec610dc9760f62e3fff2db48349266f0746ace7de98ed08f1d90bd9b10bd415109e356bad37ca5fb
 DIST jxplorer-3.3.1-project.zip 4500476 SHA256 6e2ac77722a6a03c285a96561f6557fdfb3cd21da764166d7d7aab56560be6aa SHA512 a40bfd8a4c868a1ced1e31d45298916b4371ae781521755d784e4c027781d298f066af5390918b42024022cff5d3f0ab6a79bc6b15a1ff0adcfc1e8b79a67ca9 WHIRLPOOL b55c544daad8ab58075fe0e4ec5eb32d971056e58e1b9492c13e49cee98054cc71da098c2113cd9b431a350602419e2afc58bbe0f3a9860d301e7d6c1889384b
 DIST jxplorer-3.3.1.1-project.zip 4566815 SHA256 193986f80fb475fef37e349d7a7ea792c1bab3412d0bbf222b163e2e867a082f SHA512 aa7c1c976f5987055abeb97aba865e9cdbc657d5baca199ff83c97ac5017c9d48869c8ee6346a7cf07b236b04059043256d0545c7b6cc37d97c81de2f9015d03 WHIRLPOOL c33e5ca2f639f17b91f82dd71e245f810b9c873a74595ce13af951b089815d39c9e9791d0f51a43b96c1c78ad911248fe9e943bf98bb6e5388d1e11b6b6a1b21
 DIST jxplorer-3.3.1.2-project.zip 4625538 SHA256 b4d4fd1dbad2e93f981494ef4ce151bb56723fc5acf83a4fb19173d187db6b9b SHA512 6c95de48b2abd41a4926de3bd9bd203e266676028e12d1f1c93d8ef6f10b233eefcb122c8c075d6758b43c85e30fdc4b01d55811e5fcbdcd64d353c6f0fef94a WHIRLPOOL 5385b32605588a9d3d3245884569e2c56f20c141ee2142999722886e14322ce9885ef0eb1cced2150af6a2426d08fed77e971d8292d74d4ed96d795f2652b404

diff --git a/net-nds/jxplorer/jxplorer-3.2-r2.ebuild b/net-nds/jxplorer/jxplorer-3.2-r2.ebuild
deleted file mode 100644
index a625c03..00000000
--- a/net-nds/jxplorer/jxplorer-3.2-r2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-JAVA_PKG_IUSE="doc source"
-
-inherit eutils java-pkg-2 java-ant-2 prefix
-
-DESCRIPTION="A fully functional ldap browser written in java"
-HOMEPAGE="http://jxplorer.org/"
-SRC_URI="mirror://sourceforge/${PN}/JXv${PV}src.tar.bz2
-	mirror://sourceforge/${PN}/JXv${PV}deploy.tar.bz2"
-LICENSE="CAOSL"
-IUSE=""
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-RDEPEND=">=virtual/jre-1.4
-	>=dev-java/javahelp-2.0.02_p46
-	>=dev-java/log4j-1.2.8
-	=dev-java/junit-3.8*"
-DEPEND=">=virtual/jdk-1.4
-	${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-	epatch "${FILESDIR}/${PV}-com.ca.level.patch"
-}
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	cp "${FILESDIR}/build.xml" ./build.xml || die
-
-	# Contains stuff for javahelp
-	mkdir dist
-	cp jars/help.jar dist || die
-
-	rm -v jars/*.jar || die
-	mkdir lib/ && cd lib/
-	java-pkg_jar-from javahelp
-	java-pkg_jar-from log4j
-	java-pkg_jar-from junit
-}
-
-EANT_DOC_TARGET="docs"
-EANT_FILTER_COMPILER="jikes"
-
-src_install() {
-	java-pkg_dojar dist/${PN}.jar dist/help.jar
-
-	dodir /usr/share/${PN}
-	for i in "icons images htmldocs language templates security connections.txt log4j.xml"
-	do
-		cp -r ${i} "${ED}/usr/share/${PN}" || die
-	done
-
-	dodoc RELEASE.TXT || die
-
-	# By default the config dir is ${HOME}/jxplorer
-	java-pkg_dolauncher ${PN} \
-		--main com.ca.directory.jxplorer.JXplorer \
-		--pwd '"${HOME}/.jxplorer"' \
-		--pkg_args console \
-		-pre "${FILESDIR}/${PN}-pre-r1"
-
-	eprefixify "${ED}/usr/bin/${PN}"
-
-	use source && java-pkg_dosrc src/com
-	use doc && java-pkg_dojavadoc docs
-
-	make_desktop_entry ${PN} JXplorer /usr/share/jxplorer/images/logo_32_trans.gif System
-}

diff --git a/net-nds/jxplorer/jxplorer-3.2.ebuild b/net-nds/jxplorer/jxplorer-3.2.ebuild
deleted file mode 100644
index 5842589..00000000
--- a/net-nds/jxplorer/jxplorer-3.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE="doc source"
-
-inherit eutils java-pkg-2 java-ant-2
-
-DESCRIPTION="A fully functional ldap browser written in java"
-HOMEPAGE="http://jxplorer.org/"
-SRC_URI="mirror://sourceforge/${PN}/JXv${PV}src.tar.bz2
-	mirror://sourceforge/${PN}/JXv${PV}deploy.tar.bz2"
-LICENSE="CAOSL"
-SLOT="0"
-KEYWORDS="amd64 x86"
-RDEPEND=">=virtual/jre-1.4
-	>=dev-java/javahelp-2.0.02_p46
-	>=dev-java/log4j-1.2.8
-	=dev-java/junit-3.8*"
-DEPEND=">=virtual/jdk-1.4
-	${RDEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	cp "${FILESDIR}/build.xml" ./build.xml || die
-
-	# Contains stuff for javahelp
-	mkdir dist
-	cp jars/help.jar dist || die
-
-	rm -v jars/*.jar || die
-	mkdir lib/ && cd lib/
-	java-pkg_jar-from javahelp
-	java-pkg_jar-from log4j
-	java-pkg_jar-from junit
-}
-
-EANT_DOC_TARGET="docs"
-EANT_FILTER_COMPILER="jikes"
-
-src_install() {
-	java-pkg_dojar dist/${PN}.jar dist/help.jar
-
-	dodir /usr/share/${PN}
-	for i in "icons images htmldocs language templates security connections.txt log4j.xml"
-	do
-		cp -r ${i} "${D}/usr/share/${PN}" || die
-	done
-
-	dodoc RELEASE.TXT || die
-
-	# By default the config dir is ${HOME}/jxplorer
-	java-pkg_dolauncher ${PN} \
-		--main com.ca.directory.jxplorer.JXplorer \
-		--pwd '"${HOME}/.jxplorer"' \
-		--pkg_args console \
-		-pre "${FILESDIR}/${PN}-pre-r1"
-
-	use source && java-pkg_dosrc src/com
-	use doc && java-pkg_dojavadoc docs
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2016-10-03 20:38 Patrice Clement
  0 siblings, 0 replies; 14+ messages in thread
From: Patrice Clement @ 2016-10-03 20:38 UTC (permalink / raw
  To: gentoo-commits

commit:     6c27d18301582851309b306df2712cb74e5b3cec
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 20:30:46 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 20:38:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c27d183

net-nds/jxplorer: version bump + clean up.

Package-Manager: portage-2.3.0

 net-nds/jxplorer/Manifest                |  1 +
 net-nds/jxplorer/jxplorer-3.3.1.2.ebuild | 76 ++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/net-nds/jxplorer/Manifest b/net-nds/jxplorer/Manifest
index 2d87a81..54f8768 100644
--- a/net-nds/jxplorer/Manifest
+++ b/net-nds/jxplorer/Manifest
@@ -2,3 +2,4 @@ DIST JXv3.2deploy.tar.bz2 1771812 SHA256 0e678aa5daa829517bf080c33137db7c6ed12dd
 DIST JXv3.2src.tar.bz2 459951 SHA256 63789857f19eb677f488e9a031c6bebb28726d2bb967893ab6df32dfb8862cc9 SHA512 ea879330a4efb3ccb2249311e58b1c50ff510e91ee26501ef9305b88bf096ca1b7d26f91b00a660dac97741c55134c1b36f964d73c74ac1417832b9286c1ba7c WHIRLPOOL 3696ca35a0d34690e73e5590235a3fe6e29d471b2ac0f9f8ec610dc9760f62e3fff2db48349266f0746ace7de98ed08f1d90bd9b10bd415109e356bad37ca5fb
 DIST jxplorer-3.3.1-project.zip 4500476 SHA256 6e2ac77722a6a03c285a96561f6557fdfb3cd21da764166d7d7aab56560be6aa SHA512 a40bfd8a4c868a1ced1e31d45298916b4371ae781521755d784e4c027781d298f066af5390918b42024022cff5d3f0ab6a79bc6b15a1ff0adcfc1e8b79a67ca9 WHIRLPOOL b55c544daad8ab58075fe0e4ec5eb32d971056e58e1b9492c13e49cee98054cc71da098c2113cd9b431a350602419e2afc58bbe0f3a9860d301e7d6c1889384b
 DIST jxplorer-3.3.1.1-project.zip 4566815 SHA256 193986f80fb475fef37e349d7a7ea792c1bab3412d0bbf222b163e2e867a082f SHA512 aa7c1c976f5987055abeb97aba865e9cdbc657d5baca199ff83c97ac5017c9d48869c8ee6346a7cf07b236b04059043256d0545c7b6cc37d97c81de2f9015d03 WHIRLPOOL c33e5ca2f639f17b91f82dd71e245f810b9c873a74595ce13af951b089815d39c9e9791d0f51a43b96c1c78ad911248fe9e943bf98bb6e5388d1e11b6b6a1b21
+DIST jxplorer-3.3.1.2-project.zip 4625538 SHA256 b4d4fd1dbad2e93f981494ef4ce151bb56723fc5acf83a4fb19173d187db6b9b SHA512 6c95de48b2abd41a4926de3bd9bd203e266676028e12d1f1c93d8ef6f10b233eefcb122c8c075d6758b43c85e30fdc4b01d55811e5fcbdcd64d353c6f0fef94a WHIRLPOOL 5385b32605588a9d3d3245884569e2c56f20c141ee2142999722886e14322ce9885ef0eb1cced2150af6a2426d08fed77e971d8292d74d4ed96d795f2652b404

diff --git a/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
new file mode 100644
index 00000000..69071d8
--- /dev/null
+++ b/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+JAVA_PKG_IUSE="doc source test"
+
+inherit java-pkg-2 java-ant-2 prefix virtualx
+
+DESCRIPTION="A fully functional ldap browser written in Java"
+HOMEPAGE="http://jxplorer.org/"
+SRC_URI="mirror://sourceforge/${PN}/${P}-project.zip"
+LICENSE="CAOSL"
+
+IUSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+RESTRICT="test"
+
+CDEPEND="
+	>=dev-java/javahelp-2.0.02_p46:0"
+
+RDEPEND="
+	${CDEPEND}
+	>=virtual/jre-1.5"
+
+DEPEND="
+	${CDEPEND}
+	>=virtual/jdk-1.5
+	test? ( dev-java/junit:0 )"
+
+S="${WORKDIR}/${PN}"
+
+JAVA_ANT_REWRITE_CLASSPATH="yes"
+EANT_GENTOO_CLASSPATH="javahelp"
+EANT_TEST_ANT_TASKS="ant-junit"
+
+src_prepare() {
+	epatch "${FILESDIR}"/3.3-disable-jxworkbench.patch
+
+	rm -v jars/*.jar || die
+	sed -i -e 's/<fileset dir="${jasper}.*//g' "${S}/build.xml" || die
+
+	if use test; then
+		EANT_GENTOO_CLASSPATH_EXTRA=$(java-pkg_getjars --build-only junit)
+	else
+		find . -iname '*Test*.java' -delete || die
+	fi
+}
+
+src_test() {
+	VIRTUALX_COMMAND="java-pkg-2_src_test" virtualmake
+}
+
+src_install() {
+	java-pkg_dojar jars/${PN}.jar
+
+	insinto /usr/share/${PN}
+	doins -r icons images htmldocs language templates plugins security.default csvconfig.txt.default
+
+	dodoc README*.TXT || die
+
+	# By default the config dir is ${HOME}/jxplorer
+	java-pkg_dolauncher ${PN} \
+		--main com.ca.directory.jxplorer.JXplorer \
+		--pwd '"${HOME}/.jxplorer"' \
+		-pre "${FILESDIR}/${PN}-3-pre"
+
+	eprefixify "${ED}/usr/bin/${PN}"
+
+	use source && java-pkg_dosrc src/com
+	use doc && java-pkg_dojavadoc docs/api
+
+	make_desktop_entry ${PN} JXplorer /usr/share/jxplorer/images/logo_32_trans.gif System
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2020-06-17 19:39 Rick Farina
  0 siblings, 0 replies; 14+ messages in thread
From: Rick Farina @ 2020-06-17 19:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a6d83decc8dd8fd4dd4b6d21fad92bcae8ec0b08
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 17 19:38:08 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Jun 17 19:39:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d83dec

net-nds/jxplorer: fix build when system-vm jdk:11

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-nds/jxplorer/jxplorer-3.3.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
index 161a2fe5f6c..ff20bda345b 100644
--- a/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
+++ b/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,7 @@ RDEPEND="
 
 DEPEND="
 	${CDEPEND}
-	>=virtual/jdk-1.5
+	virtual/jdk:1.8
 	test? ( dev-java/junit:0 )"
 
 S="${WORKDIR}/${PN}"


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

* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2021-03-30 22:03 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-03-30 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     47a531453197fa7fa3a816d9302d8f8a2301838c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 22:03:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 22:03:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47a53145

net-nds/jxplorer: Stabilize 3.3.1.2 x86, #779361

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

 net-nds/jxplorer/jxplorer-3.3.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
index dbe5e1d8d05..22c8ec3e8a8 100644
--- a/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
+++ b/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}"
 LICENSE="CAOSL"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
 RESTRICT="test"
 
 COMMON_DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2021-03-31  2:23 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-03-31  2:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c10bd85ce1ccc84f5df2649a1dbd5a13ef33156f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 02:22:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 02:22:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10bd85c

net-nds/jxplorer: Stabilize 3.3.1.2 amd64, #779361

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

 net-nds/jxplorer/jxplorer-3.3.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
index 22c8ec3e8a8..04c1abce5c5 100644
--- a/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
+++ b/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}"
 LICENSE="CAOSL"
 SLOT="0"
 IUSE=""
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 RESTRICT="test"
 
 COMMON_DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2021-03-31  6:07 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2021-03-31  6:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ace87d4c8abcb25d7bcdaabeba5cf08e0ac6e8b1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 19:55:13 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 06:07:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace87d4c

net-nds/jxplorer: Drop 3.3.1 and 3.3.1.1, EAPI5--

Closes: https://bugs.gentoo.org/779361
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-nds/jxplorer/Manifest                |  2 -
 net-nds/jxplorer/jxplorer-3.3.1.1.ebuild | 68 --------------------------------
 net-nds/jxplorer/jxplorer-3.3.1.ebuild   | 68 --------------------------------
 3 files changed, 138 deletions(-)

diff --git a/net-nds/jxplorer/Manifest b/net-nds/jxplorer/Manifest
index 53d948eb5ae..fdffa915747 100644
--- a/net-nds/jxplorer/Manifest
+++ b/net-nds/jxplorer/Manifest
@@ -1,3 +1 @@
-DIST jxplorer-3.3.1-project.zip 4500476 BLAKE2B 6e5fb357c19ab9fd8a40f38d01fc650b793e8a6058c5e94336a46690283afb8e8a0a489cbab225da8f85f10d9a54fe938cab752b3648264d43c751441fd0991a SHA512 a40bfd8a4c868a1ced1e31d45298916b4371ae781521755d784e4c027781d298f066af5390918b42024022cff5d3f0ab6a79bc6b15a1ff0adcfc1e8b79a67ca9
-DIST jxplorer-3.3.1.1-project.zip 4566815 BLAKE2B 420277d44da94d5c54b0ac4a1bb67381785a4f4270be9ce1e5a07da00d7056bde8ab799a524e891176229579085e606482357f11d5567024017119ff09492995 SHA512 aa7c1c976f5987055abeb97aba865e9cdbc657d5baca199ff83c97ac5017c9d48869c8ee6346a7cf07b236b04059043256d0545c7b6cc37d97c81de2f9015d03
 DIST jxplorer-3.3.1.2-project.zip 4625538 BLAKE2B b1bfb552dd4524f4d0fde4ff15617bf3e50629c0f879f05ee87c9f301afa9a5a4c544c8bb85d5b9639fe809f030752f9e96c321a4e6d20fda7aa55097363bdeb SHA512 6c95de48b2abd41a4926de3bd9bd203e266676028e12d1f1c93d8ef6f10b233eefcb122c8c075d6758b43c85e30fdc4b01d55811e5fcbdcd64d353c6f0fef94a

diff --git a/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild
deleted file mode 100644
index c780b19b163..00000000000
--- a/net-nds/jxplorer/jxplorer-3.3.1.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2 prefix virtualx
-
-DESCRIPTION="A fully functional ldap browser written in java"
-HOMEPAGE="http://jxplorer.org/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}-project.zip"
-LICENSE="CAOSL"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND=">=virtual/jre-1.5
-	>=dev-java/javahelp-2.0.02_p46:0"
-DEPEND=">=virtual/jdk-1.5
-	test? ( dev-java/junit:0 )
-	${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-JAVA_ANT_REWRITE_CLASSPATH="yes"
-EANT_GENTOO_CLASSPATH="javahelp"
-EANT_TEST_ANT_TASKS="ant-junit"
-
-src_prepare() {
-	rm -v jars/*.jar || die
-	sed -i -e 's/<fileset dir="${jasper}.*//g' "${S}/build.xml" || die
-
-	epatch "${FILESDIR}"/3.3-disable-jxworkbench.patch
-
-	if use test ; then
-		EANT_GENTOO_CLASSPATH_EXTRA=$(java-pkg_getjars --build-only junit)
-	else
-		find . -iname '*Test*.java' -delete || die
-	fi
-}
-
-src_test() {
-	VIRTUALX_COMMAND="java-pkg-2_src_test" virtualmake
-}
-
-src_install() {
-	java-pkg_dojar jars/${PN}.jar
-
-	insinto /usr/share/${PN}
-	doins -r icons images htmldocs language templates plugins security.default csvconfig.txt.default
-
-	dodoc README*.TXT
-
-	# By default the config dir is ${HOME}/jxplorer
-	java-pkg_dolauncher ${PN} \
-		--main com.ca.directory.jxplorer.JXplorer \
-		--pwd '"${HOME}/.jxplorer"' \
-		-pre "${FILESDIR}/${PN}-3-pre"
-
-	eprefixify "${ED}/usr/bin/${PN}"
-
-	use source && java-pkg_dosrc src/com
-	use doc && java-pkg_dojavadoc docs/api
-
-	make_desktop_entry ${PN} JXplorer /usr/share/jxplorer/images/logo_32_trans.gif System
-}

diff --git a/net-nds/jxplorer/jxplorer-3.3.1.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.ebuild
deleted file mode 100644
index 8c647ff0f98..00000000000
--- a/net-nds/jxplorer/jxplorer-3.3.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2 prefix virtualx
-
-DESCRIPTION="A fully functional ldap browser written in java"
-HOMEPAGE="http://jxplorer.org/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}-project.zip"
-LICENSE="CAOSL"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-RDEPEND=">=virtual/jre-1.5
-	>=dev-java/javahelp-2.0.02_p46:0"
-DEPEND=">=virtual/jdk-1.5
-	test? ( dev-java/junit:0 )
-	${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-JAVA_ANT_REWRITE_CLASSPATH="yes"
-EANT_GENTOO_CLASSPATH="javahelp"
-EANT_TEST_ANT_TASKS="ant-junit"
-
-src_prepare() {
-	rm -v jars/*.jar || die
-	sed -i -e 's/<fileset dir="${jasper}.*//g' "${S}/build.xml" || die
-
-	epatch "${FILESDIR}"/3.3-disable-jxworkbench.patch
-
-	if use test ; then
-		EANT_GENTOO_CLASSPATH_EXTRA=$(java-pkg_getjars --build-only junit)
-	else
-		find . -iname '*Test*.java' -delete || die
-	fi
-}
-
-src_test() {
-	VIRTUALX_COMMAND="java-pkg-2_src_test" virtualmake
-}
-
-src_install() {
-	java-pkg_dojar jars/${PN}.jar
-
-	insinto /usr/share/${PN}
-	doins -r icons images htmldocs language templates plugins security.default csvconfig.txt.default
-
-	dodoc README*.TXT
-
-	# By default the config dir is ${HOME}/jxplorer
-	java-pkg_dolauncher ${PN} \
-		--main com.ca.directory.jxplorer.JXplorer \
-		--pwd '"${HOME}/.jxplorer"' \
-		-pre "${FILESDIR}/${PN}-3-pre"
-
-	eprefixify "${ED}/usr/bin/${PN}"
-
-	use source && java-pkg_dosrc src/com
-	use doc && java-pkg_dojavadoc docs/api
-
-	make_desktop_entry ${PN} JXplorer /usr/share/jxplorer/images/logo_32_trans.gif System
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2021-04-05  9:00 Andreas Sturmlechner
  0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2021-04-05  9:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e033c0d3e7c470d51c6f972cb6ac4f894e55fc4b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 14:11:07 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 08:59:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e033c0d3

net-nds/jxplorer: Banned virtualmake is banned

Fix brokenness that was hidden by RESTRICT=test.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-nds/jxplorer/jxplorer-3.3.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
index 04c1abce5c5..bb3b3a84fc6 100644
--- a/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
+++ b/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
@@ -48,7 +48,7 @@ src_prepare() {
 }
 
 src_test() {
-	VIRTUALX_COMMAND="java-pkg-2_src_test" virtualmake
+	VIRTUALX_COMMAND="java-pkg-2_src_test" virtx emake -j1
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2021-05-10 11:40 Miroslav Šulc
  0 siblings, 0 replies; 14+ messages in thread
From: Miroslav Šulc @ 2021-05-10 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0aa89e817e4401a5901b2407d2522732f441c913
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 11:39:08 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon May 10 11:40:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa89e81

net-nds/jxplorer: java 1.8 + minor fixes

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

 .../jxplorer/{jxplorer-3.3.1.2.ebuild => jxplorer-3.3.1.2-r1.ebuild} | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild
similarity index 93%
rename from net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
rename to net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild
index bb3b3a84fc6..f04c1b33ba7 100644
--- a/net-nds/jxplorer/jxplorer-3.3.1.2.ebuild
+++ b/net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild
@@ -13,20 +13,21 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="CAOSL"
 SLOT="0"
-IUSE=""
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 RESTRICT="test"
 
+# needs java stuff that is missing in java > 1.8 os has to be restricted
 COMMON_DEPEND="
 	>=dev-java/javahelp-2.0.02_p46:0
 "
 RDEPEND="${COMMON_DEPEND}
-	>=virtual/jre-1.5
+	virtual/jre:1.8
 "
 DEPEND="${COMMON_DEPEND}
 	virtual/jdk:1.8
 	test? ( dev-java/junit:0 )
 "
+BDEPEND="app-arch/unzip"
 
 JAVA_ANT_REWRITE_CLASSPATH="yes"
 EANT_GENTOO_CLASSPATH="javahelp"


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

* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2024-04-12  8:43 Miroslav Šulc
  0 siblings, 0 replies; 14+ messages in thread
From: Miroslav Šulc @ 2024-04-12  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     7cae2bbd3eab03b37b0334545fcd8d06e3c03adb
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Apr 11 06:45:47 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 08:42:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cae2bbd

net-nds/jxplorer: update HOMEPAGE

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild
index f04c1b33ba7c..3e616db37dd1 100644
--- a/net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild
+++ b/net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source test"
 inherit desktop java-pkg-2 java-ant-2 prefix virtualx
 
 DESCRIPTION="Fully functional LDAP browser written in Java"
-HOMEPAGE="http://jxplorer.org/"
+HOMEPAGE="https://jxplorer.org/"
 SRC_URI="mirror://sourceforge/${PN}/${P}-project.zip"
 S="${WORKDIR}/${PN}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2024-04-12  8:43 Miroslav Šulc
  0 siblings, 0 replies; 14+ messages in thread
From: Miroslav Šulc @ 2024-04-12  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e141f1e56f63ab0ef545a813ada8ca13822f6cd2
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Apr 11 07:18:08 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 08:42:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e141f1e5

net-nds/jxplorer: add github upstream metadata

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/36211
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 net-nds/jxplorer/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-nds/jxplorer/metadata.xml b/net-nds/jxplorer/metadata.xml
index f7c8e043e944..e348cf693905 100644
--- a/net-nds/jxplorer/metadata.xml
+++ b/net-nds/jxplorer/metadata.xml
@@ -6,6 +6,7 @@
 		<name>Java</name>
 	</maintainer>
 	<upstream>
+		<remote-id type="github">pegacat/jxplorer</remote-id>
 		<remote-id type="sourceforge">jxplorer</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2024-04-24  7:36 Miroslav Šulc
  0 siblings, 0 replies; 14+ messages in thread
From: Miroslav Šulc @ 2024-04-24  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     8a948932f43d232fdb72e2b246b2bcd642be457c
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Thu Apr 11 15:21:23 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 07:34:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a948932

net-nds/jxplorer: switch to java-pkg-simple

- Updates EAPI 7 -> 8
- Enables 24 tests
- SRC_URI to use tar.bz2 for smaller download

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/36354
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 net-nds/jxplorer/Manifest                   |  1 +
 net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild | 74 +++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/net-nds/jxplorer/Manifest b/net-nds/jxplorer/Manifest
index fdffa915747b..e51031b263ce 100644
--- a/net-nds/jxplorer/Manifest
+++ b/net-nds/jxplorer/Manifest
@@ -1 +1,2 @@
+DIST jxplorer-3.3.1.2-project%20.tar.bz2 4086314 BLAKE2B 1232277a71eab218df3aec6a0bde54cb00f02fe31e7ef98d7f791df886f9b8522e5ca95705647f3dcfb16621de68a8e43605a2a6453cc3fff7bd5efcbaf07793 SHA512 56c1043ab9ec4905878c94ad255d8391879db8007a96ad26329eec803a513ab6672fc696b893b7468a5384de8a9182db4bf824d572fbc0c0caf62b22f21269ba
 DIST jxplorer-3.3.1.2-project.zip 4625538 BLAKE2B b1bfb552dd4524f4d0fde4ff15617bf3e50629c0f879f05ee87c9f301afa9a5a4c544c8bb85d5b9639fe809f030752f9e96c321a4e6d20fda7aa55097363bdeb SHA512 6c95de48b2abd41a4926de3bd9bd203e266676028e12d1f1c93d8ef6f10b233eefcb122c8c075d6758b43c85e30fdc4b01d55811e5fcbdcd64d353c6f0fef94a

diff --git a/net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild
new file mode 100644
index 000000000000..3c8def3594cc
--- /dev/null
+++ b/net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+JAVA_TESTING_FRAMEWORKS="junit"
+
+inherit desktop java-pkg-2 java-pkg-simple prefix
+
+DESCRIPTION="Fully functional LDAP browser written in Java"
+HOMEPAGE="https://jxplorer.org/"
+SRC_URI="https://downloads.sourceforge.net/project/jxplorer/jxplorer/version%20${PV}/${P}-project%20.tar.bz2"
+S="${WORKDIR}/${PN}"
+
+LICENSE="CAOSL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="app-arch/unzip"
+CP_DEPEND=">=dev-java/javahelp-2.0.02_p46:0"
+# needs java stuff that is missing in java > 1.8 os has to be restricted
+DEPEND="${CP_DEPEND}
+	virtual/jdk:1.8
+	test? ( dev-java/junit:0 )
+"
+RDEPEND="${CP_DEPEND}
+	virtual/jre:1.8
+"
+
+JAVA_MAIN_CLASS="com.ca.directory.jxplorer.JXplorer"
+JAVA_SRC_DIR="main/src"
+JAVA_TEST_GENTOO_CLASSPATH="junit"
+JAVA_TEST_SRC_DIRS="test/src"
+
+src_prepare() {
+	java-pkg-2_src_prepare
+	mkdir main test || die
+	find src -type f \
+		! -path '**/*Test.java' \
+		! -path '**/*Test*.java' \
+		| xargs cp --parent -t main || die
+
+	find src -type f \
+		\( -path '**/*Test.java' \
+		-o -path '**/*Test*.java' \) \
+		| xargs cp --parent -t test || die
+
+	rm -r src || die
+}
+
+src_test() {
+#	VIRTUALX_COMMAND="java-pkg-2_src_test" virtx emake -j1
+	java-pkg-simple_src_test
+}
+
+src_install() {
+	java-pkg-simple_src_install
+
+	insinto /usr/share/${PN}
+	doins -r icons images htmldocs language templates plugins security.default csvconfig.txt.default
+
+	dodoc README*.TXT
+
+	# By default the config dir is ${HOME}/jxplorer
+	java-pkg_dolauncher ${PN} \
+		--main com.ca.directory.jxplorer.JXplorer \
+		--pwd '"${HOME}/.jxplorer"' \
+		-pre "${FILESDIR}/${PN}-3-pre"
+
+	eprefixify "${ED}/usr/bin/${PN}"
+
+	make_desktop_entry ${PN} JXplorer /usr/share/jxplorer/images/logo_32_trans.gif System
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2024-05-23 21:53 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-05-23 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     17f85a8355bd49d7c924350af63ae517bdcbddd1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 21:53:34 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 23 21:53:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f85a83

net-nds/jxplorer: Stabilize 3.3.1.2-r2 x86, #932580

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

 net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild
index 2a0b4a3b8ee3..ffb421c09a31 100644
--- a/net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild
+++ b/net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="CAOSL"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="app-arch/unzip"
 CP_DEPEND=">=dev-java/javahelp-2.0.02_p46:0"


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

* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2024-05-23 21:53 Sam James
  0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-05-23 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     6cd8a67a0f61d607ebd5525813506572acffd8e2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 23 21:53:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 23 21:53:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd8a67a

net-nds/jxplorer: Stabilize 3.3.1.2-r2 amd64, #932580

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

 net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild
index 3c8def3594cc..2a0b4a3b8ee3 100644
--- a/net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild
+++ b/net-nds/jxplorer/jxplorer-3.3.1.2-r2.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="CAOSL"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 BDEPEND="app-arch/unzip"
 CP_DEPEND=">=dev-java/javahelp-2.0.02_p46:0"


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

* [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/
@ 2024-05-24 13:40 Miroslav Šulc
  0 siblings, 0 replies; 14+ messages in thread
From: Miroslav Šulc @ 2024-05-24 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     07118ece04a9cd65ea5b9f385f9b719e9f89f793
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri May 24 05:16:23 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri May 24 13:40:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07118ece

net-nds/jxplorer: drop 3.3.1.2-r1

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/36802
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 net-nds/jxplorer/Manifest                   |  1 -
 net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild | 75 -----------------------------
 2 files changed, 76 deletions(-)

diff --git a/net-nds/jxplorer/Manifest b/net-nds/jxplorer/Manifest
index e51031b263ce..3af08d584fc1 100644
--- a/net-nds/jxplorer/Manifest
+++ b/net-nds/jxplorer/Manifest
@@ -1,2 +1 @@
 DIST jxplorer-3.3.1.2-project%20.tar.bz2 4086314 BLAKE2B 1232277a71eab218df3aec6a0bde54cb00f02fe31e7ef98d7f791df886f9b8522e5ca95705647f3dcfb16621de68a8e43605a2a6453cc3fff7bd5efcbaf07793 SHA512 56c1043ab9ec4905878c94ad255d8391879db8007a96ad26329eec803a513ab6672fc696b893b7468a5384de8a9182db4bf824d572fbc0c0caf62b22f21269ba
-DIST jxplorer-3.3.1.2-project.zip 4625538 BLAKE2B b1bfb552dd4524f4d0fde4ff15617bf3e50629c0f879f05ee87c9f301afa9a5a4c544c8bb85d5b9639fe809f030752f9e96c321a4e6d20fda7aa55097363bdeb SHA512 6c95de48b2abd41a4926de3bd9bd203e266676028e12d1f1c93d8ef6f10b233eefcb122c8c075d6758b43c85e30fdc4b01d55811e5fcbdcd64d353c6f0fef94a

diff --git a/net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild
deleted file mode 100644
index f0d7eb53b88d..000000000000
--- a/net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source test"
-inherit desktop java-pkg-2 java-ant-2 prefix virtualx
-
-DESCRIPTION="Fully functional LDAP browser written in Java"
-HOMEPAGE="https://jxplorer.org/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}-project.zip"
-S="${WORKDIR}/${PN}"
-
-LICENSE="CAOSL"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-RESTRICT="test"
-
-# needs java stuff that is missing in java > 1.8 os has to be restricted
-COMMON_DEPEND="
-	>=dev-java/javahelp-2.0.02_p46:0
-"
-RDEPEND="${COMMON_DEPEND}
-	virtual/jre:1.8
-"
-DEPEND="${COMMON_DEPEND}
-	virtual/jdk:1.8
-	test? ( dev-java/junit:0 )
-"
-BDEPEND="app-arch/unzip"
-
-JAVA_ANT_REWRITE_CLASSPATH="yes"
-EANT_GENTOO_CLASSPATH="javahelp"
-EANT_TEST_ANT_TASKS="ant-junit"
-
-PATCHES=( "${FILESDIR}"/3.3-disable-jxworkbench.patch )
-
-src_prepare() {
-	default
-
-	rm -v jars/*.jar || die
-	sed -i -e 's/<fileset dir="${jasper}.*//g' build.xml || die
-
-	if use test; then
-		EANT_GENTOO_CLASSPATH_EXTRA=$(java-pkg_getjars --build-only junit)
-	else
-		find . -iname '*Test*.java' -delete || die
-	fi
-}
-
-src_test() {
-	VIRTUALX_COMMAND="java-pkg-2_src_test" virtx emake -j1
-}
-
-src_install() {
-	java-pkg_dojar jars/${PN}.jar
-
-	insinto /usr/share/${PN}
-	doins -r icons images htmldocs language templates plugins security.default csvconfig.txt.default
-
-	dodoc README*.TXT
-
-	# By default the config dir is ${HOME}/jxplorer
-	java-pkg_dolauncher ${PN} \
-		--main com.ca.directory.jxplorer.JXplorer \
-		--pwd '"${HOME}/.jxplorer"' \
-		-pre "${FILESDIR}/${PN}-3-pre"
-
-	eprefixify "${ED}/usr/bin/${PN}"
-
-	use source && java-pkg_dosrc src/com
-	use doc && java-pkg_dojavadoc docs/api
-
-	make_desktop_entry ${PN} JXplorer /usr/share/jxplorer/images/logo_32_trans.gif System
-}


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

end of thread, other threads:[~2024-05-24 13:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-10 11:40 [gentoo-commits] repo/gentoo:master commit in: net-nds/jxplorer/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2024-05-24 13:40 Miroslav Šulc
2024-05-23 21:53 Sam James
2024-05-23 21:53 Sam James
2024-04-24  7:36 Miroslav Šulc
2024-04-12  8:43 Miroslav Šulc
2024-04-12  8:43 Miroslav Šulc
2021-04-05  9:00 Andreas Sturmlechner
2021-03-31  6:07 Andreas Sturmlechner
2021-03-31  2:23 Sam James
2021-03-30 22:03 Sam James
2020-06-17 19:39 Rick Farina
2016-10-03 20:38 Patrice Clement
2016-10-03 20:38 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox