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-process/dumb-init/
Date: Mon, 29 Jan 2018 15:45:56 +0000 (UTC)	[thread overview]
Message-ID: <1517240743.c3cd21d7eec750f00a8204eef7e7b3ca0debed73.mrueg@gentoo> (raw)

commit:     c3cd21d7eec750f00a8204eef7e7b3ca0debed73
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 15:45:43 2018 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 15:45:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cd21d7

sys-process/dumb-init: Version bump to 1.2.1

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-process/dumb-init/Manifest               |  1 +
 sys-process/dumb-init/dumb-init-1.2.1.ebuild | 31 ++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sys-process/dumb-init/Manifest b/sys-process/dumb-init/Manifest
index ad3f4242ed1..a2d2ffb14c2 100644
--- a/sys-process/dumb-init/Manifest
+++ b/sys-process/dumb-init/Manifest
@@ -1 +1,2 @@
 DIST dumb-init-1.2.0.tar.gz 23370 BLAKE2B 43bf4fb99090065310516a617fd507e1f32e3d210df09ac8d0d31736614e2a1bb248b399606493f86967759f3245b58018c4d832dcfa24267c29403b5aec43d2 SHA512 07f75771014c897b2e2f4de84b88ef5b829e19df81f6cbde0372a2f30ea78237af8e5cd6ab47b0a104606ea3b85c9883b86f777bc49bc428d52a32a4ff2ddad8
+DIST dumb-init-1.2.1.tar.gz 24472 BLAKE2B a2d18aca8e67f14a436ef5a23d5010339e803cadeeee5ec01145c9ddc0e000d2ec3f91b5342f57fb6ec63c174ac51e058ec14cc6d38dbe2d9a0fcad4a82ce4f9 SHA512 5a621caab17e322bf67f6b1eecfed7a0b4c59f2369f62745a7403343d0d01a800fb075b7579a51b5f68f404a0fb35220b937b7253d1e598dfd32d9360b84ddf4

diff --git a/sys-process/dumb-init/dumb-init-1.2.1.ebuild b/sys-process/dumb-init/dumb-init-1.2.1.ebuild
new file mode 100644
index 00000000000..010813709c2
--- /dev/null
+++ b/sys-process/dumb-init/dumb-init-1.2.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="A minimal init system for Linux containers"
+HOMEPAGE="https://github.com/Yelp/dumb-init"
+SRC_URI="https://github.com/Yelp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static"
+RESTRICT="test"
+
+src_prepare() {
+	default
+	use static && append-cflags -static
+	sed -e "s|^CFLAGS=.*|CFLAGS=-std=gnu99 ${CFLAGS}|" -i Makefile || die
+}
+
+src_compile() {
+	CC=$(tc-getCC) emake
+}
+
+src_install() {
+	dobin ${PN}
+	dodoc README.md
+}


             reply	other threads:[~2018-01-29 15:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-29 15:45 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-10 15:45 [gentoo-commits] repo/gentoo:master commit in: sys-process/dumb-init/ Sam James
2022-07-10 15:45 Sam James
2022-03-19 23:45 Sam James
2021-03-13 20:16 Zac Medico
2021-03-13 20:16 Zac Medico
2018-04-13  9:53 Zac Medico
2016-10-13  2:25 Zac Medico

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=1517240743.c3cd21d7eec750f00a8204eef7e7b3ca0debed73.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