net-im/go-sendxmpp: Changed dependencies in live ebuild
the build was successful Details

new version: 9999-r1

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2018-12-17 18:16:54 +01:00
parent f3988ff603
commit 1f3f203c59
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 46 additions and 30 deletions

View File

@ -1,12 +1,12 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
EBUILD go-sendxmpp-9999.ebuild 535 BLAKE2B 40bf045f87a4df6dd8ea69397c090eab6170b221b85fb12aee688dd2ace873240845b44a7e07ae2bf36e22af7db0f30770e072a3b5dc3694cca6c9f608816d72 SHA512 d582ba1ab9aeed66c09ca59bffb3cc3b739fc3f0415caa640109b24c811575d74693f31a4884fc33764c02820b878cea2a892a575381de8860a75475f0c9e7fb
EBUILD go-sendxmpp-9999-r1.ebuild 1268 BLAKE2B b3ea32799bd81d399e027c4639fe2e72381205033a9a88b3d9c3da2f75c672f788515cca18cfbc3d36fd719701fe7eb775e1fe2d6635df20aae0af3453c0908b SHA512 97b0d6490e20d28dd7b46965bbf5d539dce048c46f0d149a4b2c5da76b0596b07f8dde84d1bc67f8da1b7c0ecadf00ec43383093dcc416f425110414d61e9504
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW+TVhAAKCRDPw5SX8bJu
BxmSAPwKCyAciwIcAeeTGygEfPI000/OtnF999jF9ZBWJd43rQD+JkR0iESc4CTm
nwrRL571Pkv6+hDKY8cBu9StNQSKiCc=
=Gb/s
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXBfaBgAKCRDPw5SX8bJu
B/AGAP9JV9pbaPNKcrLmYQKmc3UZdiZEZ9GK1welcoKnbsA+RgD9E9OmbGss84Kz
SMdK898dmPEYuc2jyRXJvl9MWWbSQko=
=WLQO
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,41 @@
# 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 -rf src/salsa.debian.org/mdosch-guest/go-sendxmpp/vendor/* || die
# Download modified version of github.com/mellium/xmpp/jid
mkdir -p go-sendxmpp-9999/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 go-sendxmpp-9999/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."
}

View File

@ -1,25 +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"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
DEPEND="
dev-lang/go
dev-go/go-xmpp
dev-go/getopt2
dev-go/xmpp
"
src_install() {
dobin go-sendxmpp
dodoc src/salsa.debian.org/mdosch-guest/go-sendxmpp/README.md
}