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 68B3713835A for ; Fri, 11 Dec 2020 07:58:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D20EE095D; Fri, 11 Dec 2020 07:58:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 85F9EE095D for ; Fri, 11 Dec 2020 07:58:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 92D38340FBE for ; Fri, 11 Dec 2020 07:58:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DB2339F for ; Fri, 11 Dec 2020 07:58:25 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1607673489.dc8edaa92db78c8d861d15f2ee252ed1eb88141f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/seatd/seatd-0.4.0-r1.ebuild sys-auth/seatd/seatd-0.4.0.ebuild sys-auth/seatd/seatd-9999.ebuild X-VCS-Directories: sys-auth/seatd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: dc8edaa92db78c8d861d15f2ee252ed1eb88141f X-VCS-Branch: master Date: Fri, 11 Dec 2020 07:58:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3c87d02b-f1c8-4ca2-83d2-e08cd4f1d464 X-Archives-Hash: 3d75b7813c4e95fe1f728b076934ff6c commit: dc8edaa92db78c8d861d15f2ee252ed1eb88141f Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Mon Dec 7 17:37:27 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Dec 11 07:58:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc8edaa9 sys-auth/seatd: Install systemd service file Closes: https://bugs.gentoo.org/754657 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/18555 Signed-off-by: Joonas Niilola gentoo.org> sys-auth/seatd/{seatd-0.4.0.ebuild => seatd-0.4.0-r1.ebuild} | 4 ++-- sys-auth/seatd/seatd-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sys-auth/seatd/seatd-0.4.0.ebuild b/sys-auth/seatd/seatd-0.4.0-r1.ebuild similarity index 93% rename from sys-auth/seatd/seatd-0.4.0.ebuild rename to sys-auth/seatd/seatd-0.4.0-r1.ebuild index 06bf3fce1be..ab311a6c598 100644 --- a/sys-auth/seatd/seatd-0.4.0.ebuild +++ b/sys-auth/seatd/seatd-0.4.0-r1.ebuild @@ -3,13 +3,12 @@ EAPI=7 -inherit meson +inherit meson systemd DESCRIPTION="Minimal seat management daemon and universal library" HOMEPAGE="https://sr.ht/~kennylevinsen/seatd" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd" else KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" @@ -45,4 +44,5 @@ src_configure() { src_install() { meson_src_install newinitd "${FILESDIR}/seatd.initd" seatd + systemd_dounit contrib/systemd/seatd.service } diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-9999.ebuild index 3d89eb8e867..ab311a6c598 100644 --- a/sys-auth/seatd/seatd-9999.ebuild +++ b/sys-auth/seatd/seatd-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson +inherit meson systemd DESCRIPTION="Minimal seat management daemon and universal library" HOMEPAGE="https://sr.ht/~kennylevinsen/seatd" @@ -44,4 +44,5 @@ src_configure() { src_install() { meson_src_install newinitd "${FILESDIR}/seatd.initd" seatd + systemd_dounit contrib/systemd/seatd.service }