summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <ford_prefect@gentoo.org>2010-12-10 05:21:16 +0000
committerArun Raghavan <ford_prefect@gentoo.org>2010-12-10 05:21:16 +0000
commitbb81306581704459163bc30a4f1b46acffdff9d1 (patch)
tree02139ae7e66b3769fcd08b6362b76f2f9114d6bc /sys-auth
parent2010.12.09 version bump. (diff)
downloadgentoo-2-bb81306581704459163bc30a4f1b46acffdff9d1.tar.gz
gentoo-2-bb81306581704459163bc30a4f1b46acffdff9d1.tar.bz2
gentoo-2-bb81306581704459163bc30a4f1b46acffdff9d1.zip
Fix dbus interface file generation. Remove buggy ebuild.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/rtkit/ChangeLog8
-rw-r--r--sys-auth/rtkit/rtkit-0.9-r1.ebuild (renamed from sys-auth/rtkit/rtkit-0.9.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-auth/rtkit/ChangeLog b/sys-auth/rtkit/ChangeLog
index 44c5270ec140..9842fa86c38a 100644
--- a/sys-auth/rtkit/ChangeLog
+++ b/sys-auth/rtkit/ChangeLog
@@ -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.8 2010/11/30 22:00:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.9 2010/12/10 05:21:16 ford_prefect Exp $
+
+*rtkit-0.9-r1 (10 Dec 2010)
+
+ 10 Dec 2010; Arun Raghavan <ford_prefect@gentoo.org> -rtkit-0.9.ebuild,
+ +rtkit-0.9-r1.ebuild:
+ Fix dbus interface file generation. Remove buggy ebuild.
30 Nov 2010; Markus Meier <maekke@gentoo.org> rtkit-0.9.ebuild:
add ~arm, bug #308971
diff --git a/sys-auth/rtkit/rtkit-0.9.ebuild b/sys-auth/rtkit/rtkit-0.9-r1.ebuild
index fb7247e4fce5..166f9d424b6f 100644
--- a/sys-auth/rtkit/rtkit-0.9.ebuild
+++ b/sys-auth/rtkit/rtkit-0.9-r1.ebuild
@@ -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.2 2010/11/30 22:00:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.9-r1.ebuild,v 1.1 2010/12/10 05:21:16 ford_prefect Exp $
EAPI="2"
@@ -28,7 +28,7 @@ pkg_setup() {
src_install() {
emake DESTDIR="${D}" install || die "make install"
- ./rtkit-daemon --introspection > org.freedesktop.RealtimeKit1.xml
+ ./rtkit-daemon --introspect > org.freedesktop.RealtimeKit1.xml
insinto /usr/share/dbus-1/interfaces
doins org.freedesktop.RealtimeKit1.xml
}