hwoarang    15/06/13 14:20:22

  Modified:             ChangeLog
  Added:                cgmanager-0.37.ebuild
  Log:
  Version bump. Bug #551378
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.7                  app-admin/cgmanager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cgmanager/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cgmanager/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cgmanager/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/cgmanager/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   28 Feb 2015 19:57:33 -0000      1.6
+++ ChangeLog   13 Jun 2015 14:20:22 -0000      1.7
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/cgmanager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/cgmanager/ChangeLog,v 1.6 
2015/02/28 19:57:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/cgmanager/ChangeLog,v 1.7 
2015/06/13 14:20:22 hwoarang Exp $
+
+*cgmanager-0.37 (13 Jun 2015)
+
+  13 Jun 2015; Markos Chandras <hwoar...@gentoo.org> +cgmanager-0.37.ebuild:
+  Version bump. Bug #551378
 
   28 Feb 2015; Markus Meier <mae...@gentoo.org> cgmanager-0.36-r1.ebuild:
   add ~arm, bug #539208



1.1                  app-admin/cgmanager/cgmanager-0.37.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cgmanager/cgmanager-0.37.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cgmanager/cgmanager-0.37.ebuild?rev=1.1&content-type=text/plain

Index: cgmanager-0.37.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/cgmanager/cgmanager-0.37.ebuild,v 
1.1 2015/06/13 14:20:22 hwoarang Exp $

EAPI="5"

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="~amd64 ~arm ~x86"

RDEPEND="
        sys-libs/libnih[dbus]
        sys-apps/dbus"
DEPEND="${RDEPEND}"

src_prepare() {
        # 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
}

src_configure() {
        econf \
                --with-distro=gentoo \
                --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"
        # FIXME: openRC init scripts are not well tested
        newinitd "${FILESDIR}"/${PN}.initd ${PN}
        newinitd "${FILESDIR}"/cgproxy.initd cgproxy
}




Reply via email to