From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/conmon/
Date: Sat, 1 Jun 2019 06:07:52 +0000 (UTC) [thread overview]
Message-ID: <1559369265.0663f0de098247b86dd2d16f79bd89f45e3bd1b4.zmedico@gentoo> (raw)
commit: 0663f0de098247b86dd2d16f79bd89f45e3bd1b4
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 1 05:22:41 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Jun 1 06:07:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0663f0de
app-emulation/conmon: add package
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
app-emulation/conmon/Manifest | 1 +
app-emulation/conmon/conmon-0.2.0.ebuild | 41 ++++++++++++++++++++++++++++++++
app-emulation/conmon/metadata.xml | 11 +++++++++
3 files changed, 53 insertions(+)
diff --git a/app-emulation/conmon/Manifest b/app-emulation/conmon/Manifest
new file mode 100644
index 00000000000..8b116b37d32
--- /dev/null
+++ b/app-emulation/conmon/Manifest
@@ -0,0 +1 @@
+DIST conmon-0.2.0.tar.gz 48349 BLAKE2B f61d1750437102c3772669ac8cff75204bf6811a221212cb7127a439b57b70afacb460f4128413e242ccceb0fe44c417dcd0a7f08536f272131704f3a6cbd599 SHA512 81b6eb88a473c6b4e349e18ba48682dd15f5f1ad841d2ca6bead8b5f9b418dd20832a855a1c8d81ac77562d00cb6e5852aab4f6f4ce15f099ca63a0a3f432ec8
diff --git a/app-emulation/conmon/conmon-0.2.0.ebuild b/app-emulation/conmon/conmon-0.2.0.ebuild
new file mode 100644
index 00000000000..b529698cd21
--- /dev/null
+++ b/app-emulation/conmon/conmon-0.2.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KEYWORDS="~amd64"
+DESCRIPTION="An OCI container runtime monitor"
+HOMEPAGE="https://github.com/containers/conmon"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE="systemd"
+EGIT_COMMIT="59952292a3b07ac125575024ae21956efe0ecdfb"
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+RDEPEND="dev-libs/glib:=
+ systemd? ( sys-apps/systemd:= )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ default
+
+ if ! use systemd; then
+ sed -e 's| pkg-config --exists libsystemd-journal | false |' \
+ -e 's| pkg-config --exists libsystemd | false |' \
+ -i Makefile || die
+ fi
+}
+
+src_compile() {
+ emake GIT_COMMIT="${EGIT_COMMIT}" \
+ all
+}
+
+src_install() {
+ emake DESTDIR="${D}" \
+ PREFIX="${ED}/usr" \
+ install
+ mv "${ED}/usr/libexec"/{crio,podman} || die
+ dodir /usr/bin
+ ln "${ED}/usr/"{libexec/podman,bin}/conmon || die
+ dodoc README.md
+}
diff --git a/app-emulation/conmon/metadata.xml b/app-emulation/conmon/metadata.xml
new file mode 100644
index 00000000000..15f05bae08e
--- /dev/null
+++ b/app-emulation/conmon/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ <name>Zac Medico</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">containers/conmon</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2019-06-01 6:07 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-01 6:07 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-07-18 19:48 [gentoo-commits] repo/gentoo:master commit in: app-emulation/conmon/ Zac Medico
2019-08-21 17:56 Zac Medico
2019-08-21 17:57 Zac Medico
2019-08-21 18:13 Zac Medico
2019-08-21 18:15 Zac Medico
2019-08-28 14:34 David Seifert
2019-09-13 19:41 Zac Medico
2019-11-01 23:02 Zac Medico
2019-11-01 23:11 Zac Medico
2020-01-17 23:51 Zac Medico
2020-01-18 1:11 Zac Medico
2020-03-05 5:17 Zac Medico
2020-03-05 5:17 Zac Medico
2020-04-19 20:21 Zac Medico
2020-04-19 20:21 Zac Medico
2020-05-25 22:45 Zac Medico
2020-05-25 22:45 Zac Medico
2020-06-20 2:41 Zac Medico
2020-07-16 0:55 Zac Medico
2020-07-28 22:01 Zac Medico
2020-08-29 22:45 Sam James
2020-08-30 0:22 Zac Medico
2020-12-28 23:29 Zac Medico
2020-12-29 8:49 Zac Medico
2020-12-29 9:00 Zac Medico
2021-02-25 21:40 Zac Medico
2021-02-25 21:41 Zac Medico
2021-03-17 7:56 Zac Medico
2021-07-04 6:06 Georgy Yakovlev
2021-09-09 5:25 Zac Medico
2021-10-18 2:01 Zac Medico
2021-11-14 8:38 Sam James
2021-11-17 2:16 Sam James
2021-11-26 20:53 Zac Medico
2021-11-26 20:53 Zac Medico
2021-12-07 3:57 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=1559369265.0663f0de098247b86dd2d16f79bd89f45e3bd1b4.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