public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-scala/
@ 2025-05-16 15:35 Florian Schmaus
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2025-05-16 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     65edeee0ddc4b78903651f14f98fa52da143e655
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 15:34:41 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri May 16 15:35:08 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65edeee0

net-im/sendxmpp-scala: sync live

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/sendxmpp-scala/sendxmpp-scala-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/sendxmpp-scala/sendxmpp-scala-9999.ebuild b/net-im/sendxmpp-scala/sendxmpp-scala-9999.ebuild
index afcde973b450..3c2f8a1cc8fd 100644
--- a/net-im/sendxmpp-scala/sendxmpp-scala-9999.ebuild
+++ b/net-im/sendxmpp-scala/sendxmpp-scala-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64"
+	KEYWORDS="~amd64"
 	S="${WORKDIR}/${ORIG_PN}-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-scala/
@ 2025-05-16 15:35 Florian Schmaus
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2025-05-16 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     6717b509fc4ff6e5042d910b30c4b6370b31009a
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 15:33:41 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri May 16 15:35:07 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6717b509

net-im/sendxmpp-scala: add 1.2.0

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/sendxmpp-scala/Manifest                    |  1 +
 net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild | 36 +++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/net-im/sendxmpp-scala/Manifest b/net-im/sendxmpp-scala/Manifest
index 46f1058b03b0..24029e25d792 100644
--- a/net-im/sendxmpp-scala/Manifest
+++ b/net-im/sendxmpp-scala/Manifest
@@ -1 +1,2 @@
 DIST sendxmpp-scala-1.1.1.tar.gz 14012 BLAKE2B 769f888ad5522a5566f4b6fa4478ebe9321850eb3c21c9677dd96b36244a62dd7bdcc70c7093f5cd27721c14cd056c58cb740e6b5f2469afb32130dabc34ca3f SHA512 64b813647e50ec1cb1c6d123ce93ad89abcb1d734a9bf2867d6be8e8b9eae1f315db18f7c5fde6504cfcaa31dd4aad619006c97c4ffc1fa54056287f3b194198
+DIST sendxmpp-scala-1.2.0.tar.gz 14901 BLAKE2B 4e4bf229030e581c273e82d4dc3461f144ce9b81aa5a3c1ffaae45618ad7b6a63a08a4603983c20fc0fec18e41f273e6b642b151456a31bd63b0d7a545c003d1 SHA512 e87715e4a101e9398f5dfd08cc671c2b502060a115b64fdf53f2a2cf377d65cee245a99b87a4a19192f4ba49154b9aa9c2bcdce2c9435932ffa3d3af0dc3924e

diff --git a/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild b/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
new file mode 100644
index 000000000000..3c2f8a1cc8fd
--- /dev/null
+++ b/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ORIG_PN="${PN%-scala}"
+
+DESCRIPTION="Send XMPP (Jabber) messages via command line"
+HOMEPAGE="https://github.com/flowdalic/sendxmpp"
+
+if [[ "${PV}" == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
+	EGIT_REPO_URI="https://github.com/Flowdalic/${ORIG_PN}.git"
+	inherit git-r3
+else
+	SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${ORIG_PN}-${PV}"
+fi
+
+LICENSE="GPL-3+"
+
+SLOT="0"
+
+RDEPEND="
+	dev-java/scala-cli-bin
+	!net-im/sendxmpp
+"
+
+src_compile() {
+	:
+}
+
+src_install() {
+	default
+	newbin sendxmpp.sc sendxmpp
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-scala/
@ 2025-09-21 19:09 Florian Schmaus
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2025-09-21 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     615d5e023d006b7bf7f9faed513ca22f7a5b415c
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 21 18:52:55 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Sep 21 19:09:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615d5e02

net-im/sendxmpp-scala: keyword 1.2.0 for ~arm64

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild b/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
index 3c2f8a1cc8fd..36dfe2de5b9a 100644
--- a/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
+++ b/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~arm64"
 	S="${WORKDIR}/${ORIG_PN}-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-scala/
@ 2025-09-23 20:23 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2025-09-23 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     84fa586a4f0ff72b5a97a18bf84d180ed0bb9b7c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 23 20:23:29 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 23 20:23:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84fa586a

net-im/sendxmpp-scala: Stabilize 1.2.0 ALLARCHES, #962517

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

 net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild b/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
index 36dfe2de5b9a..c74e4f19358d 100644
--- a/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
+++ b/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~arm64"
+	KEYWORDS="amd64 ~arm64"
 	S="${WORKDIR}/${ORIG_PN}-${PV}"
 fi
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-scala/
@ 2025-09-24 13:18 Florian Schmaus
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2025-09-24 13:18 UTC (permalink / raw
  To: gentoo-commits

commit:     7fd5805fcc43a8586e10e2af989dd742c483b82f
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 24 12:45:15 2025 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Sep 24 13:17:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd5805f

net-im/sendxmpp-scala: stabilize 1.2.0 for ALLARCHES

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild b/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
index c74e4f19358d..af6de99285ff 100644
--- a/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
+++ b/net-im/sendxmpp-scala/sendxmpp-scala-1.2.0.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
 	inherit git-r3
 else
 	SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 ~arm64"
+	KEYWORDS="amd64 arm64"
 	S="${WORKDIR}/${ORIG_PN}-${PV}"
 fi
 


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

end of thread, other threads:[~2025-09-24 13:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16 15:35 [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-scala/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2025-09-24 13:18 Florian Schmaus
2025-09-23 20:23 Arthur Zamarin
2025-09-21 19:09 Florian Schmaus
2025-05-16 15:35 Florian Schmaus

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