public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/go-sendxmpp/
Date: Mon, 28 Aug 2023 16:33:30 +0000 (UTC)	[thread overview]
Message-ID: <1693045528.f372856b8d0ce74ef123b3c308a549f7576f1100.davidroman@gentoo> (raw)

commit:     f372856b8d0ce74ef123b3c308a549f7576f1100
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Aug 26 10:25:28 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Aug 26 10:25:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f372856b

net-im/go-sendxmpp: add 0.6.1

Signed-off-by: tastytea <gentoo <AT> tastytea.de>

 net-im/go-sendxmpp/Manifest                 |  2 ++
 net-im/go-sendxmpp/go-sendxmpp-0.6.1.ebuild | 30 +++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/net-im/go-sendxmpp/Manifest b/net-im/go-sendxmpp/Manifest
index d1633e7d6a..975b13e98e 100644
--- a/net-im/go-sendxmpp/Manifest
+++ b/net-im/go-sendxmpp/Manifest
@@ -2,3 +2,5 @@ DIST go-sendxmpp-0.5.6-vendor.tar.xz 1381836 BLAKE2B 1854a7d8fe37da69020c9f9e5df
 DIST go-sendxmpp-0.5.6.tar.bz2 28854 BLAKE2B 30932bc6f6c5665b59f2c3b1586ed7eb6f959b8a08cb861cf136612152c36999bda05727994a5583aa56f0c987f357c9e01d2c6392204c68339e6dd9d92b0c71 SHA512 a5d1241db6fd40a87ec46d5878d9e3f663614d76e6f375cb0f9a208c3960cc3661ac3bd5967cf6f6991c0b408a64facadab36642720a5387644d55fd774c0792
 DIST go-sendxmpp-0.6.0-vendor.tar.xz 1387104 BLAKE2B de7eed4eb45bb12199f3eb92ac2d84a0d6ee9ad648b6d0d5a70f059c510bdd317d5ff60345a443d03f5b02f72048f7962b73a635449a0818a4f30fcd5513c550 SHA512 c396cfacb92723285f3eee410a17ac6e7bae346e1783cf14ae812cd6809cf76cbfec2d37461617ce9938461df6a2387bb54570eca67434bb343d383cdf45857e
 DIST go-sendxmpp-0.6.0.tar.bz2 30272 BLAKE2B 488caef5d0f5d1f7b248d6374588e8f640684b7b95d87e26f99e8653123715a682e3e89e065c5751e28619f5e07230f04d8a5032a5b3b666ad657f3447884044 SHA512 2f11a72650ef32c5fb2caacc68b3d331025d651d858ba50632914c467a9108366f5bb6c1dd938bd7e3869ef014bba60595c8b82bdb3ae8797159fd048cfd828d
+DIST go-sendxmpp-0.6.1-vendor.tar.xz 1388196 BLAKE2B d206b79daeae2b5cb49d9556f8b3ee9104531a1fa8f2828ab592c1477e8b259d21f1acb5085ec545a7d229b27aaf7a44c197f56a7684733fd848af31129babc4 SHA512 39b76f65195bf7a1563fe837d1c073aacbb83e493f1ae622988ee23eb34d6af15a74b4c1c090a3641e40d31a4d292b6012624957a8ac6384ce031076f7e0087c
+DIST go-sendxmpp-0.6.1.tar.bz2 30102 BLAKE2B b00f8e3513ab8ad1cdb0d2a5465f4caba64380580f29e244a0a0be752732cffdaed54896243efda64fbd3a1efe8571e562346c004d46de6cbe11f7c7e9c6ccf6 SHA512 9a3a9a415ba68251c923f76be75caef93a7a2a3323a2cd03933c79f0c72d497af6c0837fd434c87ffd90e42a955e6c10c3133ca7e723594c9494962b95e933e2

diff --git a/net-im/go-sendxmpp/go-sendxmpp-0.6.1.ebuild b/net-im/go-sendxmpp/go-sendxmpp-0.6.1.ebuild
new file mode 100644
index 0000000000..5d3cadb774
--- /dev/null
+++ b/net-im/go-sendxmpp/go-sendxmpp-0.6.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+# NOTE: To create the vendor tarball, run:
+# `go mod vendor && cd .. && tar -caf ${P}-vendor.tar.xz ${P/-0/-v0}/vendor`
+
+DESCRIPTION="A little tool to send messages to an XMPP contact or MUC"
+HOMEPAGE="https://salsa.debian.org/mdosch/go-sendxmpp"
+SRC_URI="
+	https://salsa.debian.org/mdosch/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2
+	https://tastytea.de/files/gentoo/${P}-vendor.tar.xz
+"
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="BSD-2 BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+	ego build -buildmode=pie
+}
+
+src_install() {
+	dobin go-sendxmpp
+	default
+}


             reply	other threads:[~2023-08-28 16:33 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-28 16:33 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-18 18:16 [gentoo-commits] repo/proj/guru:master commit in: net-im/go-sendxmpp/ Julien Roy
2024-02-18 18:16 Julien Roy
2023-08-28 16:33 David Roman
2022-11-16 10:19 Florian Schmaus
2022-11-16 10:19 Florian Schmaus
2022-09-30  7:44 Ronny Gutbrod
2022-09-30  7:44 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-09-30  7:44 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-09-30  2:12 Haelwenn Monnier
2022-09-30  2:12 Haelwenn Monnier
2022-05-12  9:14 Andrew Ammerlaan
2022-05-12  9:14 Andrew Ammerlaan
2022-03-21 15:11 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-03-25 11:24 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-03-21 15:11 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-03-25 11:24 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-02-13 20:24 Arthur Zamarin
2022-02-13 20:24 Arthur Zamarin
2021-11-20 13:05 Haelwenn Monnier
2021-11-20 13:05 Haelwenn Monnier
2021-10-06  1:13 Theo Anderson
2020-05-23 16:10 Andrew Ammerlaan

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=1693045528.f372856b8d0ce74ef123b3c308a549f7576f1100.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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