Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/coccinelle/
Date: Sun, 14 Apr 2019 08:38:47
Message-Id: 1555231114.3091cdc84e3c33321ba074221ec248dd789af3cc.mgorny@gentoo
1 commit: 3091cdc84e3c33321ba074221ec248dd789af3cc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 08:34:14 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 08:38:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3091cdc8
7
8 dev-util/coccinelle: Replace STRIP_MASK with RESTRICT=strip
9
10 Closes: https://bugs.gentoo.org/651448
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-util/coccinelle/coccinelle-1.0.5.ebuild | 5 ++---
14 dev-util/coccinelle/coccinelle-1.0.6.ebuild | 5 ++---
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-util/coccinelle/coccinelle-1.0.5.ebuild b/dev-util/coccinelle/coccinelle-1.0.5.ebuild
18 index e4f865f92b0..598e875c240 100644
19 --- a/dev-util/coccinelle/coccinelle-1.0.5.ebuild
20 +++ b/dev-util/coccinelle/coccinelle-1.0.5.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -42,6 +42,7 @@ DEPEND="${CDEPEND}
28
29 DOCS=( authors.txt bugs.txt changes.txt credits.txt readme.txt )
30
31 +RESTRICT=strip
32 S=${WORKDIR}/${MY_P}
33
34 SITEFILE=50coccinelle-gentoo.el
35 @@ -109,8 +110,6 @@ src_install() {
36 fi
37
38 use python && python_optimize
39 -
40 - export STRIP_MASK='*/coccinelle/spatch'
41 }
42
43 pkg_postinst() {
44
45 diff --git a/dev-util/coccinelle/coccinelle-1.0.6.ebuild b/dev-util/coccinelle/coccinelle-1.0.6.ebuild
46 index 1e97b0576dc..2ccd550333b 100644
47 --- a/dev-util/coccinelle/coccinelle-1.0.6.ebuild
48 +++ b/dev-util/coccinelle/coccinelle-1.0.6.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2018 Gentoo Foundation
51 +# Copyright 1999-2019 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 @@ -42,6 +42,7 @@ DEPEND="${CDEPEND}
56
57 DOCS=( authors.txt bugs.txt changes.txt credits.txt readme.txt )
58
59 +RESTRICT=strip
60 S=${WORKDIR}/${MY_P}
61
62 SITEFILE=50coccinelle-gentoo.el
63 @@ -111,8 +112,6 @@ src_install() {
64 fi
65
66 use python && python_optimize
67 -
68 - export STRIP_MASK='*/coccinelle/spatch'
69 }
70
71 pkg_postinst() {