* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/
@ 2021-11-14 10:40 Florian Schmaus
0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2021-11-14 10:40 UTC (permalink / raw
To: gentoo-commits
commit: cd5e44659945d2495c8a50c174148f82bd4d7ca5
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 10:39:31 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 10:39:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5e4465
net-im/sendxmpp-amm: initial import
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/sendxmpp-amm/Manifest | 1 +
net-im/sendxmpp-amm/metadata.xml | 8 ++++++
net-im/sendxmpp-amm/sendxmpp-amm-1.1.0.ebuild | 35 +++++++++++++++++++++++++++
net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild | 35 +++++++++++++++++++++++++++
4 files changed, 79 insertions(+)
diff --git a/net-im/sendxmpp-amm/Manifest b/net-im/sendxmpp-amm/Manifest
new file mode 100644
index 000000000000..3320bed7e3f4
--- /dev/null
+++ b/net-im/sendxmpp-amm/Manifest
@@ -0,0 +1 @@
+DIST sendxmpp-amm-1.1.0.tar.gz 14059 BLAKE2B 5070c8a8561a16a5fd87777aafe850597afdacba9def1a471ee37d3cd055e27666b3791dcf72c1d6358d9b91360caf1e6b60eea970ab576cb004e93c707a7bce SHA512 cc98e6b9858e51c3898bdd026ac9422c014b77aebb253b3ac216be710f07cbf6d5968ef38395acabf7650e9e13c8c06cc84f5ee1e7c5dbc6813ee09a9cd54cd2
diff --git a/net-im/sendxmpp-amm/metadata.xml b/net-im/sendxmpp-amm/metadata.xml
new file mode 100644
index 000000000000..87a759d410cf
--- /dev/null
+++ b/net-im/sendxmpp-amm/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Florian Schmaus</name>
+ <email>flow@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.0.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.0.ebuild
new file mode 100644
index 000000000000..700d92138fdb
--- /dev/null
+++ b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ORIG_PN="${PN%-amm}"
+
+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
+ if [[ "${PV}" == "9999" ]]; then
+ MY_KEYWORDS=""
+ fi
+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-lang/ammonite-repl-bin
+ !net-im/sendxmpp
+"
+
+src_install() {
+ default
+ dobin sendxmpp
+}
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
new file mode 100644
index 000000000000..700d92138fdb
--- /dev/null
+++ b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ORIG_PN="${PN%-amm}"
+
+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
+ if [[ "${PV}" == "9999" ]]; then
+ MY_KEYWORDS=""
+ fi
+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-lang/ammonite-repl-bin
+ !net-im/sendxmpp
+"
+
+src_install() {
+ default
+ dobin sendxmpp
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/
@ 2021-11-14 10:55 Florian Schmaus
0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2021-11-14 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 686efcd4b507c9abcf866ea82a6efd91d53e5674
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 10:55:23 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 10:55:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=686efcd4
net-im/sendxmpp-amm: add 1.1.1, drop 1.1.0
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/sendxmpp-amm/Manifest | 2 +-
.../{sendxmpp-amm-1.1.0.ebuild => sendxmpp-amm-1.1.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/sendxmpp-amm/Manifest b/net-im/sendxmpp-amm/Manifest
index 3320bed7e3f4..100ecb6e86ea 100644
--- a/net-im/sendxmpp-amm/Manifest
+++ b/net-im/sendxmpp-amm/Manifest
@@ -1 +1 @@
-DIST sendxmpp-amm-1.1.0.tar.gz 14059 BLAKE2B 5070c8a8561a16a5fd87777aafe850597afdacba9def1a471ee37d3cd055e27666b3791dcf72c1d6358d9b91360caf1e6b60eea970ab576cb004e93c707a7bce SHA512 cc98e6b9858e51c3898bdd026ac9422c014b77aebb253b3ac216be710f07cbf6d5968ef38395acabf7650e9e13c8c06cc84f5ee1e7c5dbc6813ee09a9cd54cd2
+DIST sendxmpp-amm-1.1.1.tar.gz 14012 BLAKE2B 769f888ad5522a5566f4b6fa4478ebe9321850eb3c21c9677dd96b36244a62dd7bdcc70c7093f5cd27721c14cd056c58cb740e6b5f2469afb32130dabc34ca3f SHA512 64b813647e50ec1cb1c6d123ce93ad89abcb1d734a9bf2867d6be8e8b9eae1f315db18f7c5fde6504cfcaa31dd4aad619006c97c4ffc1fa54056287f3b194198
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.0.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild
similarity index 100%
rename from net-im/sendxmpp-amm/sendxmpp-amm-1.1.0.ebuild
rename to net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/
@ 2021-11-16 16:21 Florian Schmaus
0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2021-11-16 16:21 UTC (permalink / raw
To: gentoo-commits
commit: a958429a9ce29eeb0e446df409dd7192b1b5ea2c
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 16:20:40 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 16:21:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a958429a
net-im/sendxmpp-amm: Drop src_install, since upstream has Makefile now
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
index 700d92138fdb..ef6656d8a9fc 100644
--- a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
+++ b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
@@ -28,8 +28,3 @@ RDEPEND="
dev-lang/ammonite-repl-bin
!net-im/sendxmpp
"
-
-src_install() {
- default
- dobin sendxmpp
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/
@ 2022-01-07 8:51 Florian Schmaus
0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2022-01-07 8:51 UTC (permalink / raw
To: gentoo-commits
commit: d96fc546f704a9f04d939810ff95b635f3115396
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 7 08:31:39 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jan 7 08:31:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96fc546
net-im/sendxmpp-amm: stabilize 1.1.1 for amd64
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild
index 700d92138fdb..49c9aed88173 100644
--- a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild
+++ b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.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
EAPI=8
@@ -16,7 +16,7 @@ if [[ "${PV}" == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
fi
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] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/
@ 2022-01-21 13:35 Florian Schmaus
0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2022-01-21 13:35 UTC (permalink / raw
To: gentoo-commits
commit: 200353b5ae1b0463254d642f697b7ad6f34f43dc
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 21 13:35:01 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 13:35:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200353b5
net-im/sendxmpp-amm: remove unnecessary MY_KEYWORDS assignment
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild | 3 ---
net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild | 5 +----
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild
index 49c9aed88173..faee439560d1 100644
--- a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild
+++ b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild
@@ -11,9 +11,6 @@ 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
- if [[ "${PV}" == "9999" ]]; then
- MY_KEYWORDS=""
- fi
else
SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64"
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
index ef6656d8a9fc..782316d17024 100644
--- a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
+++ b/net-im/sendxmpp-amm/sendxmpp-amm-9999.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
EAPI=8
@@ -11,9 +11,6 @@ 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
- if [[ "${PV}" == "9999" ]]; then
- MY_KEYWORDS=""
- fi
else
SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/
@ 2023-07-20 7:51 Florian Schmaus
0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2023-07-20 7:51 UTC (permalink / raw
To: gentoo-commits
commit: 60535926779c6069b8656c857d82207d1b4bf7e9
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 07:36:01 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 07:51:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60535926
net-im/sendxmpp-amm: sync live
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
index 782316d17024..c5dec761f9fd 100644
--- a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
+++ b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 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
@@ -22,6 +22,21 @@ LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
- dev-lang/ammonite-repl-bin
+ dev-lang/ammonite-repl-bin[scala2-13]
!net-im/sendxmpp
"
+
+src_prepare() {
+ default
+ # Ensure that the script is using the right Scala version.
+ sed -i '1 s;^.*$;#!/usr/bin/env amm-2.13;' sendxmpp.sc || die
+}
+
+src_compile() {
+ :
+}
+
+src_install() {
+ default
+ newbin sendxmpp.sc sendxmpp
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/
@ 2023-07-20 7:51 Florian Schmaus
0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2023-07-20 7:51 UTC (permalink / raw
To: gentoo-commits
commit: 50d85d15175d868772d7823703684a8ae463af13
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 07:35:49 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 07:51:44 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d85d15
net-im/sendxmpp-amm: ensure correct scala version is used
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
...dxmpp-amm-1.1.1.ebuild => sendxmpp-amm-1.1.1-r1.ebuild} | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1-r1.ebuild
similarity index 70%
rename from net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild
rename to net-im/sendxmpp-amm/sendxmpp-amm-1.1.1-r1.ebuild
index faee439560d1..4f057429d997 100644
--- a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1.ebuild
+++ b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,10 +22,20 @@ LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
- dev-lang/ammonite-repl-bin
+ dev-lang/ammonite-repl-bin[scala2-13]
!net-im/sendxmpp
"
+src_prepare() {
+ default
+ # Ensure that the script is using the right Scala version.
+ sed -i '1 s;^.*$;#!/usr/bin/env amm-2.13;' sendxmpp || die
+}
+
+src_compile() {
+ :
+}
+
src_install() {
default
dobin sendxmpp
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/
@ 2023-07-20 7:51 Florian Schmaus
0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2023-07-20 7:51 UTC (permalink / raw
To: gentoo-commits
commit: 2e197a0c228c5ff3c8896690cad96b3df5f9c32a
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 07:36:42 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 07:51:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e197a0c
net-im/sendxmpp-amm: add github upstream metadata
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/sendxmpp-amm/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/net-im/sendxmpp-amm/metadata.xml b/net-im/sendxmpp-amm/metadata.xml
index a7fa285c7476..8e918cf7058e 100644
--- a/net-im/sendxmpp-amm/metadata.xml
+++ b/net-im/sendxmpp-amm/metadata.xml
@@ -5,4 +5,7 @@
<name>Florian Schmaus</name>
<email>flow@gentoo.org</email>
</maintainer>
+ <upstream>
+ <remote-id type="github">flowdalic/sendxmpp</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/
@ 2024-02-15 23:51 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-02-15 23:51 UTC (permalink / raw
To: gentoo-commits
commit: 0eece3ff8c6b47563ab2468dc58ffee4a85b5943
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 15 23:48:55 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 15 23:48:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eece3ff
net-im/sendxmpp-amm: Keyword 1.1.1-r1 arm64, #924660
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-im/sendxmpp-amm/sendxmpp-amm-1.1.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1-r1.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1-r1.ebuild
index 4f057429d997..0f3324d28b3a 100644
--- a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1-r1.ebuild
+++ b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 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 ~arm64"
S="${WORKDIR}/${ORIG_PN}-${PV}"
fi
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/
@ 2024-02-16 9:21 Florian Schmaus
0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2024-02-16 9:21 UTC (permalink / raw
To: gentoo-commits
commit: 807e50d68ed3b5246c84646378a45ab6ae56dc0a
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 09:21:01 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 09:21:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=807e50d6
net-im/sendxmpp-amm: mark ALLARCHES
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/sendxmpp-amm/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-im/sendxmpp-amm/metadata.xml b/net-im/sendxmpp-amm/metadata.xml
index 8e918cf7058e..89250bb227b0 100644
--- a/net-im/sendxmpp-amm/metadata.xml
+++ b/net-im/sendxmpp-amm/metadata.xml
@@ -5,6 +5,7 @@
<name>Florian Schmaus</name>
<email>flow@gentoo.org</email>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="github">flowdalic/sendxmpp</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/
@ 2024-10-04 11:37 Florian Schmaus
0 siblings, 0 replies; 11+ messages in thread
From: Florian Schmaus @ 2024-10-04 11:37 UTC (permalink / raw
To: gentoo-commits
commit: def512b0b7e5dd03b6e47bc374f25dcfefeb337e
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 11:36:16 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 11:37:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def512b0
net-im/sendxmpp-amm: update live
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
index c5dec761f9fd..2dcfb975f5d9 100644
--- a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
+++ b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,16 +22,10 @@ LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
- dev-lang/ammonite-repl-bin[scala2-13]
+ dev-java/scala-cli-bin
!net-im/sendxmpp
"
-src_prepare() {
- default
- # Ensure that the script is using the right Scala version.
- sed -i '1 s;^.*$;#!/usr/bin/env amm-2.13;' sendxmpp.sc || die
-}
-
src_compile() {
:
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-10-04 11:37 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-20 7:51 [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2024-10-04 11:37 Florian Schmaus
2024-02-16 9:21 Florian Schmaus
2024-02-15 23:51 Sam James
2023-07-20 7:51 Florian Schmaus
2023-07-20 7:51 Florian Schmaus
2022-01-21 13:35 Florian Schmaus
2022-01-07 8:51 Florian Schmaus
2021-11-16 16:21 Florian Schmaus
2021-11-14 10:55 Florian Schmaus
2021-11-14 10:40 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox