mrueg       14/04/14 01:46:13

  Modified:             ChangeLog
  Added:                rtkit-0.11.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.29                 sys-auth/rtkit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   23 Dec 2013 16:12:58 -0000      1.28
+++ ChangeLog   14 Apr 2014 01:46:13 -0000      1.29
@@ -1,6 +1,12 @@
 # ChangeLog for sys-auth/rtkit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.28 2013/12/23 
16:12:58 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.29 2014/04/14 
01:46:13 mrueg Exp $
+
+*rtkit-0.11 (14 Apr 2014)
+
+  14 Apr 2014; Manuel RĂ¼ger <[email protected]> +files/rtkit-0.11-gettime.patch,
+  +files/rtkit-0.11-polkit.patch, +rtkit-0.11.ebuild:
+  Version bump.
 
   23 Dec 2013; Pacho Ramos <[email protected]> -rtkit-0.6.ebuild,
   -rtkit-0.7.ebuild, -rtkit-0.9-r1.ebuild, metadata.xml:



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

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

Index: rtkit-0.11.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.ebuild,v 1.1 
2014/04/14 01:46:13 mrueg 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 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE=""

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

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

src_prepare() {
        epatch "${FILESDIR}"/${P}-polkit.patch \
                "${FILESDIR}"/${P}-gettime.patch
        eautoreconf
}
src_configure() {
        econf $(systemd_with_unitdir)
}

src_install() {
        emake DESTDIR="${D}" install

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

pkg_postinst () {
        einfo "To start using RealtimeKit, you need to ensure that the 'dbus'"
        einfo "service is running. If it is already running, you need to reload 
it"
        einfo "with the following command:"
        einfo ""
        einfo "    /etc/init.d/dbus reload"
}




Reply via email to