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 9D68E138334 for ; Sun, 14 Apr 2019 08:38:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7B34E0A95; Sun, 14 Apr 2019 08:38:46 +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 9009DE0A93 for ; Sun, 14 Apr 2019 08:38:46 +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 9D7D3340FE3 for ; Sun, 14 Apr 2019 08:38:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9532A5A8 for ; Sun, 14 Apr 2019 08:38:43 +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: <1555231114.3091cdc84e3c33321ba074221ec248dd789af3cc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/coccinelle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/coccinelle/coccinelle-1.0.5.ebuild dev-util/coccinelle/coccinelle-1.0.6.ebuild X-VCS-Directories: dev-util/coccinelle/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3091cdc84e3c33321ba074221ec248dd789af3cc X-VCS-Branch: master Date: Sun, 14 Apr 2019 08:38:43 +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: 11f2c9cb-2f30-4976-a148-5c795f15f773 X-Archives-Hash: bbe0a8948b42b68b213b774f4f9b7a24 commit: 3091cdc84e3c33321ba074221ec248dd789af3cc Author: Michał Górny gentoo org> AuthorDate: Sun Apr 14 08:34:14 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Apr 14 08:38:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3091cdc8 dev-util/coccinelle: Replace STRIP_MASK with RESTRICT=strip Closes: https://bugs.gentoo.org/651448 Signed-off-by: Michał Górny gentoo.org> dev-util/coccinelle/coccinelle-1.0.5.ebuild | 5 ++--- dev-util/coccinelle/coccinelle-1.0.6.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-util/coccinelle/coccinelle-1.0.5.ebuild b/dev-util/coccinelle/coccinelle-1.0.5.ebuild index e4f865f92b0..598e875c240 100644 --- a/dev-util/coccinelle/coccinelle-1.0.5.ebuild +++ b/dev-util/coccinelle/coccinelle-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -42,6 +42,7 @@ DEPEND="${CDEPEND} DOCS=( authors.txt bugs.txt changes.txt credits.txt readme.txt ) +RESTRICT=strip S=${WORKDIR}/${MY_P} SITEFILE=50coccinelle-gentoo.el @@ -109,8 +110,6 @@ src_install() { fi use python && python_optimize - - export STRIP_MASK='*/coccinelle/spatch' } pkg_postinst() { diff --git a/dev-util/coccinelle/coccinelle-1.0.6.ebuild b/dev-util/coccinelle/coccinelle-1.0.6.ebuild index 1e97b0576dc..2ccd550333b 100644 --- a/dev-util/coccinelle/coccinelle-1.0.6.ebuild +++ b/dev-util/coccinelle/coccinelle-1.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -42,6 +42,7 @@ DEPEND="${CDEPEND} DOCS=( authors.txt bugs.txt changes.txt credits.txt readme.txt ) +RESTRICT=strip S=${WORKDIR}/${MY_P} SITEFILE=50coccinelle-gentoo.el @@ -111,8 +112,6 @@ src_install() { fi use python && python_optimize - - export STRIP_MASK='*/coccinelle/spatch' } pkg_postinst() {