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 C77C61382C5 for ; Fri, 9 Feb 2018 16:38:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A92F2E0D63; Fri, 9 Feb 2018 16:38:00 +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 89F5AE0D63 for ; Fri, 9 Feb 2018 16:38:00 +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 A5D50335C52 for ; Fri, 9 Feb 2018 16:37:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 603B71EB for ; Fri, 9 Feb 2018 16:37:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1518194200.548f1d6b283ba4a7ac14b6e01198c931b7e10edc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vis/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vis/vis-0.4.ebuild app-editors/vis/vis-9999.ebuild X-VCS-Directories: app-editors/vis/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 548f1d6b283ba4a7ac14b6e01198c931b7e10edc X-VCS-Branch: master Date: Fri, 9 Feb 2018 16:37:56 +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-Archives-Salt: e48174ac-51d8-4708-8275-57f737d610ae X-Archives-Hash: 1a0bf17bf0bd58d144deda81248a1ea4 commit: 548f1d6b283ba4a7ac14b6e01198c931b7e10edc Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Jan 27 15:45:09 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 9 16:36:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548f1d6b app-editors/vis: Remove pre-stripping Closes: https://github.com/gentoo/gentoo/pull/5292 app-editors/vis/vis-0.4.ebuild | 1 + app-editors/vis/vis-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-editors/vis/vis-0.4.ebuild b/app-editors/vis/vis-0.4.ebuild index ebea43f7b24..7d45b495cee 100644 --- a/app-editors/vis/vis-0.4.ebuild +++ b/app-editors/vis/vis-0.4.ebuild @@ -31,6 +31,7 @@ src_prepare() { fi fi + sed -i 's|STRIP?=.*|STRIP=true|' Makefile || die sed -i 's|${DOCPREFIX}/vis|${DOCPREFIX}|' Makefile || die sed -i 's|DOCUMENTATION = LICENSE|DOCUMENTATION =|' Makefile || die diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild index d0df6f95e96..228e63e98cd 100644 --- a/app-editors/vis/vis-9999.ebuild +++ b/app-editors/vis/vis-9999.ebuild @@ -25,6 +25,7 @@ src_prepare() { sed -i 's/.*vim.*//' "${S}/test/Makefile" || die fi + sed -i 's|STRIP?=.*|STRIP=true|' Makefile || die sed -i 's|${DOCPREFIX}/vis|${DOCPREFIX}|' Makefile || die sed -i 's|DOCUMENTATION = LICENSE|DOCUMENTATION =|' Makefile || die