net-im/go-sendxmpp: Remove package.
This commit is contained in:
parent
6bcfc1d743
commit
73c8fa8ebf
@ -1,12 +0,0 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
EBUILD go-sendxmpp-9999-r1.ebuild 1249 BLAKE2B a79204aa3d02d482004a0a9425f36bf20b5419f699930af222f9f178f9308ac4f3eb11371738d809b06ac9bd0bd11323fb813e293a1b106a39b50e6bc94150cf SHA512 3f423c8d84da7efe8b870b64ce2f2bf74c2fbcfb40ec47afb7b57552e1241f4db5e7ee1a9cd8c985574147941d13c6b8518c60c006b84a04ad178b09bccf878a
|
||||
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXBfbmwAKCRDPw5SX8bJu
|
||||
B3JMAPwKUxwnFsdRrk/YaR0Wxn8Miy8e5srIOZJPOyaPawLCAQD/XwFom3AzZYtd
|
||||
RvxbH3SuRktJaA3PSZweKpFH9zOi24Q=
|
||||
=3Z88
|
||||
-----END PGP SIGNATURE-----
|
@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit golang-build golang-vcs
|
||||
|
||||
DESCRIPTION="A little tool to send messages to an XMPP contact or MUC"
|
||||
HOMEPAGE="https://salsa.debian.org/mdosch-guest/go-sendxmpp"
|
||||
EGO_PN="salsa.debian.org/mdosch-guest/go-sendxmpp"
|
||||
EGO_PN="salsa.debian.org/mdosch-guest/go-sendxmpp"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
|
||||
DEPEND="
|
||||
dev-lang/go
|
||||
dev-go/go-xmpp
|
||||
dev-go/getopt2
|
||||
dev-go/xmpp
|
||||
"
|
||||
|
||||
src_unpack() {
|
||||
golang-vcs_src_unpack
|
||||
|
||||
# Make sure the bundled libraries are not used.
|
||||
rm -r ${P}/src/salsa.debian.org/mdosch-guest/go-sendxmpp/vendor/* || die
|
||||
|
||||
# Download modified version of github.com/mellium/xmpp/jid
|
||||
mkdir -p ${P}/src/salsa.debian.org/mdosch-guest/go-sendxmpp/vendor/salsa.debian.org/mdosch-guest || die
|
||||
git clone https://salsa.debian.org/mdosch-guest/gopkg.git ${P}/src/salsa.debian.org/mdosch-guest/go-sendxmpp/vendor/salsa.debian.org/mdosch-guest/gopkg || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin go-sendxmpp
|
||||
dodoc src/salsa.debian.org/mdosch-guest/go-sendxmpp/README.md
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "This package contains a modified version of github.com/mellium/xmpp/jid. " \
|
||||
"For details, go to https://salsa.debian.org/mdosch-guest/gopkg."
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>tastytea</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -1,9 +1,3 @@
|
||||
# tastytea <gentoo@tastytea.de> (2020-05-23)
|
||||
# The package is in the GURU[1] repository now. Please use that instead. Masked
|
||||
# for removal in 30 days.
|
||||
# [1] <https://wiki.gentoo.org/wiki/Project:GURU>
|
||||
net-im/go-sendxmpp
|
||||
|
||||
# tastytea <gentoo@tastytea.de> (2020-05-23)
|
||||
# Dependencies of net-im/go-sendxmpp, masked for removal in 30 days.
|
||||
dev-go/go-xmpp
|
||||
|
Reference in New Issue
Block a user