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 BF7D7138335 for ; Wed, 28 Aug 2019 09:12:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABCC2E086D; Wed, 28 Aug 2019 09:11:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 68F6EE086C for ; Wed, 28 Aug 2019 09:11:54 +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 A0D7734A4CD for ; Wed, 28 Aug 2019 09:11:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B9E4783 for ; Wed, 28 Aug 2019 09:11:49 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1566983487.fe6a4d0ac61717b8cb08097998230c55fb15e8d9.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/heimdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/heimdal/heimdal-7.6.0.ebuild app-crypt/heimdal/heimdal-7.7.0-r1.ebuild X-VCS-Directories: app-crypt/heimdal/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: fe6a4d0ac61717b8cb08097998230c55fb15e8d9 X-VCS-Branch: master Date: Wed, 28 Aug 2019 09:11:49 +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: f5def95d-7176-4a7a-a2a0-8261fd3ed606 X-Archives-Hash: ce71746216c6cf2c6840eeb8bb486333 commit: fe6a4d0ac61717b8cb08097998230c55fb15e8d9 Author: David Seifert gentoo org> AuthorDate: Wed Aug 28 09:11:27 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Aug 28 09:11:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6a4d0a app-crypt/heimdal: [QA] Remove unnecessary slash strip Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> app-crypt/heimdal/heimdal-7.6.0.ebuild | 4 ++-- app-crypt/heimdal/heimdal-7.7.0-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/heimdal/heimdal-7.6.0.ebuild b/app-crypt/heimdal/heimdal-7.6.0.ebuild index f7a31275a72..e3a1a5ad1bc 100644 --- a/app-crypt/heimdal/heimdal-7.6.0.ebuild +++ b/app-crypt/heimdal/heimdal-7.6.0.ebuild @@ -155,8 +155,8 @@ multilib_src_install_all() { dodoc ChangeLog* README NEWS TODO # client rename - mv "${ED%/}"/usr/share/man/man1/{,k}su.1 - mv "${ED%/}"/usr/bin/{,k}su + mv "${ED}"/usr/share/man/man1/{,k}su.1 + mv "${ED}"/usr/bin/{,k}su newinitd "${FILESDIR}"/heimdal-kdc.initd-r2 heimdal-kdc newinitd "${FILESDIR}"/heimdal-kadmind.initd-r2 heimdal-kadmind diff --git a/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild b/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild index 6fe1ad2703e..96697f3aa74 100644 --- a/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild +++ b/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild @@ -155,8 +155,8 @@ multilib_src_install_all() { dodoc ChangeLog* README NEWS TODO # client rename - mv "${ED%/}"/usr/share/man/man1/{,k}su.1 - mv "${ED%/}"/usr/bin/{,k}su + mv "${ED}"/usr/share/man/man1/{,k}su.1 + mv "${ED}"/usr/bin/{,k}su newinitd "${FILESDIR}"/heimdal-kdc.initd-r2 heimdal-kdc newinitd "${FILESDIR}"/heimdal-kadmind.initd-r2 heimdal-kadmind