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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CC9D15808B for ; Sun, 13 Feb 2022 21:08:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01767E0928; Sun, 13 Feb 2022 21:08:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA806E0920 for ; Sun, 13 Feb 2022 21:08:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CE6834339C for ; Sun, 13 Feb 2022 21:08:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6CD62FA for ; Sun, 13 Feb 2022 21:08:29 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1644786457.7b8d802623b9d4960499caedbb7c28b186b26ce4.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/runit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/runit/runit-2.1.2-r1.ebuild X-VCS-Directories: sys-process/runit/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7b8d802623b9d4960499caedbb7c28b186b26ce4 X-VCS-Branch: master Date: Sun, 13 Feb 2022 21:08:29 +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: 01201c8d-237f-4353-9aa1-cb9cd013a57a X-Archives-Hash: a8cf46dbefacc58f3a71fac7db305d22 commit: 7b8d802623b9d4960499caedbb7c28b186b26ce4 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Feb 13 00:22:54 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Feb 13 21:07:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8d8026 sys-process/runit: fix DeprecatedInsinto Signed-off-by: Conrad Kostecki gentoo.org> sys-process/runit/runit-2.1.2-r1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-process/runit/runit-2.1.2-r1.ebuild b/sys-process/runit/runit-2.1.2-r1.ebuild index a920443a3f97..607ed990d6e5 100644 --- a/sys-process/runit/runit-2.1.2-r1.ebuild +++ b/sys-process/runit/runit-2.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -67,12 +67,10 @@ dodir /etc/runit done # make sv command work - cat <<-EOF > "${T}"/env.d + newenvd - 20runit <<- EOF #/etc/env.d/20runit SVDIR="/etc/service/" EOF - insinto /etc/env.d - newins "${T}"/env.d 20runit } pkg_preinst() {