* [gentoo-commits] repo/gentoo:master commit in: dev-java/saslprep/
@ 2024-04-07 8:23 Miroslav Šulc
0 siblings, 0 replies; 5+ messages in thread
From: Miroslav Šulc @ 2024-04-07 8:23 UTC (permalink / raw
To: gentoo-commits
commit: 07a264dfbe4e8a7b589295db1740d6a8d182f8e0
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Apr 6 17:04:39 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 08:23:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a264df
dev-java/saslprep: add missing remote-id
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/saslprep/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-java/saslprep/metadata.xml b/dev-java/saslprep/metadata.xml
index 75321cfb5598..e870bae78b8b 100644
--- a/dev-java/saslprep/metadata.xml
+++ b/dev-java/saslprep/metadata.xml
@@ -4,4 +4,7 @@
<maintainer type="project">
<email>java@gentoo.org</email>
</maintainer>
+ <upstream>
+ <remote-id type="gitlab">ongresinc/stringprep</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/saslprep/
@ 2022-08-12 11:36 Miroslav Šulc
0 siblings, 0 replies; 5+ messages in thread
From: Miroslav Šulc @ 2022-08-12 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 52c83a6eee00e181c9c96ad623942f46a8ea5b91
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Aug 12 11:07:46 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Aug 12 11:36:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c83a6e
dev-java/saslprep: adjust dependency type
have saslprep in CP_DEPEDND, not only in DEPEND
Closes: https://bugs.gentoo.org/864931
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/26833
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/saslprep/{saslprep-1.1.ebuild => saslprep-1.1-r1.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-java/saslprep/saslprep-1.1.ebuild b/dev-java/saslprep/saslprep-1.1-r1.ebuild
similarity index 85%
rename from dev-java/saslprep/saslprep-1.1.ebuild
rename to dev-java/saslprep/saslprep-1.1-r1.ebuild
index 999c14713ac1..c36809a99c83 100644
--- a/dev-java/saslprep/saslprep-1.1.ebuild
+++ b/dev-java/saslprep/saslprep-1.1-r1.ebuild
@@ -16,8 +16,8 @@ LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 ppc64 x86"
+CP_DEPEND="dev-java/stringprep:0"
DEPEND=">=virtual/jdk-1.8:*
- dev-java/stringprep:0"
-RDEPEND=">=virtual/jre-1.8:*"
-
-JAVA_CLASSPATH_EXTRA="stringprep"
+ ${CP_DEPEND}"
+RDEPEND=">=virtual/jre-1.8:*
+ ${CP_DEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/saslprep/
@ 2022-07-28 7:06 Agostino Sarubbo
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2022-07-28 7:06 UTC (permalink / raw
To: gentoo-commits
commit: e70c82d3a634cf70f826c6620ab49f6cad341959
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 07:05:57 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 07:05:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70c82d3
dev-java/saslprep: amd64 stable wrt bug #859361
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-java/saslprep/saslprep-1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/saslprep/saslprep-1.1.ebuild b/dev-java/saslprep/saslprep-1.1.ebuild
index 61aea2d71fe6..999c14713ac1 100644
--- a/dev-java/saslprep/saslprep-1.1.ebuild
+++ b/dev-java/saslprep/saslprep-1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://repo1.maven.org/maven2/com/ongres/stringprep/saslprep/${PV}/sas
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ppc64 x86"
+KEYWORDS="amd64 ppc64 x86"
DEPEND=">=virtual/jdk-1.8:*
dev-java/stringprep:0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/saslprep/
@ 2022-07-25 4:19 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-07-25 4:19 UTC (permalink / raw
To: gentoo-commits
commit: bba93037ea790e3dd72908328e4cc862308a6ecd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 04:18:22 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 04:18:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba93037
dev-java/saslprep: Stabilize 1.1 ppc64, #859361
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-java/saslprep/saslprep-1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/saslprep/saslprep-1.1.ebuild b/dev-java/saslprep/saslprep-1.1.ebuild
index 21c4e391750f..61aea2d71fe6 100644
--- a/dev-java/saslprep/saslprep-1.1.ebuild
+++ b/dev-java/saslprep/saslprep-1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://repo1.maven.org/maven2/com/ongres/stringprep/saslprep/${PV}/sas
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc64 x86"
+KEYWORDS="~amd64 ppc64 x86"
DEPEND=">=virtual/jdk-1.8:*
dev-java/stringprep:0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/saslprep/
@ 2022-06-20 7:41 Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2022-06-20 7:41 UTC (permalink / raw
To: gentoo-commits
commit: 5917335f381a9064224fd378eeecee5a898b12fd
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Jun 15 12:35:17 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jun 20 06:49:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5917335f
dev-java/saslprep: new package, add 1.1
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-java/saslprep/Manifest | 1 +
dev-java/saslprep/metadata.xml | 7 +++++++
dev-java/saslprep/saslprep-1.1.ebuild | 23 +++++++++++++++++++++++
3 files changed, 31 insertions(+)
diff --git a/dev-java/saslprep/Manifest b/dev-java/saslprep/Manifest
new file mode 100644
index 000000000000..10350c43db2b
--- /dev/null
+++ b/dev-java/saslprep/Manifest
@@ -0,0 +1 @@
+DIST saslprep-1.1-sources.jar 3735 BLAKE2B 4a2058856f0fa01a6f8ef05ca930d875825653f34c3d2b0bb81d658cb363fc5d4268a212d14e23ce60c666a1482de78e13483605c39783c81a971b148055464c SHA512 63badd75f5444af0077629dcf3f95a7c39d3e12f159a50748f54c36d2aa2cef90887c099d0c89007796174d48da0d25cc93db8ccf07660a8803e3edbbb92da05
diff --git a/dev-java/saslprep/metadata.xml b/dev-java/saslprep/metadata.xml
new file mode 100644
index 000000000000..75321cfb5598
--- /dev/null
+++ b/dev-java/saslprep/metadata.xml
@@ -0,0 +1,7 @@
+<?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>
+</pkgmetadata>
diff --git a/dev-java/saslprep/saslprep-1.1.ebuild b/dev-java/saslprep/saslprep-1.1.ebuild
new file mode 100644
index 000000000000..c39194d7d0fe
--- /dev/null
+++ b/dev-java/saslprep/saslprep-1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source"
+MAVEN_ID="com.ongres.stringprep:saslprep:1.1"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="SASLprep: Stringprep Profile for User Names and Passwords"
+HOMEPAGE="https://gitlab.com/ongresinc/stringprep"
+SRC_URI="https://repo1.maven.org/maven2/com/ongres/stringprep/saslprep/${PV}/saslprep-${PV}-sources.jar"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+DEPEND=">=virtual/jdk-1.8:*
+ dev-java/stringprep:0"
+RDEPEND=">=virtual/jre-1.8:*"
+
+JAVA_CLASSPATH_EXTRA="stringprep"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-04-07 8:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-07 8:23 [gentoo-commits] repo/gentoo:master commit in: dev-java/saslprep/ Miroslav Šulc
-- strict thread matches above, loose matches on Subject: below --
2022-08-12 11:36 Miroslav Šulc
2022-07-28 7:06 Agostino Sarubbo
2022-07-25 4:19 Sam James
2022-06-20 7:41 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox