summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-02-28 13:59:48 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-02-28 13:59:48 +0000
commit1cebd0a454a21c294e67b4578927e0877fd31a35 (patch)
tree0137957775b4bd8ee2feae21cd4fa36847b6452e /sys-auth
parentStable for ia64, wrt bug #526052 (diff)
downloadgentoo-2-1cebd0a454a21c294e67b4578927e0877fd31a35.tar.gz
gentoo-2-1cebd0a454a21c294e67b4578927e0877fd31a35.tar.bz2
gentoo-2-1cebd0a454a21c294e67b4578927e0877fd31a35.zip
Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/rtkit/ChangeLog5
-rw-r--r--sys-auth/rtkit/rtkit-0.10.ebuild46
2 files changed, 4 insertions, 47 deletions
diff --git a/sys-auth/rtkit/ChangeLog b/sys-auth/rtkit/ChangeLog
index aafa54076ddd..fb60b49b30a7 100644
--- a/sys-auth/rtkit/ChangeLog
+++ b/sys-auth/rtkit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/rtkit
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.40 2015/02/28 13:29:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.41 2015/02/28 13:59:48 mrueg Exp $
+
+ 28 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -rtkit-0.10.ebuild:
+ Remove old.
28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> rtkit-0.11-r1.ebuild:
Stable for ia64, wrt bug #533012
diff --git a/sys-auth/rtkit/rtkit-0.10.ebuild b/sys-auth/rtkit/rtkit-0.10.ebuild
deleted file mode 100644
index 2f2090dfcd61..000000000000
--- a/sys-auth/rtkit/rtkit-0.10.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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.10.ebuild,v 1.11 2014/08/14 19:35:09 jer Exp $
-
-EAPI="4"
-
-inherit eutils systemd user
-
-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="alpha amd64 arm hppa 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_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"
-}