From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 091C713829C for ; Sun, 12 Jun 2016 23:47:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3638CE09EE; Sun, 12 Jun 2016 23:47:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B67B7E09EE for ; Sun, 12 Jun 2016 23:47:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FA753406AD for ; Sun, 12 Jun 2016 23:47:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82E8E208F for ; Sun, 12 Jun 2016 23:47:33 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1465775390.914b1707958ce227568068b5db2b00726d37f7ed.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcgroup/, dev-libs/libcgroup/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcgroup/files/cgred.confd-r1 dev-libs/libcgroup/libcgroup-0.41-r2.ebuild dev-libs/libcgroup/libcgroup-0.41-r3.ebuild X-VCS-Directories: dev-libs/libcgroup/files/ dev-libs/libcgroup/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 914b1707958ce227568068b5db2b00726d37f7ed X-VCS-Branch: master Date: Sun, 12 Jun 2016 23:47:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 003eb644-517d-4107-bc92-e8fcf217e2e0 X-Archives-Hash: 64b4ec7d45cc5f122d77c93f3bd4af12 commit: 914b1707958ce227568068b5db2b00726d37f7ed Author: Anthony G. Basile gentoo org> AuthorDate: Sun Jun 12 23:49:34 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Jun 12 23:49:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914b1707 dev-libs/libcgroup: remove older unstable versions Package-Manager: portage-2.2.28 dev-libs/libcgroup/files/cgred.confd-r1 | 5 -- dev-libs/libcgroup/libcgroup-0.41-r2.ebuild | 106 ---------------------------- dev-libs/libcgroup/libcgroup-0.41-r3.ebuild | 92 ------------------------ 3 files changed, 203 deletions(-) diff --git a/dev-libs/libcgroup/files/cgred.confd-r1 b/dev-libs/libcgroup/files/cgred.confd-r1 deleted file mode 100644 index e351434..0000000 --- a/dev-libs/libcgroup/files/cgred.confd-r1 +++ /dev/null @@ -1,5 +0,0 @@ -# /etc/conf.d/cgred.conf: config file for /etc/init.d/cgred - -# Options to pass to cgrulesengd; -# See the cgrulesengd(8) man page for more info. -CGRED_OPTS="" diff --git a/dev-libs/libcgroup/libcgroup-0.41-r2.ebuild b/dev-libs/libcgroup/libcgroup-0.41-r2.ebuild deleted file mode 100644 index ab19abc..0000000 --- a/dev-libs/libcgroup/libcgroup-0.41-r2.ebuild +++ /dev/null @@ -1,106 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit autotools eutils flag-o-matic linux-info pam - -DESCRIPTION="Tools and libraries to configure and manage kernel control groups" -HOMEPAGE="http://libcg.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/libcg/${PN}/v${PV}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="+daemon elibc_musl pam static-libs +tools" - -RDEPEND="pam? ( virtual/pam )" - -DEPEND=" - ${RDEPEND} - sys-devel/bison - sys-devel/flex - elibc_musl? ( sys-libs/fts-standalone ) - " -REQUIRED_USE="daemon? ( tools )" - -DOCS=(README_daemon README README_systemd INSTALL) -pkg_setup() { - local CONFIG_CHECK="~CGROUPS" - if use daemon; then - CONFIG_CHECK="${CONFIG_CHECK} ~CONNECTOR ~PROC_EVENTS" - fi - linux-info_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-replace_DECLS.patch - epatch "${FILESDIR}"/${P}-replace_INLCUDES.patch - epatch "${FILESDIR}"/${P}-reorder-headers.patch - - # Change rules file location - sed -e 's:/etc/cgrules.conf:/etc/cgroup/cgrules.conf:' \ - -i src/libcgroup-internal.h || die "sed failed" - sed -e 's:\(pam_cgroup_la_LDFLAGS.*\):\1\ -avoid-version:' \ - -i src/pam/Makefile.am || die "sed failed" - sed -e 's#/var/run#/run#g' -i configure.in || die "sed failed" - - eautoreconf -} - -src_configure() { - local my_conf - - if use pam; then - my_conf=" --enable-pam-module-dir=$(getpam_mod_dir) " - fi - - use elibc_musl && append-ldflags "-lfts" - econf \ - $(use_enable static-libs static) \ - $(use_enable daemon) \ - $(use_enable pam) \ - $(use_enable tools) \ - ${my_conf} -} - -src_test() { - # Use mount cgroup to build directory - # sandbox restricted to trivial build, - # possible kill Diego tanderbox ;) - true -} - -src_install() { - default - prune_libtool_files --all - - insinto /etc/cgroup - doins samples/*.conf || die - - if use tools; then - newconfd "${FILESDIR}"/cgconfig.confd cgconfig || die - newinitd "${FILESDIR}"/cgconfig.initd cgconfig || die - fi - - if use daemon; then - newconfd "${FILESDIR}"/cgred.confd cgred || die - newinitd "${FILESDIR}"/cgred.initd cgred || die - fi -} - -pkg_postinst() { - elog "Read the kernel docs on cgroups, related schedulers, and the" - elog "block I/O controllers. The Redhat Resource Management Guide" - elog "is also helpful. DO NOT enable the cgroup namespace subsytem" - elog "if you want a custom config, rule processing, etc. This option" - elog "should only be enabled for a VM environment. The UID wildcard" - elog "rules seem to work only without a custom config (since wildcards" - elog "don't work in config blocks). Specific user-id configs *do*" - elog "work, but be careful about how the mem limits add up if using" - elog "the memory.limit_* directives. There should be a basic task" - elog "partitioning into the default group when running cgred with no" - elog "specific config blocks or rules (other than the mount directive)." - elog "See the docs for the pam module config, and as always, RTFM..." -} diff --git a/dev-libs/libcgroup/libcgroup-0.41-r3.ebuild b/dev-libs/libcgroup/libcgroup-0.41-r3.ebuild deleted file mode 100644 index 23304ad..0000000 --- a/dev-libs/libcgroup/libcgroup-0.41-r3.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit autotools eutils flag-o-matic linux-info pam - -DESCRIPTION="Tools and libraries to configure and manage kernel control groups" -HOMEPAGE="http://libcg.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/libcg/${PN}/v${PV}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="+daemon elibc_musl debug pam static-libs +tools" - -RDEPEND="pam? ( virtual/pam )" - -DEPEND=" - ${RDEPEND} - sys-devel/bison - sys-devel/flex - elibc_musl? ( sys-libs/fts-standalone ) - " -REQUIRED_USE="daemon? ( tools )" - -DOCS=(README_daemon README README_systemd INSTALL) -pkg_setup() { - local CONFIG_CHECK="~CGROUPS" - if use daemon; then - CONFIG_CHECK="${CONFIG_CHECK} ~CONNECTOR ~PROC_EVENTS" - fi - linux-info_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-replace_DECLS.patch - epatch "${FILESDIR}"/${P}-replace_INLCUDES.patch - epatch "${FILESDIR}"/${P}-reorder-headers.patch - - # Change rules file location - sed -e 's:/etc/cgrules.conf:/etc/cgroup/cgrules.conf:' \ - -i src/libcgroup-internal.h || die "sed failed" - sed -e 's:\(pam_cgroup_la_LDFLAGS.*\):\1\ -avoid-version:' \ - -i src/pam/Makefile.am || die "sed failed" - sed -e 's#/var/run#/run#g' -i configure.in || die "sed failed" - - eautoreconf -} - -src_configure() { - local my_conf - - if use pam; then - my_conf=" --enable-pam-module-dir=$(getpam_mod_dir) " - fi - - use elibc_musl && append-ldflags "-lfts" - econf \ - $(use_enable static-libs static) \ - $(use_enable daemon) \ - $(use_enable debug) \ - $(use_enable pam) \ - $(use_enable tools) \ - ${my_conf} -} - -src_test() { - # Use mount cgroup to build directory - # sandbox restricted to trivial build, - # possible kill Diego tanderbox ;) - true -} - -src_install() { - default - prune_libtool_files --all - - insinto /etc/cgroup - doins samples/*.conf || die - - if use tools; then - newconfd "${FILESDIR}"/cgconfig.confd-r1 cgconfig || die - newinitd "${FILESDIR}"/cgconfig.initd-r1 cgconfig || die - fi - - if use daemon; then - newconfd "${FILESDIR}"/cgred.confd-r1 cgred || die - newinitd "${FILESDIR}"/cgred.initd-r1 cgred || die - fi -}