From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B076138330 for ; Fri, 25 May 2018 11:31:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16060E0856; Fri, 25 May 2018 11:31:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDA7CE0856 for ; Fri, 25 May 2018 11:31:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FC46335C8C for ; Fri, 25 May 2018 11:31:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A399C2A3 for ; Fri, 25 May 2018 11:31:01 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1527247836.dae544fe91104e408269df2d8e7bb8a799aae658.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/rtkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/rtkit/rtkit-0.11-r1.ebuild X-VCS-Directories: sys-auth/rtkit/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: dae544fe91104e408269df2d8e7bb8a799aae658 X-VCS-Branch: master Date: Fri, 25 May 2018 11:31:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4c092107-6a32-49a9-8a04-89e966c03b1a X-Archives-Hash: 0f0da3b79efca9564e7aa41a5ea7abf0 commit: dae544fe91104e408269df2d8e7bb8a799aae658 Author: Marek Szuba gentoo org> AuthorDate: Fri May 25 11:30:36 2018 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri May 25 11:30:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae544fe sys-auth/rtkit: remove old Package-Manager: Portage-2.3.39, Repoman-2.3.9 sys-auth/rtkit/rtkit-0.11-r1.ebuild | 46 ------------------------------------- 1 file changed, 46 deletions(-) diff --git a/sys-auth/rtkit/rtkit-0.11-r1.ebuild b/sys-auth/rtkit/rtkit-0.11-r1.ebuild deleted file mode 100644 index 4b8743fc02f..00000000000 --- a/sys-auth/rtkit/rtkit-0.11-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 hppa ia64 ppc ppc64 ~sh sparc x86" -IUSE="" - -RDEPEND=" - sys-apps/dbus - sys-auth/polkit - sys-libs/libcap -" -DEPEND="${RDEPEND}" - -pkg_setup() { - enewgroup rtkit - enewuser rtkit -1 -1 -1 "rtkit" -} - -src_prepare() { - # Fedora patches - epatch "${FILESDIR}"/${P}-polkit.patch - epatch "${FILESDIR}"/${P}-gettime.patch - epatch "${FILESDIR}"/${P}-controlgroup.patch - eautoreconf -} - -src_configure() { - econf $(systemd_with_unitdir) -} - -src_install() { - default - - ./rtkit-daemon --introspect > org.freedesktop.RealtimeKit1.xml - insinto /usr/share/dbus-1/interfaces - doins org.freedesktop.RealtimeKit1.xml -}