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 29351138335 for ; Sun, 18 Aug 2019 12:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44D7BE0AD4; Sun, 18 Aug 2019 12:37: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 28C3FE0AD3 for ; Sun, 18 Aug 2019 12:37:28 +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 2784A349DBD for ; Sun, 18 Aug 2019 12:37:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA32F751 for ; Sun, 18 Aug 2019 12:37:25 +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: <1566131786.4213e6c76f7cb2933d24347880b58ce7daafdb8a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/monkeysphere/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/monkeysphere/monkeysphere-0.38.ebuild X-VCS-Directories: app-crypt/monkeysphere/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4213e6c76f7cb2933d24347880b58ce7daafdb8a X-VCS-Branch: master Date: Sun, 18 Aug 2019 12:37: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: 31d27aad-5ee1-4e29-a1cd-d9a5b6941970 X-Archives-Hash: 33f4bb9b515c6f9a28131ef713dd8cb4 commit: 4213e6c76f7cb2933d24347880b58ce7daafdb8a Author: David Seifert gentoo org> AuthorDate: Sun Aug 18 12:00:33 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 18 12:36:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4213e6c7 app-crypt/monkeysphere: [QA] Fix leading whitespace Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> app-crypt/monkeysphere/monkeysphere-0.38.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app-crypt/monkeysphere/monkeysphere-0.38.ebuild b/app-crypt/monkeysphere/monkeysphere-0.38.ebuild index 2d718ae60cd..a919d40924d 100644 --- a/app-crypt/monkeysphere/monkeysphere-0.38.ebuild +++ b/app-crypt/monkeysphere/monkeysphere-0.38.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -39,11 +39,12 @@ pkg_setup() src_prepare() { - epatch "${FILESDIR}/${P}-asprintf.patch" \ - "${FILESDIR}/${P}-revert-executable-patch.patch"\ - "${FILESDIR}/${P}-syssharedir-whitespace.patch"\ - "${FILESDIR}/${PN}-0.37_default_shell.patch"\ - "${FILESDIR}/${PN}-0.37_hd_od.patch" + epatch \ + "${FILESDIR}/${P}-asprintf.patch" \ + "${FILESDIR}/${P}-revert-executable-patch.patch" \ + "${FILESDIR}/${P}-syssharedir-whitespace.patch" \ + "${FILESDIR}/${PN}-0.37_default_shell.patch" \ + "${FILESDIR}/${PN}-0.37_hd_od.patch" sed -i "s#share/doc/monkeysphere#share/doc/${PF}#" Makefile || die }