commit:     cf3a4e33bc2f1343b5c3ff7fc4dc0c9d4afeb5e1
Author:     tastytea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Feb 18 17:40:22 2024 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sun Feb 18 17:40:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf3a4e33

net-im/go-sendxmpp: drop 0.6.0

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

 net-im/go-sendxmpp/Manifest                 |  2 --
 net-im/go-sendxmpp/go-sendxmpp-0.6.0.ebuild | 30 -----------------------------
 2 files changed, 32 deletions(-)

diff --git a/net-im/go-sendxmpp/Manifest b/net-im/go-sendxmpp/Manifest
index 8172558396..1fabbd40fb 100644
--- a/net-im/go-sendxmpp/Manifest
+++ b/net-im/go-sendxmpp/Manifest
@@ -1,5 +1,3 @@
-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
 DIST go-sendxmpp-0.8.3-vendor.tar.xz 1390900 BLAKE2B 
0cf2fe591ba8402450566bcdab24e07d4f7683f8edc12ffb64fae083f537ebc1986f1ccaa8d977c079226400df85c8064e1efbe25c18ad532125c14f6e724ff4
 SHA512 
0afa220042ccbae4ca9cecb8e45ae29378a6a16bb3a70c7c72d83e3f5a8773b54da935b0db5e152f1beea113c1504dae4d89255c761550e6b9207e12a187299d

diff --git a/net-im/go-sendxmpp/go-sendxmpp-0.6.0.ebuild 
b/net-im/go-sendxmpp/go-sendxmpp-0.6.0.ebuild
deleted file mode 100644
index 5d3cadb774..0000000000
--- a/net-im/go-sendxmpp/go-sendxmpp-0.6.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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 via email to