summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-12-23 16:12:58 +0000
committerPacho Ramos <pacho@gentoo.org>2013-12-23 16:12:58 +0000
commitbc3844b2f7deff7a3438625cbad572a7f1ab3977 (patch)
treed7166c605a50b6928b7fe74822cb8ebec188752b /sys-auth/rtkit
parentCleanup due bug #221237 (diff)
downloadgentoo-2-bc3844b2f7deff7a3438625cbad572a7f1ab3977.tar.gz
gentoo-2-bc3844b2f7deff7a3438625cbad572a7f1ab3977.tar.bz2
gentoo-2-bc3844b2f7deff7a3438625cbad572a7f1ab3977.zip
Cleanup due bug #221237
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-auth/rtkit')
-rw-r--r--sys-auth/rtkit/ChangeLog9
-rw-r--r--sys-auth/rtkit/metadata.xml3
-rw-r--r--sys-auth/rtkit/rtkit-0.6.ebuild42
-rw-r--r--sys-auth/rtkit/rtkit-0.7.ebuild42
-rw-r--r--sys-auth/rtkit/rtkit-0.9-r1.ebuild42
5 files changed, 7 insertions, 131 deletions
diff --git a/sys-auth/rtkit/ChangeLog b/sys-auth/rtkit/ChangeLog
index d8d20c4b46b0..7874756831d2 100644
--- a/sys-auth/rtkit/ChangeLog
+++ b/sys-auth/rtkit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/rtkit
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.27 2012/10/16 16:00:01 jer Exp $
+# 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 $
+
+ 23 Dec 2013; Pacho Ramos <pacho@gentoo.org> -rtkit-0.6.ebuild,
+ -rtkit-0.7.ebuild, -rtkit-0.9-r1.ebuild, metadata.xml:
+ Cleanup due bug #221237
16 Oct 2012; Jeroen Roovers <jer@gentoo.org> rtkit-0.6.ebuild,
rtkit-0.7.ebuild, rtkit-0.9-r1.ebuild, rtkit-0.10.ebuild:
@@ -104,4 +108,3 @@
08 Feb 2010; Arun Raghavan <ford_prefect@gentoo.org> +rtkit-0.6.ebuild,
+metadata.xml:
Initial commit. PulseAudio should start using this soon.
-
diff --git a/sys-auth/rtkit/metadata.xml b/sys-auth/rtkit/metadata.xml
index af444c3fcce2..ec4b7a19ff7d 100644
--- a/sys-auth/rtkit/metadata.xml
+++ b/sys-auth/rtkit/metadata.xml
@@ -2,8 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>ford_prefect@gentoo.org</email>
- <name>Arun Raghavan</name>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription lang="en">
RealtimeKit is a DBus service that provides applications with an interface
diff --git a/sys-auth/rtkit/rtkit-0.6.ebuild b/sys-auth/rtkit/rtkit-0.6.ebuild
deleted file mode 100644
index 445b8c27ece0..000000000000
--- a/sys-auth/rtkit/rtkit-0.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.6.ebuild,v 1.7 2012/10/16 16:00:01 jer Exp $
-
-EAPI="2"
-
-inherit eutils 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 ~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"
-}
diff --git a/sys-auth/rtkit/rtkit-0.7.ebuild b/sys-auth/rtkit/rtkit-0.7.ebuild
deleted file mode 100644
index c038d6f953a1..000000000000
--- a/sys-auth/rtkit/rtkit-0.7.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.7.ebuild,v 1.5 2012/10/16 16:00:01 jer Exp $
-
-EAPI="2"
-
-inherit eutils 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="~amd64 ~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"
-}
diff --git a/sys-auth/rtkit/rtkit-0.9-r1.ebuild b/sys-auth/rtkit/rtkit-0.9-r1.ebuild
deleted file mode 100644
index 68c48b2d295a..000000000000
--- a/sys-auth/rtkit/rtkit-0.9-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.9-r1.ebuild,v 1.11 2012/10/16 16:00:01 jer Exp $
-
-EAPI="2"
-
-inherit eutils 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 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_install() {
- emake DESTDIR="${D}" install || die "make 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"
-}