public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-java/sparsebitset/
@ 2021-04-20 13:28 Miroslav Šulc
  0 siblings, 0 replies; 10+ messages in thread
From: Miroslav Šulc @ 2021-04-20 13:28 UTC (permalink / raw
  To: gentoo-commits

commit:     fb7a244bcb885e8e9f8c9d8fbb796a05d371203e
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Apr 19 13:44:11 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 13:28:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb7a244b

dev-java/sparsebitset: new package

Bug: https://bugs.gentoo.org/784017
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20456/commits/3a5684638be06d99ce38a67138cab94ead30b3c2
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/sparsebitset/Manifest                |  1 +
 dev-java/sparsebitset/metadata.xml            | 11 ++++++++
 dev-java/sparsebitset/sparsebitset-1.2.ebuild | 36 +++++++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-java/sparsebitset/Manifest b/dev-java/sparsebitset/Manifest
new file mode 100644
index 00000000000..170900e3d8e
--- /dev/null
+++ b/dev-java/sparsebitset/Manifest
@@ -0,0 +1 @@
+DIST sparsebitset-1.2.tar.gz 1669439 BLAKE2B abfd88fb21f72d22bbb1f7bff11bd2a9b4e2af84689cbe8013f27f1f138512ecf843a60b8c5c196b622d024614e7f197b349a6cd510eb1c17bd757f7c1a0d90d SHA512 0c7c182556240886e0732626561401aa8695fd46ba90e5e95c5b28c90abaf5f6fd4c3b791171cdde71f61111c6b08ae8f56de105779f71d0448635cbe3b0b247

diff --git a/dev-java/sparsebitset/metadata.xml b/dev-java/sparsebitset/metadata.xml
new file mode 100644
index 00000000000..aaa5eb8a4b7
--- /dev/null
+++ b/dev-java/sparsebitset/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>java@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">brettwooldridge/SparseBitSet</remote-id>
+		<bugs-to>https://github.com/brettwooldridge/SparseBitSet/issues</bugs-to>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-java/sparsebitset/sparsebitset-1.2.ebuild b/dev-java/sparsebitset/sparsebitset-1.2.ebuild
new file mode 100644
index 00000000000..5e8549ea0ab
--- /dev/null
+++ b/dev-java/sparsebitset/sparsebitset-1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Skeleton command:
+# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/brettwooldridge/SparseBitSet/archive/refs/tags/SparseBitSet-1.2.tar.gz --slot 0 --keywords "~amd64 ~arm64 ~ppc64 ~x86" --ebuild sparsebitset-1.2.ebuild
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="com.zaxxer:SparseBitSet:1.2"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="An efficient sparse bitset implementation for Java"
+HOMEPAGE="https://github.com/brettwooldridge/SparseBitSet"
+SRC_URI="https://github.com/brettwooldridge/SparseBitSet/archive/refs/tags/SparseBitSet-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+DEPEND="
+	>=virtual/jdk-1.8:*
+"
+
+RDEPEND="
+	>=virtual/jre-1.8:*
+"
+
+S="${WORKDIR}/SparseBitSet-SparseBitSet-${PV}"
+
+JAVA_SRC_DIR="src/main/java"
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+JAVA_TEST_SRC_DIR="src/test/java"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sparsebitset/
@ 2021-05-16 18:58 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-05-16 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     f8580ee658aebf5f8324a6b2c1744cf4b359bd0c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 18:57:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 16 18:57:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8580ee6

dev-java/sparsebitset: Stabilize 1.2 arm64, #784407

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

 dev-java/sparsebitset/sparsebitset-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/sparsebitset/sparsebitset-1.2.ebuild b/dev-java/sparsebitset/sparsebitset-1.2.ebuild
index bfada3fb296..00667707eaa 100644
--- a/dev-java/sparsebitset/sparsebitset-1.2.ebuild
+++ b/dev-java/sparsebitset/sparsebitset-1.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/brettwooldridge/SparseBitSet/archive/refs/tags/Spars
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 arm64 ppc64 ~x86"
 
 DEPEND="
 	>=virtual/jdk-1.8:*


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

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sparsebitset/
@ 2021-05-17  3:02 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-05-17  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     f56f34499d9613105a12d16e3a4f8d293890d7ee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 17 03:01:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 17 03:01:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56f3449

dev-java/sparsebitset: Stabilize 1.2 x86, #784407

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

 dev-java/sparsebitset/sparsebitset-1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/sparsebitset/sparsebitset-1.2.ebuild b/dev-java/sparsebitset/sparsebitset-1.2.ebuild
index 00667707eaa..05457982154 100644
--- a/dev-java/sparsebitset/sparsebitset-1.2.ebuild
+++ b/dev-java/sparsebitset/sparsebitset-1.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/brettwooldridge/SparseBitSet/archive/refs/tags/Spars
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 ~x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 DEPEND="
 	>=virtual/jdk-1.8:*


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

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sparsebitset/
@ 2022-07-10 19:08 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2022-07-10 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     7ceba88a6cb1aa7de583b49b5b1e505cd1934487
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 19:08:37 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 19:08:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ceba88a

dev-java/sparsebitset: Keyword 1.2 arm, #857096

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

 dev-java/sparsebitset/sparsebitset-1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/sparsebitset/sparsebitset-1.2.ebuild b/dev-java/sparsebitset/sparsebitset-1.2.ebuild
index 05457982154c..76a2d8a55d7a 100644
--- a/dev-java/sparsebitset/sparsebitset-1.2.ebuild
+++ b/dev-java/sparsebitset/sparsebitset-1.2.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
 
 # Skeleton command:
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/brettwooldridge/SparseBitSet/archive/refs/tags/Spars
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 DEPEND="
 	>=virtual/jdk-1.8:*


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

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sparsebitset/
@ 2024-09-03  8:13 Miroslav Šulc
  0 siblings, 0 replies; 10+ messages in thread
From: Miroslav Šulc @ 2024-09-03  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     dc1d0ba5d623e394df9ceb4cb4b5d16db235567b
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Oct 24 10:36:47 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Sep  3 08:11:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1d0ba5

dev-java/sparsebitset: add 1.3

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

 dev-java/sparsebitset/Manifest                |  1 +
 dev-java/sparsebitset/sparsebitset-1.3.ebuild | 28 +++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-java/sparsebitset/Manifest b/dev-java/sparsebitset/Manifest
index 170900e3d8e7..e1a04093f54e 100644
--- a/dev-java/sparsebitset/Manifest
+++ b/dev-java/sparsebitset/Manifest
@@ -1 +1,2 @@
+DIST SparseBitSet-1.3.tar.gz 1670241 BLAKE2B e9d8ff537b65e4c2be68d66f02595048381c4a2574e3bdc5d05602d440a57a6c7a96edb23581741a6800516e3d571dce8e016e0ce477300ce7ad08c3e81bcad2 SHA512 6851613df21bcdccb28c24535fac886d6ad74d6feb37dea477dff1711218ecf30093d90ff78becb1159c6bd570a7afbd8c86482d72a5af8f0864d6e443cd603b
 DIST sparsebitset-1.2.tar.gz 1669439 BLAKE2B abfd88fb21f72d22bbb1f7bff11bd2a9b4e2af84689cbe8013f27f1f138512ecf843a60b8c5c196b622d024614e7f197b349a6cd510eb1c17bd757f7c1a0d90d SHA512 0c7c182556240886e0732626561401aa8695fd46ba90e5e95c5b28c90abaf5f6fd4c3b791171cdde71f61111c6b08ae8f56de105779f71d0448635cbe3b0b247

diff --git a/dev-java/sparsebitset/sparsebitset-1.3.ebuild b/dev-java/sparsebitset/sparsebitset-1.3.ebuild
new file mode 100644
index 000000000000..06c06a825139
--- /dev/null
+++ b/dev-java/sparsebitset/sparsebitset-1.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="com.zaxxer:SparseBitSet:1.3"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="An efficient sparse bitset implementation for Java"
+HOMEPAGE="https://github.com/brettwooldridge/SparseBitSet"
+SRC_URI="https://github.com/brettwooldridge/SparseBitSet/archive/SparseBitSet-${PV}.tar.gz"
+S="${WORKDIR}/SparseBitSet-SparseBitSet-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*
+	test? ( dev-java/junit:4 )"
+RDEPEND=">=virtual/jre-1.8:*"
+
+JAVA_AUTOMATIC_MODULE_NAME="com.zaxxer.sparsebitset"
+JAVA_SRC_DIR="src/main/java"
+JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+JAVA_TEST_SRC_DIR="src/test/java"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sparsebitset/
@ 2024-10-01 23:32 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-10-01 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     fa66e9dd7de2abfb4eaf0f7ff3d5a974e576c184
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  1 23:32:04 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  1 23:32:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa66e9dd

dev-java/sparsebitset: Stabilize 1.3 amd64, #940521

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

 dev-java/sparsebitset/sparsebitset-1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/sparsebitset/sparsebitset-1.3.ebuild b/dev-java/sparsebitset/sparsebitset-1.3.ebuild
index 8cb7598c4940..da9189662612 100644
--- a/dev-java/sparsebitset/sparsebitset-1.3.ebuild
+++ b/dev-java/sparsebitset/sparsebitset-1.3.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/SparseBitSet-SparseBitSet-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
 
 DEPEND=">=virtual/jdk-1.8:*
 	test? ( dev-java/junit:4 )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sparsebitset/
@ 2024-10-01 23:32 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-10-01 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     29f25652a6bec0c18d3dc04d8f25530870720eac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  1 23:32:02 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  1 23:32:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f25652

dev-java/sparsebitset: Stabilize 1.3 ppc64, #940521

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

 dev-java/sparsebitset/sparsebitset-1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/sparsebitset/sparsebitset-1.3.ebuild b/dev-java/sparsebitset/sparsebitset-1.3.ebuild
index 06c06a825139..8cb7598c4940 100644
--- a/dev-java/sparsebitset/sparsebitset-1.3.ebuild
+++ b/dev-java/sparsebitset/sparsebitset-1.3.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/SparseBitSet-SparseBitSet-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
 
 DEPEND=">=virtual/jdk-1.8:*
 	test? ( dev-java/junit:4 )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sparsebitset/
@ 2024-10-01 23:32 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-10-01 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     134645d9282d03e973378464b02784fc6fea7009
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  1 23:32:07 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  1 23:32:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134645d9

dev-java/sparsebitset: Stabilize 1.3 x86, #940521

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

 dev-java/sparsebitset/sparsebitset-1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/sparsebitset/sparsebitset-1.3.ebuild b/dev-java/sparsebitset/sparsebitset-1.3.ebuild
index da9189662612..d690ec5c2097 100644
--- a/dev-java/sparsebitset/sparsebitset-1.3.ebuild
+++ b/dev-java/sparsebitset/sparsebitset-1.3.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/SparseBitSet-SparseBitSet-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.8:*
 	test? ( dev-java/junit:4 )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sparsebitset/
@ 2024-10-09  7:15 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2024-10-09  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     02002b31531ece07f921ffd4962912a23ca4492e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 07:15:09 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 07:15:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02002b31

dev-java/sparsebitset: Stabilize 1.3 arm64, #940521

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

 dev-java/sparsebitset/sparsebitset-1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/sparsebitset/sparsebitset-1.3.ebuild b/dev-java/sparsebitset/sparsebitset-1.3.ebuild
index d690ec5c2097..1d77229318f6 100644
--- a/dev-java/sparsebitset/sparsebitset-1.3.ebuild
+++ b/dev-java/sparsebitset/sparsebitset-1.3.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/SparseBitSet-SparseBitSet-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 DEPEND=">=virtual/jdk-1.8:*
 	test? ( dev-java/junit:4 )"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-java/sparsebitset/
@ 2024-10-10  8:49 Miroslav Šulc
  0 siblings, 0 replies; 10+ messages in thread
From: Miroslav Šulc @ 2024-10-10  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     110bd1541bb7b335fabf88439413a327f2206349
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Oct  9 17:35:28 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 08:48:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110bd154

dev-java/sparsebitset: drop 1.2

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

 dev-java/sparsebitset/Manifest                |  1 -
 dev-java/sparsebitset/sparsebitset-1.2.ebuild | 36 ---------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-java/sparsebitset/Manifest b/dev-java/sparsebitset/Manifest
index e1a04093f54e..26ae50e5b9c6 100644
--- a/dev-java/sparsebitset/Manifest
+++ b/dev-java/sparsebitset/Manifest
@@ -1,2 +1 @@
 DIST SparseBitSet-1.3.tar.gz 1670241 BLAKE2B e9d8ff537b65e4c2be68d66f02595048381c4a2574e3bdc5d05602d440a57a6c7a96edb23581741a6800516e3d571dce8e016e0ce477300ce7ad08c3e81bcad2 SHA512 6851613df21bcdccb28c24535fac886d6ad74d6feb37dea477dff1711218ecf30093d90ff78becb1159c6bd570a7afbd8c86482d72a5af8f0864d6e443cd603b
-DIST sparsebitset-1.2.tar.gz 1669439 BLAKE2B abfd88fb21f72d22bbb1f7bff11bd2a9b4e2af84689cbe8013f27f1f138512ecf843a60b8c5c196b622d024614e7f197b349a6cd510eb1c17bd757f7c1a0d90d SHA512 0c7c182556240886e0732626561401aa8695fd46ba90e5e95c5b28c90abaf5f6fd4c3b791171cdde71f61111c6b08ae8f56de105779f71d0448635cbe3b0b247

diff --git a/dev-java/sparsebitset/sparsebitset-1.2.ebuild b/dev-java/sparsebitset/sparsebitset-1.2.ebuild
deleted file mode 100644
index 76a2d8a55d7a..000000000000
--- a/dev-java/sparsebitset/sparsebitset-1.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/brettwooldridge/SparseBitSet/archive/refs/tags/SparseBitSet-1.2.tar.gz --slot 0 --keywords "~amd64 ~arm64 ~ppc64 ~x86" --ebuild sparsebitset-1.2.ebuild
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="com.zaxxer:SparseBitSet:1.2"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="An efficient sparse bitset implementation for Java"
-HOMEPAGE="https://github.com/brettwooldridge/SparseBitSet"
-SRC_URI="https://github.com/brettwooldridge/SparseBitSet/archive/refs/tags/SparseBitSet-${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-DEPEND="
-	>=virtual/jdk-1.8:*
-"
-
-RDEPEND="
-	>=virtual/jre-1.8:*
-"
-
-S="${WORKDIR}/SparseBitSet-SparseBitSet-${PV}"
-
-JAVA_SRC_DIR="src/main/java"
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4"
-JAVA_TEST_SRC_DIR="src/test/java"


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

end of thread, other threads:[~2024-10-10  8:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03  8:13 [gentoo-commits] repo/gentoo:master commit in: dev-java/sparsebitset/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2024-10-10  8:49 Miroslav Šulc
2024-10-09  7:15 Arthur Zamarin
2024-10-01 23:32 Sam James
2024-10-01 23:32 Sam James
2024-10-01 23:32 Sam James
2022-07-10 19:08 Arthur Zamarin
2021-05-17  3:02 Sam James
2021-05-16 18:58 Sam James
2021-04-20 13:28 Miroslav Šulc

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