dev-go/getopt2: New package, depency of net-im/go-sendxmpp

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2018-11-09 00:40:52 +01:00
parent 077fc20c32
commit d6913dfce7
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 35 additions and 0 deletions

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

@ -0,0 +1,12 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
EBUILD getopt2-9999.ebuild 335 BLAKE2B 13b58b8bd8666164c0ecd59679525ba304e25d34cb71dc950bf7698eb0195b0a12b2ffcc5e44b9349dcbf58ad7c7c8b946ea54d5ca00f4f59107a46f68636142 SHA512 bda508092f75b489ed6c1354342ee7bc1f756bfd0e52c1b874de76cd77cc45c08effade2690b86a6e62fa21ffa684d79ada66f50cc81dae8774a1358e3ff86ed
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW+TJhAAKCRDPw5SX8bJu
B1bAAP9C1GQdsNHltr+fGBID02FVZ8CRppE1h/+1S/94mcerQgD+LK6vyMa7c0QE
kjnmbytH4dpAiX6Km+MU3NQvFHki8/0=
=PQ69
-----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="getopt style option parsing for Go"
HOMEPAGE="https://github.com/pborman/getopt"
EGO_PN="github.com/pborman/getopt/v2"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
DEPEND="dev-lang/go"

View File

@ -0,0 +1,8 @@
<?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>