public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-auth/rtkit: rtkit-0.9.ebuild ChangeLog
@ 2010-11-27  7:29 Arun Raghavan (ford_prefect)
  0 siblings, 0 replies; 2+ messages in thread
From: Arun Raghavan (ford_prefect) @ 2010-11-27  7:29 UTC (permalink / raw
  To: gentoo-commits

ford_prefect    10/11/27 07:29:23

  Modified:             ChangeLog
  Added:                rtkit-0.9.ebuild
  Log:
  Bump to 0.9. Minor bug fixes since 0.7 and a bunch of systemd related changes that don't affect us yet.
  
  (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sys-auth/rtkit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	11 Aug 2010 17:55:16 -0000	1.6
+++ ChangeLog	27 Nov 2010 07:29:23 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for sys-auth/rtkit
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.6 2010/08/11 17:55:16 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.7 2010/11/27 07:29:23 ford_prefect Exp $
+
+*rtkit-0.9 (27 Nov 2010)
+
+  27 Nov 2010; Arun Raghavan <ford_prefect@gentoo.org> +rtkit-0.9.ebuild:
+  Bump to 0.9. Minor bug fixes since 0.7 and a bunch of systemd related
+  changes that don't affect us yet.
 
   11 Aug 2010; Joseph Jezak <josejx@gentoo.org> rtkit-0.6.ebuild,
   rtkit-0.7.ebuild:



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

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

Index: rtkit-0.9.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.9.ebuild,v 1.1 2010/11/27 07:29:23 ford_prefect Exp $

EAPI="2"

inherit eutils

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

LICENSE="GPL-3 BSD"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~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_install() {
	emake DESTDIR="${D}" install || die "make install"

	./rtkit-daemon --introspection > 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"
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-auth/rtkit: rtkit-0.9.ebuild ChangeLog
@ 2010-11-30 22:00 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2010-11-30 22:00 UTC (permalink / raw
  To: gentoo-commits

maekke      10/11/30 22:00:30

  Modified:             rtkit-0.9.ebuild ChangeLog
  Log:
  add ~arm, bug #308971
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-auth/rtkit/rtkit-0.9.ebuild

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

Index: rtkit-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rtkit-0.9.ebuild	27 Nov 2010 07:29:23 -0000	1.1
+++ rtkit-0.9.ebuild	30 Nov 2010 22:00:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.9.ebuild,v 1.1 2010/11/27 07:29:23 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.9.ebuild,v 1.2 2010/11/30 22:00:30 maekke Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-3 BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 DEPEND="sys-apps/dbus



1.8                  sys-auth/rtkit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	27 Nov 2010 07:29:23 -0000	1.7
+++ ChangeLog	30 Nov 2010 22:00:30 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sys-auth/rtkit
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.7 2010/11/27 07:29:23 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.8 2010/11/30 22:00:30 maekke Exp $
+
+  30 Nov 2010; Markus Meier <maekke@gentoo.org> rtkit-0.9.ebuild:
+  add ~arm, bug #308971
 
 *rtkit-0.9 (27 Nov 2010)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-30 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-30 22:00 [gentoo-commits] gentoo-x86 commit in sys-auth/rtkit: rtkit-0.9.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-27  7:29 Arun Raghavan (ford_prefect)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox