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

commit:     ce33b990de9dfac0d64d8d23851d79d7113a2c26
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Jan 15 17:41:33 2025 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 16:19:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce33b990

dev-java/jspecify: new package, add 1.0.0

- compile dependenvy of >=dev-java/guava-33.4.6
- compile dependency of dev-java/truth
- test dependency of dev-java/auto-value

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

 dev-java/jspecify/Manifest              |  1 +
 dev-java/jspecify/jspecify-1.0.0.ebuild | 26 ++++++++++++++++++++++++++
 dev-java/jspecify/metadata.xml          | 10 ++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-java/jspecify/Manifest b/dev-java/jspecify/Manifest
new file mode 100644
index 000000000000..4571846eef2e
--- /dev/null
+++ b/dev-java/jspecify/Manifest
@@ -0,0 +1 @@
+DIST jspecify-1.0.0.tar.gz 605795 BLAKE2B ee0b48895ec77de9766e5f861b0b33e231cf1aea9d44e1eab3b5ef87423b0b90d3b1691afdda85c6557d429806dc799de9b393deaf4acc55bb962682f5b2345e SHA512 2cbb2559b290f9cb913eb54814ed92884538be345efed51fcb5c7fcb4fff3a021a2f9ec7cba3aec1a84940337ddb7b9d5d0bdadf01180b08a21e8f2d214c2b09

diff --git a/dev-java/jspecify/jspecify-1.0.0.ebuild b/dev-java/jspecify/jspecify-1.0.0.ebuild
new file mode 100644
index 000000000000..e9582d8f3c7b
--- /dev/null
+++ b/dev-java/jspecify/jspecify-1.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="org.jspecify:jspecify:${PV}"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="JSpecify annotations"
+HOMEPAGE="https://jspecify.dev/"
+SRC_URI="https://github.com/jspecify/jspecify/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=">=virtual/jdk-11:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+JAVA_INTERMEDIATE_JAR_NAME="org.jspecify"
+JAVA_RELEASE_SRC_DIRS=( ["9"]="src/java9/java" )
+
+JAVA_SRC_DIR="src/main/java"

diff --git a/dev-java/jspecify/metadata.xml b/dev-java/jspecify/metadata.xml
new file mode 100644
index 000000000000..929cb7622d39
--- /dev/null
+++ b/dev-java/jspecify/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>java@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">jspecify/jspecify</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-java/jspecify/
@ 2025-08-16 22:53 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-08-16 22:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2f5067307a3d0b863f12d8bec5d8027f8fe2ad63
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 22:52:19 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 22:52:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f506730

dev-java/jspecify: Keyword 1.0.0 arm64, #961593

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

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

diff --git a/dev-java/jspecify/jspecify-1.0.0.ebuild b/dev-java/jspecify/jspecify-1.0.0.ebuild
index e9582d8f3c7b..59f70032c744 100644
--- a/dev-java/jspecify/jspecify-1.0.0.ebuild
+++ b/dev-java/jspecify/jspecify-1.0.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 DEPEND=">=virtual/jdk-11:*"
 RDEPEND=">=virtual/jre-1.8:*"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-java/jspecify/
@ 2025-09-13 13:22 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-09-13 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     d57a451aab16415d415957b477b29244426ac0fc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 13 13:21:13 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 13 13:21:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d57a451a

dev-java/jspecify: Stabilize 1.0.0 arm64, #962806

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

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

diff --git a/dev-java/jspecify/jspecify-1.0.0.ebuild b/dev-java/jspecify/jspecify-1.0.0.ebuild
index 59f70032c744..b05f26b58e6f 100644
--- a/dev-java/jspecify/jspecify-1.0.0.ebuild
+++ b/dev-java/jspecify/jspecify-1.0.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 arm64"
 
 DEPEND=">=virtual/jdk-11:*"
 RDEPEND=">=virtual/jre-1.8:*"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-java/jspecify/
@ 2025-09-14  3:06 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-09-14  3:06 UTC (permalink / raw
  To: gentoo-commits

commit:     54f58c56a2937ff197bef3ff3e004988a556b1e2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 14 03:05:06 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 14 03:05:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f58c56

dev-java/jspecify: Stabilize 1.0.0 amd64, #962806

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

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

diff --git a/dev-java/jspecify/jspecify-1.0.0.ebuild b/dev-java/jspecify/jspecify-1.0.0.ebuild
index b05f26b58e6f..793dda12d101 100644
--- a/dev-java/jspecify/jspecify-1.0.0.ebuild
+++ b/dev-java/jspecify/jspecify-1.0.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64"
+KEYWORDS="amd64 arm64"
 
 DEPEND=">=virtual/jdk-11:*"
 RDEPEND=">=virtual/jre-1.8:*"


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

end of thread, other threads:[~2025-09-14  3:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16 22:53 [gentoo-commits] repo/gentoo:master commit in: dev-java/jspecify/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-09-14  3:06 Sam James
2025-09-13 13:22 Sam James
2025-08-16 16:20 Miroslav Šulc

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