commit:     e0e09c698ce483ee91e93ad8a04e8fa0fdf06de1
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 20:05:30 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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() {

Reply via email to