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 377BF1382C5 for ; Sun, 21 Jun 2020 20:08:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7088E0837; Sun, 21 Jun 2020 20:08:12 +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 99406E0837 for ; Sun, 21 Jun 2020 20:08:12 +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 8C6C734FF53 for ; Sun, 21 Jun 2020 20:08:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E49602AF for ; Sun, 21 Jun 2020 20:08:07 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1592770071.e0e09c698ce483ee91e93ad8a04e8fa0fdf06de1.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/endlessh/files/, net-misc/endlessh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/endlessh/endlessh-1.1-r1.ebuild net-misc/endlessh/endlessh-9999.ebuild net-misc/endlessh/files/endlessh.confd net-misc/endlessh/files/endlessh.confd-r2 net-misc/endlessh/files/endlessh.initd net-misc/endlessh/files/endlessh.initd-r2 X-VCS-Directories: net-misc/endlessh/files/ net-misc/endlessh/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: e0e09c698ce483ee91e93ad8a04e8fa0fdf06de1 X-VCS-Branch: master Date: Sun, 21 Jun 2020 20:08:07 +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: 4336358d-7260-4a98-ab68-80b0bf354a70 X-Archives-Hash: c245019466d320e2b6e1136e11eb4db3 commit: e0e09c698ce483ee91e93ad8a04e8fa0fdf06de1 Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jun 21 20:05:30 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jun 21 20:07:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e09c69 net-misc/endlessh: remove revision from file names Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> net-misc/endlessh/endlessh-1.1-r1.ebuild | 4 ++-- net-misc/endlessh/endlessh-9999.ebuild | 4 ++-- net-misc/endlessh/files/{endlessh.confd-r2 => endlessh.confd} | 0 net-misc/endlessh/files/{endlessh.initd-r2 => endlessh.initd} | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-misc/endlessh/endlessh-1.1-r1.ebuild b/net-misc/endlessh/endlessh-1.1-r1.ebuild index 73bfcfb1b20..eb2ab463fcb 100644 --- a/net-misc/endlessh/endlessh-1.1-r1.ebuild +++ b/net-misc/endlessh/endlessh-1.1-r1.ebuild @@ -50,8 +50,8 @@ src_install() { einstalldocs - newinitd "${FILESDIR}"/endlessh.initd-r2 endlessh - newconfd "${FILESDIR}"/endlessh.confd-r2 endlessh + newinitd "${FILESDIR}"/endlessh.initd endlessh + newconfd "${FILESDIR}"/endlessh.confd endlessh systemd_dounit util/endlessh.service diff --git a/net-misc/endlessh/endlessh-9999.ebuild b/net-misc/endlessh/endlessh-9999.ebuild index 89e86696bb7..4fe369495d5 100644 --- a/net-misc/endlessh/endlessh-9999.ebuild +++ b/net-misc/endlessh/endlessh-9999.ebuild @@ -46,8 +46,8 @@ src_install() { einstalldocs - newinitd "${FILESDIR}"/endlessh.initd-r2 endlessh - newconfd "${FILESDIR}"/endlessh.confd-r2 endlessh + newinitd "${FILESDIR}"/endlessh.initd endlessh + newconfd "${FILESDIR}"/endlessh.confd endlessh systemd_dounit util/endlessh.service diff --git a/net-misc/endlessh/files/endlessh.confd-r2 b/net-misc/endlessh/files/endlessh.confd similarity index 100% rename from net-misc/endlessh/files/endlessh.confd-r2 rename to net-misc/endlessh/files/endlessh.confd diff --git a/net-misc/endlessh/files/endlessh.initd-r2 b/net-misc/endlessh/files/endlessh.initd similarity index 95% rename from net-misc/endlessh/files/endlessh.initd-r2 rename to net-misc/endlessh/files/endlessh.initd index 0b995f683d9..1639c57348c 100644 --- a/net-misc/endlessh/files/endlessh.initd-r2 +++ b/net-misc/endlessh/files/endlessh.initd @@ -1,5 +1,5 @@ #!/sbin/openrc-run -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 depend() {