pacho       14/12/19 10:48:19

  Modified:             ChangeLog
  Added:                rtkit-0.11-r1.ebuild
  Removed:              rtkit-0.11.ebuild
  Log:
  Fix compat with current systemd versions (#479926 by Ulenrich and Bernd 
Feige), drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.31                 sys-auth/rtkit/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/rtkit/ChangeLog?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/rtkit/ChangeLog?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/rtkit/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   14 Aug 2014 19:35:09 -0000      1.30
+++ ChangeLog   19 Dec 2014 10:48:19 -0000      1.31
@@ -1,6 +1,14 @@
 # ChangeLog for sys-auth/rtkit
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.30 2014/08/14 
19:35:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.31 2014/12/19 
10:48:19 pacho Exp $
+
+*rtkit-0.11-r1 (19 Dec 2014)
+
+  19 Dec 2014; Pacho Ramos <[email protected]>
+  +files/rtkit-0.11-controlgroup.patch, +rtkit-0.11-r1.ebuild,
+  -rtkit-0.11.ebuild:
+  Fix compat with current systemd versions (#479926 by Ulenrich and Bernd
+  Feige), drop old
 
   14 Aug 2014; Jeroen Roovers <[email protected]> rtkit-0.10.ebuild,
   rtkit-0.11.ebuild:



1.1                  sys-auth/rtkit/rtkit-0.11-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/rtkit/rtkit-0.11-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/rtkit/rtkit-0.11-r1.ebuild?rev=1.1&content-type=text/plain

Index: rtkit-0.11-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.11-r1.ebuild,v 1.1 
2014/12/19 10:48:19 pacho Exp $

EAPI=5
inherit eutils systemd user autotools

DESCRIPTION="Realtime Policy and Watchdog Daemon"
HOMEPAGE="http://0pointer.de/blog/projects/rtkit";
SRC_URI="http://0pointer.de/public/${P}.tar.xz";

LICENSE="GPL-3 BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE=""

RDEPEND="
        sys-apps/dbus
        sys-auth/polkit
        sys-libs/libcap
"
DEPEND="${DEPEND}
        app-arch/xz-utils
"

pkg_setup() {
        enewgroup rtkit
        enewuser rtkit -1 -1 -1 "rtkit"
}

src_prepare() {
        # Fedora patches
        epatch "${FILESDIR}"/${P}-polkit.patch
        epatch "${FILESDIR}"/${P}-gettime.patch
        epatch "${FILESDIR}"/${P}-controlgroup.patch
        eautoreconf
}

src_configure() {
        econf $(systemd_with_unitdir)
}

src_install() {
        default

        ./rtkit-daemon --introspect > org.freedesktop.RealtimeKit1.xml
        insinto /usr/share/dbus-1/interfaces
        doins org.freedesktop.RealtimeKit1.xml
}




Reply via email to