From: "Jason Zaman" <perfinion@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/cgmanager/
Date: Wed, 27 Mar 2019 10:36:44 +0000 (UTC) [thread overview]
Message-ID: <1553682981.c331ef08681f503d237142fd2cf687e9bd99e024.perfinion@gentoo> (raw)
commit: c331ef08681f503d237142fd2cf687e9bd99e024
Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 13:55:40 2019 +0000
Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 10:36:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c331ef08
app-admin/cgmanager: bump 0.42
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
app-admin/cgmanager/Manifest | 1 +
app-admin/cgmanager/cgmanager-0.42.ebuild | 49 +++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/app-admin/cgmanager/Manifest b/app-admin/cgmanager/Manifest
index dbee2bb05d0..e4950e78879 100644
--- a/app-admin/cgmanager/Manifest
+++ b/app-admin/cgmanager/Manifest
@@ -1 +1,2 @@
DIST cgmanager-0.41.tar.gz 461805 BLAKE2B 22c779953d637012694c19490da9d3707b9e2a935f910d192fd1e6a44c27e933e93b6ae516399991924175a9e8e05fd650cf3117d3e7bde034a20bc083ebaa09 SHA512 e8ba64665a21d987cd835580c2b6bafbcb05e22ce7f6216762d04840957c2cd21fb571360e0206ae9143656beed88ff3396eb1f644052c05189093a665a705fd
+DIST cgmanager-0.42.tar.gz 467980 BLAKE2B 70df5ebda230773f3a2a4ed6f784e591126769122533182821b0fe2c157f9bd7b9fd58a3bb104b0ef089320b167d3136c379d760ea6c65dab0c88f46d41596cb SHA512 d92113a6748084f1c0708f75c8bdf5de484d534bf00f664a5288902be887c2a1c7cf3d91afaab3331f0d573a86fbc6edb2fa1d37c070250cf53e0621213d7d74
diff --git a/app-admin/cgmanager/cgmanager-0.42.ebuild b/app-admin/cgmanager/cgmanager-0.42.ebuild
new file mode 100644
index 00000000000..ec194ccee43
--- /dev/null
+++ b/app-admin/cgmanager/cgmanager-0.42.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools pam
+
+DESCRIPTION="Control Group manager daemon"
+HOMEPAGE="https://linuxcontainers.org/cgmanager/introduction/"
+SRC_URI="https://linuxcontainers.org/downloads/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE="pam selinux"
+
+RDEPEND="sys-libs/libnih[dbus]
+ sys-apps/dbus
+ selinux? ( sec-policy/selinux-cgmanager )"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ eapply_user
+
+ # systemd expects files in /sbin but we will have them in /usr/sbin
+ pushd config/init/systemd > /dev/null || die
+ sed -i -e "s@sbin@usr/&@" {${PN},cgproxy}.service || \
+ die "Failed to fix paths in systemd service files"
+ popd > /dev/null || die
+
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --with-distro=gentoo \
+ --with-pamdir="$(usex pam $(getpam_mod_dir) none)" \
+ --with-init-script=systemd
+}
+
+src_install () {
+ default
+
+ # I see no reason to have the tests in the filesystem. Drop them
+ rm -r "${D}"/usr/share/${PN}/tests || die "Failed to remove ${PN} tests"
+
+ newinitd "${FILESDIR}"/${PN}.initd-r1 ${PN}
+ newinitd "${FILESDIR}"/cgproxy.initd-r1 cgproxy
+}
next reply other threads:[~2019-03-27 10:36 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-27 10:36 Jason Zaman [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-04-20 19:09 [gentoo-commits] repo/gentoo:master commit in: app-admin/cgmanager/ Aaron Bauman
2018-12-30 18:48 Mikle Kolyada
2017-10-26 11:23 Jason Zaman
2017-02-26 17:00 Michael Weber
2017-01-22 17:09 Agostino Sarubbo
2017-01-22 17:09 Agostino Sarubbo
2016-10-08 7:07 Pacho Ramos
2016-10-01 14:12 Jeroen Roovers
2016-09-29 10:43 Jeroen Roovers
2016-09-26 12:36 Agostino Sarubbo
2016-07-25 16:02 Chí-Thanh Christopher Nguyễn
2016-06-13 14:17 Tobias Klausmann
2016-06-02 18:47 Tobias Klausmann
2016-06-01 21:09 Michael Palimaka
2016-04-01 19:07 Markus Meier
2016-03-09 9:29 Lars Wendler
2016-03-04 4:34 Stephen Klimaszewski
2016-01-03 11:54 Agostino Sarubbo
2015-09-22 12:41 Tobias Klausmann
2015-09-22 4:39 Jeroen Roovers
2015-09-08 5:54 Jeroen Roovers
2015-09-06 13:08 Jason Zaman
2015-09-05 17:25 Jason Zaman
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=1553682981.c331ef08681f503d237142fd2cf687e9bd99e024.perfinion@gentoo \
--to=perfinion@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