net-misc/jibber: fix ebuild

Package-Manager: Portage-3.0.0, Repoman-2.3.20
This commit is contained in:
Anton Schubert 2020-08-21 19:57:13 +02:00
parent 3abacf8f8c
commit c4d3feb712
No known key found for this signature in database
GPG key ID: B8DDB0A46D2D8626
2 changed files with 19 additions and 11 deletions

View file

@ -4,15 +4,20 @@
EAPI=7
inherit go-module
EGO_VENDOR=(
"github.com/docopt/docopt-go ee0de3bc6815"
"github.com/mattn/go-xmpp a86b6abcb3ad"
"github.com/seletskiy/tplutil 8cd6d8f15a24"
)
EGO_SUM=(
"github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815"
"github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod"
"github.com/mattn/go-xmpp v0.0.0-20200128155807-a86b6abcb3ad"
"github.com/mattn/go-xmpp v0.0.0-20200128155807-a86b6abcb3ad/go.mod"
"github.com/seletskiy/tplutil v0.0.0-20160311115833-8cd6d8f15a24"
"github.com/seletskiy/tplutil v0.0.0-20160311115833-8cd6d8f15a24/go.mod"
)
go-module_set_globals
EGIT_COMMIT="1403fbb0165c84d6a5fc68c890fe7bedb770f781"
SRC_URI="https://github.com/iSchluff/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
$(go-module_vendor_uris)"
SRC_URI="
https://github.com/iSchluff/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz
${EGO_SUM_SRC_URI}"
KEYWORDS="~amd64"
DESCRIPTION="Turn WebHooks into jabber notifications "