From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/
Date: Sun, 14 Nov 2021 10:40:13 +0000 (UTC) [thread overview]
Message-ID: <1636886388.cd5e44659945d2495c8a50c174148f82bd4d7ca5.flow@gentoo> (raw)
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
+}
next reply other threads:[~2021-11-14 10:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-14 10:40 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-14 10:55 [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/ Florian Schmaus
2021-11-16 16:21 Florian Schmaus
2022-01-07 8:51 Florian Schmaus
2022-01-21 13:35 Florian Schmaus
2023-07-20 7:51 Florian Schmaus
2023-07-20 7:51 Florian Schmaus
2023-07-20 7:51 Florian Schmaus
2024-02-15 23:51 Sam James
2024-02-16 9:21 Florian Schmaus
2024-10-04 11:37 Florian Schmaus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1636886388.cd5e44659945d2495c8a50c174148f82bd4d7ca5.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox