From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/dumb-init/
Date: Thu, 13 Oct 2016 02:25:52 +0000 (UTC) [thread overview]
Message-ID: <1476325542.8d07399f942e500e0d42daa41756625b3ecdb67e.zmedico@gentoo> (raw)
commit: 8d07399f942e500e0d42daa41756625b3ecdb67e
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 02:12:44 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 02:25:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d07399f
sys-process/dumb-init: add package
Package-Manager: portage-2.3.2
sys-process/dumb-init/Manifest | 1 +
sys-process/dumb-init/dumb-init-1.2.0.ebuild | 28 ++++++++++++++++++++++++++++
sys-process/dumb-init/metadata.xml | 12 ++++++++++++
3 files changed, 41 insertions(+)
diff --git a/sys-process/dumb-init/Manifest b/sys-process/dumb-init/Manifest
new file mode 100644
index 00000000..170bbc6
--- /dev/null
+++ b/sys-process/dumb-init/Manifest
@@ -0,0 +1 @@
+DIST dumb-init-1.2.0.tar.gz 23370 SHA256 74486997321bd939cad2ee6af030f481d39751bc9aa0ece84ed55f864e309a3f SHA512 07f75771014c897b2e2f4de84b88ef5b829e19df81f6cbde0372a2f30ea78237af8e5cd6ab47b0a104606ea3b85c9883b86f777bc49bc428d52a32a4ff2ddad8 WHIRLPOOL 77385e68de43f043b1137285cbc97d48fa59e48b9053aa0530962692832e6806ad5fcb70e161e6887adfe4dadf211b726724c3b1bc1c09a8af2af05a4c183f00
diff --git a/sys-process/dumb-init/dumb-init-1.2.0.ebuild b/sys-process/dumb-init/dumb-init-1.2.0.ebuild
new file mode 100644
index 00000000..47da847
--- /dev/null
+++ b/sys-process/dumb-init/dumb-init-1.2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit flag-o-matic
+
+DESCRIPTION="A minimal init system for Linux containers"
+HOMEPAGE="https://github.com/Yelp/${PN}"
+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() {
+ eapply_user
+ use static && append-cflags -static
+ sed -e "s|^CFLAGS=.*|CFLAGS=-std=gnu99 ${CFLAGS}|" -i Makefile || die
+}
+
+src_install() {
+ dobin ${PN}
+ dodoc README.md
+}
diff --git a/sys-process/dumb-init/metadata.xml b/sys-process/dumb-init/metadata.xml
new file mode 100644
index 00000000..e026c3b
--- /dev/null
+++ b/sys-process/dumb-init/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <upstream>
+ <remote-id type="github">Yelp/dumb-init</remote-id>
+ <remote-id type="pypi">dumb-init</remote-id>
+ </upstream>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ <name>Zac Medico</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2016-10-13 2:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-13 2:25 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-01-29 15:45 [gentoo-commits] repo/gentoo:master commit in: sys-process/dumb-init/ Manuel Rüger
2018-04-13 9:53 Zac Medico
2021-03-13 20:16 Zac Medico
2021-03-13 20:16 Zac Medico
2022-03-19 23:45 Sam James
2022-07-10 15:45 Sam James
2022-07-10 15:45 Sam James
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=1476325542.8d07399f942e500e0d42daa41756625b3ecdb67e.zmedico@gentoo \
--to=zmedico@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