commit: 4d20e192ed6bd054af13b07243cdbcf6c3eede4d Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Thu Sep 29 14:31:26 2022 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Thu Sep 29 14:31:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d20e192
net-im/go-sendxmpp: add 0.5.2 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> net-im/go-sendxmpp/Manifest | 2 ++ net-im/go-sendxmpp/go-sendxmpp-0.5.2.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/net-im/go-sendxmpp/Manifest b/net-im/go-sendxmpp/Manifest index 34e421da6..e5e0d885d 100644 --- a/net-im/go-sendxmpp/Manifest +++ b/net-im/go-sendxmpp/Manifest @@ -2,3 +2,5 @@ DIST go-sendxmpp-0.5.0-vendor.tar.xz 1237388 BLAKE2B 5708f68dee789353df9b9c0aabf DIST go-sendxmpp-0.5.0.tar.bz2 26529 BLAKE2B 7240ead295ea694f3ff7ccbfff978b808ebfcbdcde9f81f98cac4cec548cbc4ad537e56eb7eaa937822397d9933b6b57a12269ff8a344ed327d6ab8545f3fa00 SHA512 45230b5b742e5476ac067d5671fd6c18bfdb2435c65b34b6ef180f74e6123f61fa8097957c05eadf4311a38a96e78446a653d26e1d534bdec4cedff8fd7df329 DIST go-sendxmpp-0.5.1-vendor.tar.xz 1237104 BLAKE2B 76896da8365f3213518fc6fee4000216ceebbd56690ccb0234c274df2bba9387d8e4bb7c28213edb71df24efeaf94508a6c965b6891de643bc5207315dad61ac SHA512 91e97e060fc4f139e5c95281e0c32325bea4e52509de26b6cec2b43001143167af67c8661fca43cb81a527f5e6d51ea0474375fd5865518f144d3a19d4cbd0a9 DIST go-sendxmpp-0.5.1.tar.bz2 26585 BLAKE2B 7a016b867cb5ece929fcab9aa2d828c53e1d113082ca3626637f7d8fedf14df456b01910c815dddaee66f13f3a36fa2c828873d1745af204c08e894754315c0e SHA512 470f54ef32946f22914af23b96327e30cb6f6bb4b7d76a955b8512ac818973d77babba6421b1e55a3fa80c9094734dc7ab612ff36e8bad97afc8c45814b97fa9 +DIST go-sendxmpp-0.5.2-vendor.tar.xz 1353640 BLAKE2B 6b87bf1a46f097c76767127f956d55dccb6a906d1e3fd7767ee24778a497a2c6a3d668b537c912a9707f9d325c8c98b310b4bdde741499ab78925df03c08cfb0 SHA512 6cbe286d93e9daa5b6653e7657eb1ebc5a9a71400928007c1c40505ecf8330c7b2f0cee1d1f0af55c3b93046ca36b1aa150412ca00fcf9b246212cda9c803749 +DIST go-sendxmpp-0.5.2.tar.bz2 28357 BLAKE2B 737d8c78cdb6834abdbf3b923ab694f008a35b9f2abd8156592e82a7e9e6c17930cd6d12f783a3d44b6f107743a1c70cdccb0db7498686d1fc727cea34e8b7e0 SHA512 61f7d879d530da241e4ed0697df5461bc7829017a233d8133ac4545bc48227ea60d451886ef1ae15939eda6bc6948d9aab0d7dfbc26a40ca6e13104e272bab6e diff --git a/net-im/go-sendxmpp/go-sendxmpp-0.5.2.ebuild b/net-im/go-sendxmpp/go-sendxmpp-0.5.2.ebuild new file mode 100644 index 000000000..bea4ccb3b --- /dev/null +++ b/net-im/go-sendxmpp/go-sendxmpp-0.5.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module + +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 MIT-with-advertising" +SLOT="0" +KEYWORDS="~amd64" + +src_compile() { + ego build -buildmode=pie +} + +src_install() { + dobin go-sendxmpp + default +}