public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/docker_auth/
Date: Wed,  7 Dec 2016 11:24:02 +0000 (UTC)	[thread overview]
Message-ID: <1481109799.08dab4becbb49935e6652c5dfb98022fcb92e148.mrueg@gentoo> (raw)

commit:     08dab4becbb49935e6652c5dfb98022fcb92e148
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 11:23:19 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 11:23:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08dab4be

sys-auth/docker_auth: Add missed dependencies, install initscript

Gentoo-Bug: 601884 601882

Package-Manager: portage-2.3.3

 .../{docker_auth-1.1.ebuild => docker_auth-1.1-r1.ebuild}         | 8 ++++++++
 sys-auth/docker_auth/docker_auth-1.1.ebuild                       | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/sys-auth/docker_auth/docker_auth-1.1.ebuild b/sys-auth/docker_auth/docker_auth-1.1-r1.ebuild
similarity index 95%
copy from sys-auth/docker_auth/docker_auth-1.1.ebuild
copy to sys-auth/docker_auth/docker_auth-1.1-r1.ebuild
index 6b94516..e535d4d 100644
--- a/sys-auth/docker_auth/docker_auth-1.1.ebuild
+++ b/sys-auth/docker_auth/docker_auth-1.1-r1.ebuild
@@ -33,6 +33,9 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 
+DEPEND="dev-go/go-crypto:=
+	dev-go/go-sys:="
+
 _golang-include-src() {
 	local VENDORPN=$1 TARBALL=$2
 	mkdir -p "${WORKDIR}/${P}/src/${VENDORPN}" || die
@@ -85,5 +88,10 @@ src_install() {
 	insinto /etc/docker_auth/
 	newins examples/reference.yml config.yml.example
 	dobin auth_server/bin/auth_server
+	newinitd "${FILESDIR}"/${PN}.initd ${PN}
+	newconfd "${FILESDIR}"/${PN}.confd ${PN}
+	insinto /etc/logrotate.d
+	newins "${FILESDIR}"/${PN}.logrotated ${PN}
+	keepdir /var/log/docker_auth
 	popd || die
 }

diff --git a/sys-auth/docker_auth/docker_auth-1.1.ebuild b/sys-auth/docker_auth/docker_auth-1.1.ebuild
index 6b94516..e535d4d 100644
--- a/sys-auth/docker_auth/docker_auth-1.1.ebuild
+++ b/sys-auth/docker_auth/docker_auth-1.1.ebuild
@@ -33,6 +33,9 @@ LICENSE="Apache-2.0"
 SLOT="0"
 IUSE=""
 
+DEPEND="dev-go/go-crypto:=
+	dev-go/go-sys:="
+
 _golang-include-src() {
 	local VENDORPN=$1 TARBALL=$2
 	mkdir -p "${WORKDIR}/${P}/src/${VENDORPN}" || die
@@ -85,5 +88,10 @@ src_install() {
 	insinto /etc/docker_auth/
 	newins examples/reference.yml config.yml.example
 	dobin auth_server/bin/auth_server
+	newinitd "${FILESDIR}"/${PN}.initd ${PN}
+	newconfd "${FILESDIR}"/${PN}.confd ${PN}
+	insinto /etc/logrotate.d
+	newins "${FILESDIR}"/${PN}.logrotated ${PN}
+	keepdir /var/log/docker_auth
 	popd || die
 }


             reply	other threads:[~2016-12-07 11:24 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-07 11:24 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-12-07 11:24 [gentoo-commits] repo/gentoo:master commit in: sys-auth/docker_auth/ Manuel Rüger
2016-12-25 13:08 Manuel Rüger
2016-12-25 13:08 Manuel Rüger
2017-02-21 18:33 Manuel Rüger
2017-02-21 18:33 Manuel Rüger
2017-03-16 14:25 Manuel Rüger
2017-05-05 13:55 Manuel Rüger
2017-05-24 14:10 Manuel Rüger
2017-07-30  8:36 Michał Górny
2017-09-26 16:44 Manuel Rüger
2017-11-10 12:48 Manuel Rüger
2017-11-22 12:36 Manuel Rüger
2018-04-12 20:29 Manuel Rüger
2018-04-12 20:29 Manuel Rüger
2018-06-06 12:30 Manuel Rüger
2019-01-31 16:36 Manuel Rüger
2019-11-23 10:35 Manuel Rüger
2019-12-04  3:23 William Hubbs
2019-12-10  5:47 Zac Medico
2020-07-14  0:44 William Hubbs
2020-08-23 23:35 William Hubbs
2022-02-21  4:22 William Hubbs
2022-03-11 23:47 William Hubbs
2022-10-23 17:27 William Hubbs

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=1481109799.08dab4becbb49935e6652c5dfb98022fcb92e148.mrueg@gentoo \
    --to=mrueg@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