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: <1693045588.8fc3c939589938b3ec4ab85a60698e1ff238c8f4.davidroman@gentoo> (raw)

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

net-im/go-sendxmpp: drop 0.5.6

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

 net-im/go-sendxmpp/Manifest                 |  2 --
 net-im/go-sendxmpp/go-sendxmpp-0.5.6.ebuild | 27 ---------------------------
 2 files changed, 29 deletions(-)

diff --git a/net-im/go-sendxmpp/Manifest b/net-im/go-sendxmpp/Manifest
index 975b13e98e..5c4654ea6c 100644
--- a/net-im/go-sendxmpp/Manifest
+++ b/net-im/go-sendxmpp/Manifest
@@ -1,5 +1,3 @@
-DIST go-sendxmpp-0.5.6-vendor.tar.xz 1381836 BLAKE2B 1854a7d8fe37da69020c9f9e5df85abd12dde180c27b5242dd2bcf9ae0c7b6dec750dc22dbcdcf39b6ab2a7da89c1c5fe0eb330fa07af731bb7bda4ba40510d2 SHA512 eeaf60e6d0a82ed38d4ee0c3f95822d5d4b1e48f220e19d16f59602a822a27b6041b66abbca20e405aaf95f7e77e17a3e5715a4af444137653c1da7ac5914e54
-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

diff --git a/net-im/go-sendxmpp/go-sendxmpp-0.5.6.ebuild b/net-im/go-sendxmpp/go-sendxmpp-0.5.6.ebuild
deleted file mode 100644
index bea4ccb3b4..0000000000
--- a/net-im/go-sendxmpp/go-sendxmpp-0.5.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-}


             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=1693045588.8fc3c939589938b3ec4ab85a60698e1ff238c8f4.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