commit:     e31b4a61ce2d118882d27666577696b49d187cc1
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Jul 13 15:20:53 2023 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Jul 13 15:28:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e31b4a61

net-im/go-sendxmpp: drop 0.5.5

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

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

diff --git a/net-im/go-sendxmpp/Manifest b/net-im/go-sendxmpp/Manifest
index da4ae31aa..d1633e7d6 100644
--- a/net-im/go-sendxmpp/Manifest
+++ b/net-im/go-sendxmpp/Manifest
@@ -1,5 +1,3 @@
-DIST go-sendxmpp-0.5.5-vendor.tar.xz 1352944 BLAKE2B 
5bfd87286989b73f59e24576d550daaaa5e305c6066f9bfcc319d4e54c756ffd170bf3313159e1c8bb9a2fc73978057830837ff7fb997095e3bdcea2b323b26b
 SHA512 
bc10809b90e69ebf8efb716b362cd249ac460b40e910242fc4cc06bf08b061e88d6177121b269fa87dd616c66da9dadc72391d1de576b344a09576f5e01867b6
-DIST go-sendxmpp-0.5.5.tar.bz2 28743 BLAKE2B 
a25f569486e130a055f576de12b12ac0d426a22a87da77ae2cfb97a4189cd89359fc00ba0b55a3bcd80c702c3fda705da46817277cebc09f0dd2d6178a044dd9
 SHA512 
30f8dff625ffa9be83ffcbd0d4a0f5ea28476894a61d7ac7bee3757447a064ed1d73175aaa464d5403bb4f28aead63b87bec2f79815f38f399a17646dff56448
 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

diff --git a/net-im/go-sendxmpp/go-sendxmpp-0.5.5.ebuild 
b/net-im/go-sendxmpp/go-sendxmpp-0.5.5.ebuild
deleted file mode 100644
index bea4ccb3b..000000000
--- a/net-im/go-sendxmpp/go-sendxmpp-0.5.5.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 via email to