dev-go/go-xmpp: new package, dependency for net-im/go-sendxmpp
the build failed Details

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2018-11-09 00:31:03 +01:00
parent 4871863930
commit a055ee785a
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 38 additions and 0 deletions

12
dev-go/go-xmpp/Manifest Normal file
View File

@ -0,0 +1,12 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
EBUILD go-xmpp-9999.ebuild 327 BLAKE2B a8954ea5cd62cbe9c03128ee437634d0cde7e85ad70f2c79978985ec4f8bcc14fd63cc48530c070252876c5b0bfab7ab25c5d50ae25e0eb7d058e5dd5dab3a55 SHA512 06f69f62ff38d8d437d2ed576cd86b0cf7f05b6e38e0729c6ff976dd8911be55ea2eb5c53cdbadd98a16ebdea473f3f84707b52f3e243cbacd118929625f95ee
MISC metadata.xml 405 BLAKE2B 3a7147cf32b4315d73ff9c8cd2ad5b2291ad61b749de6669b6bc78b7cd56a46fb7fd5cf01a71dff38b9f7629ad26720ba943b24a499a17853a6de15ecaeee7ee SHA512 8c7c25d9d2244acea342d395549b9470dc0ed88af4ecee20a489ae414d8b3453c5c35c1909bb372c6e6d7feffef79a3c66e4d6ab878e468dfddbb274b074a7cd
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW+THNwAKCRDPw5SX8bJu
B16aAP4sq1/Ll8Sml/nRaTR3yvsvLMSgZW9yVS8UbGicyTApcgD/YTAUotW12U5g
jHzcq49JP4bG59qfPxqTGluIEFmBzQc=
=Xf54
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,15 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit golang-build golang-vcs
DESCRIPTION="go xmpp library"
HOMEPAGE="https://github.com/mattn/go-xmpp"
EGO_PN="github.com/mattn/go-xmpp"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
DEPEND="dev-lang/go"

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Package xmpp implements a simple Google Talk client using the XMPP protocol described in RFC 3920 and RFC 3921.
</longdescription>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>tastytea</name>
</maintainer>
</pkgmetadata>