From c97bc24f520ac399215051030106fd2f2b32260e Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 9 Nov 2018 01:01:26 +0100 Subject: [PATCH] dev-go/sasl: New package, dependency for dev-go/xmpp Package-Manager: Portage-2.3.51, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07 --- dev-go/sasl/Manifest | 12 ++++++++++++ dev-go/sasl/metadata.xml | 11 +++++++++++ dev-go/sasl/sasl-9999.ebuild | 18 ++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 dev-go/sasl/Manifest create mode 100644 dev-go/sasl/metadata.xml create mode 100644 dev-go/sasl/sasl-9999.ebuild diff --git a/dev-go/sasl/Manifest b/dev-go/sasl/Manifest new file mode 100644 index 0000000..b1ada56 --- /dev/null +++ b/dev-go/sasl/Manifest @@ -0,0 +1,12 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +EBUILD sasl-9999.ebuild 388 BLAKE2B 85bf75634b921c9849dce001a36c9c76b08367a7738a947577de08bc2645d46a9b52ac70bf5d4f30507f82e52de01480f27a16aef58afd6a62f36a978dc523e1 SHA512 1e28cf7b6a150ac3caf196aa661e3ea7b7ba2d495655b92f8392adab3eb29db051d6e6da482dbaab2d37094e5f5685542dfa78831705ab3a0a0e1ad8ea87f16f +MISC metadata.xml 405 BLAKE2B 3a7147cf32b4315d73ff9c8cd2ad5b2291ad61b749de6669b6bc78b7cd56a46fb7fd5cf01a71dff38b9f7629ad26720ba943b24a499a17853a6de15ecaeee7ee SHA512 8c7c25d9d2244acea342d395549b9470dc0ed88af4ecee20a489ae414d8b3453c5c35c1909bb372c6e6d7feffef79a3c66e4d6ab878e468dfddbb274b074a7cd +-----BEGIN PGP SIGNATURE----- + +iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW+TOVgAKCRDPw5SX8bJu +B3uoAP9lcVIUWO0/wENhlBWjcwl+tCf1mqGBuAYdw8iw92CHiAD/QFQZOaqmyhei +ZXDxLBX1GrMtBY2yCpeq4LTU6pBXrNA= +=rULY +-----END PGP SIGNATURE----- diff --git a/dev-go/sasl/metadata.xml b/dev-go/sasl/metadata.xml new file mode 100644 index 0000000..04a8146 --- /dev/null +++ b/dev-go/sasl/metadata.xml @@ -0,0 +1,11 @@ + + + + + Package xmpp implements a simple Google Talk client using the XMPP protocol described in RFC 3920 and RFC 3921. + + + gentoo@tastytea.de + tastytea + + diff --git a/dev-go/sasl/sasl-9999.ebuild b/dev-go/sasl/sasl-9999.ebuild new file mode 100644 index 0000000..870e750 --- /dev/null +++ b/dev-go/sasl/sasl-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit golang-build golang-vcs + +DESCRIPTION="An implementation of the Simple Authentication and Security Layer (SASL)." +HOMEPAGE="https://github.com/mellium/sasl" +EGO_PN="mellium.im/sasl" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="" + +DEPEND=" + dev-lang/go + dev-go/go-crypto +"