From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/docker_auth/
Date: Sun, 23 Oct 2022 17:27:59 +0000 (UTC) [thread overview]
Message-ID: <1666546007.b9066feeb2982db24867f93131d6cf6563a29bb6.williamh@gentoo> (raw)
commit: b9066feeb2982db24867f93131d6cf6563a29bb6
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 17:26:05 2022 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 17:26:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9066fee
sys-auth/docker_auth: fix "go mod verify" failure
Closes: https://bugs.gentoo.org/877893
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
sys-auth/docker_auth/docker_auth-1.9.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-auth/docker_auth/docker_auth-1.9.0.ebuild b/sys-auth/docker_auth/docker_auth-1.9.0.ebuild
index eaddcf7cccba..29a04edc7e1a 100644
--- a/sys-auth/docker_auth/docker_auth-1.9.0.ebuild
+++ b/sys-auth/docker_auth/docker_auth-1.9.0.ebuild
@@ -21,25 +21,25 @@ DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
RESTRICT=" test"
+S="${S}/auth_server"
src_compile() {
- pushd auth_server || die
# see the upstream Makefile for how to generate the VERSION and
# BUILD_ID values.
emake \
VERSION=2022022022 \
BUILD_ID=20220220-221158/1.9.0@636c09af \
build
- popd || die
}
src_install() {
+ cd ..
+ dobin auth_server/auth_server
dodoc README.md docs/*
insinto /usr/share/${PF}
doins -r examples
insinto /etc/docker_auth/
newins examples/reference.yml config.yml.example
- dobin auth_server/auth_server
newinitd "${FILESDIR}"/${PN}.initd ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}
insinto /etc/logrotate.d
next reply other threads:[~2022-10-23 17:28 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-23 17:27 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-03-11 23:47 [gentoo-commits] repo/gentoo:master commit in: sys-auth/docker_auth/ William Hubbs
2022-02-21 4:22 William Hubbs
2020-08-23 23:35 William Hubbs
2020-07-14 0:44 William Hubbs
2019-12-10 5:47 Zac Medico
2019-12-04 3:23 William Hubbs
2019-11-23 10:35 Manuel Rüger
2019-01-31 16:36 Manuel Rüger
2018-06-06 12:30 Manuel Rüger
2018-04-12 20:29 Manuel Rüger
2018-04-12 20:29 Manuel Rüger
2017-11-22 12:36 Manuel Rüger
2017-11-10 12:48 Manuel Rüger
2017-09-26 16:44 Manuel Rüger
2017-07-30 8:36 Michał Górny
2017-05-24 14:10 Manuel Rüger
2017-05-05 13:55 Manuel Rüger
2017-03-16 14:25 Manuel Rüger
2017-02-21 18:33 Manuel Rüger
2017-02-21 18:33 Manuel Rüger
2016-12-25 13:08 Manuel Rüger
2016-12-25 13:08 Manuel Rüger
2016-12-07 11:24 Manuel Rüger
2016-12-07 11:24 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1666546007.b9066feeb2982db24867f93131d6cf6563a29bb6.williamh@gentoo \
--to=williamh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox