dev-go/sasl: New package, dependency for dev-go/xmpp
Package-Manager: Portage-2.3.51, Repoman-2.3.11 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
d6913dfce7
commit
c97bc24f52
12
dev-go/sasl/Manifest
Normal file
12
dev-go/sasl/Manifest
Normal file
|
@ -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-----
|
11
dev-go/sasl/metadata.xml
Normal file
11
dev-go/sasl/metadata.xml
Normal 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>
|
18
dev-go/sasl/sasl-9999.ebuild
Normal file
18
dev-go/sasl/sasl-9999.ebuild
Normal file
|
@ -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
|
||||
"
|
Reference in New Issue
Block a user