summaryrefslogtreecommitdiff
path: root/app-misc/notary
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /app-misc/notary
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'app-misc/notary')
-rw-r--r--app-misc/notary/Manifest2
-rw-r--r--app-misc/notary/notary-0.6.1-r2.ebuild (renamed from app-misc/notary/notary-0.6.1-r1.ebuild)16
2 files changed, 9 insertions, 9 deletions
diff --git a/app-misc/notary/Manifest b/app-misc/notary/Manifest
index 244ab0ae8295..6a4e299968ec 100644
--- a/app-misc/notary/Manifest
+++ b/app-misc/notary/Manifest
@@ -3,5 +3,5 @@ AUX notary-server.initd 568 BLAKE2B a38ceeadc4d3bd663dced340da3040b352081dce6d27
AUX notary-signer.confd 103 BLAKE2B 461b38b6c8d97e7c8cedb88e48eca0342174434a819d99883496a9622fd04c19d097a498195c9e37246420f4f01fef07219bd4c9e76dc26cf8b70d9ce43ab1c7 SHA512 088bbd2eabf1e9be673b35a4a481c270ba2ccea479ef1164804ecead730a61465862888e7cbff53976056826d4ff066e1e2ab253cd6e3287109d03873c11777b
AUX notary-signer.initd 568 BLAKE2B a0041a57049a1709ffb0906e4cef2e6cad32172c52bddc77917e7f6293a4deba79ae0d965db53fb537d66d91dc6b06230f91d14971c408f60182b350b6a672af SHA512 325614982f75f33a9fd59a6183255fa61158c4b2288f2d06e4d88c8f1f43dc5df83c85e8ecdf40cf19f9a00b51ba641fc024d863f220b6aac8e530e17e7eb3a2
DIST notary-0.6.1.tar.gz 5741924 BLAKE2B 125e1e09178f090de9d73bb97170737d03c8f43927cf070a2c78e0c5eff3cd56a58aaf703a4ba60aa3e1bd7e22d2ceb0921abaa98e6f871ed1131249e44c622d SHA512 76e223c0c5c59796db924f0e52ea59d2bdbb101a9a059cd70d336928dcac616943d75fc9b8d7703de8609b2f694d2fc5627deb341971dc9401c00974261d57c3
-EBUILD notary-0.6.1-r1.ebuild 1645 BLAKE2B 5abcaff1cc0c1b032f81c1323c6b1df602b5882cda7dca4d19d9aca7e3ed2b7a3260d254b89a0cdf6b10b7c5dcd40a079fe0ec898a818d6c2aa4e218b6dd0e0a SHA512 83cd343051ac05b4be4443cf8a41356c89d543710e8efe580e4e260370be8cd3d4ea4e554d47b16a1521609d2bc529cbbd3bedde6435dd4bea197014f1a9f77f
+EBUILD notary-0.6.1-r2.ebuild 1638 BLAKE2B 1c8dcfb00ae808840cbf75499659c3c6855d4c2f84ab976694645008b4208fef84ce2aa26f6ebce6279c0c89b1e611dd4ed8b9130c237faad20000db5879a305 SHA512 535dfbf3a57f8f3e08f600d3badb02c4b3dd07e90713887bfc1f93ea5f597eac528c1fa77e9c5f999f62d94483bb02405147f132619b36ff13cc7c5cf8d71910
MISC metadata.xml 262 BLAKE2B 597c3ea2ec2e6106554e720aff9b70c04b0651ebf448d86468b07eef6e07112c3b66cb38296f0eb467e0442b81fcb0e72fc1ad0dcbef949cda8bf400db947649 SHA512 c7d1d7c1af64b0ed60d30a70bea37c9c60030744273c21aef968e5655cc118bcf3a43d3590ea0e162f4c97568c7483e3e86ce59de3673e451e66e62b177e060d
diff --git a/app-misc/notary/notary-0.6.1-r1.ebuild b/app-misc/notary/notary-0.6.1-r2.ebuild
index 5def4a774c57..840f089bb574 100644
--- a/app-misc/notary/notary-0.6.1-r1.ebuild
+++ b/app-misc/notary/notary-0.6.1-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit golang-vcs-snapshot golang-build user
+inherit golang-vcs-snapshot golang-build
KEYWORDS="~amd64"
DESCRIPTION="A project that allows anyone to have trust over arbitrary collections of data"
@@ -14,12 +14,12 @@ HOMEPAGE="https://github.com/theupdateframework/notary"
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-IUSE=""
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 -1 ${PN}
-}
+RDEPEND="
+ acct-group/notary
+ acct-user/notary
+"
+BDEPEND="${RDEPEND}"
src_compile() {
pushd src/${EGO_PN} || die