hwoarang    15/02/14 19:37:55

  Modified:             ChangeLog
  Added:                cgmanager-0.36.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
C2BA7F3C!)

Revision  Changes    Path
1.4                  app-admin/cgmanager/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/cgmanager/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   9 Feb 2015 22:14:31 -0000       1.3
+++ ChangeLog   14 Feb 2015 19:37:55 -0000      1.4
@@ -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.3 
2015/02/09 22:14:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/cgmanager/ChangeLog,v 1.4 
2015/02/14 19:37:55 hwoarang Exp $
+
+*cgmanager-0.36 (14 Feb 2015)
+
+  14 Feb 2015; Markos Chandras <[email protected]> +cgmanager-0.36.ebuild:
+  Version bump
 
   09 Feb 2015; Michał Górny <[email protected]> cgmanager-0.35.ebuild:
   Update homepage, patch by Daniel Johnson, https://github.com/gentoo/gentoo-



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

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

Index: cgmanager-0.36.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.36.ebuild,v 
1.1 2015/02/14 19:37:55 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 ~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