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-ml/ocamlnet/
Date: Fri, 05 Jul 2019 20:17:52
Message-Id: 1562357819.361d6a2500fc99c28bea27a69fce3b583ce30d02.mgorny@gentoo
1 commit: 361d6a2500fc99c28bea27a69fce3b583ce30d02
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 08:06:44 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 5 20:16:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361d6a25
7
8 dev-ml/ocamlnet: Replace STRIP_MASK with RESTRICT=strip
9
10 Closes: https://bugs.gentoo.org/651440
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-ml/ocamlnet/ocamlnet-4.1.2.ebuild | 9 ++-------
14 dev-ml/ocamlnet/ocamlnet-4.1.3.ebuild | 9 ++-------
15 dev-ml/ocamlnet/ocamlnet-4.1.4.ebuild | 9 ++-------
16 3 files changed, 6 insertions(+), 21 deletions(-)
17
18 diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.2.ebuild b/dev-ml/ocamlnet/ocamlnet-4.1.2.ebuild
19 index 6d89e100f0e..a16de2e6b12 100644
20 --- a/dev-ml/ocamlnet/ocamlnet-4.1.2.ebuild
21 +++ b/dev-ml/ocamlnet/ocamlnet-4.1.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="5"
28 @@ -14,7 +14,7 @@ LICENSE="ZLIB GPL-2+"
29 SLOT="0/${PV}"
30 KEYWORDS="amd64 ppc x86 x86-fbsd"
31 IUSE="gtk kerberos tk httpd +ocamlopt +pcre ssl zip"
32 -RESTRICT="installsources"
33 +RESTRICT="installsources strip"
34
35 # the auth-dh compile flag has been disabled as well, since it depends on
36 # ocaml-cryptgps, which is not available.
37 @@ -74,8 +74,3 @@ src_compile() {
38 emake -j1 opt
39 fi
40 }
41 -
42 -src_install() {
43 - export STRIP_MASK="*/bin/*"
44 - findlib_src_install
45 -}
46
47 diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.3.ebuild b/dev-ml/ocamlnet/ocamlnet-4.1.3.ebuild
48 index 1460d03f5cc..d6e4d239beb 100644
49 --- a/dev-ml/ocamlnet/ocamlnet-4.1.3.ebuild
50 +++ b/dev-ml/ocamlnet/ocamlnet-4.1.3.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2017 Gentoo Foundation
53 +# Copyright 1999-2019 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI="5"
57 @@ -14,7 +14,7 @@ LICENSE="ZLIB GPL-2+"
58 SLOT="0/${PV}"
59 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
60 IUSE="gtk kerberos tk httpd +ocamlopt +pcre ssl zip"
61 -RESTRICT="installsources"
62 +RESTRICT="installsources strip"
63
64 # the auth-dh compile flag has been disabled as well, since it depends on
65 # ocaml-cryptgps, which is not available.
66 @@ -70,8 +70,3 @@ src_compile() {
67 emake -j1 opt
68 fi
69 }
70 -
71 -src_install() {
72 - export STRIP_MASK="*/bin/*"
73 - findlib_src_install
74 -}
75
76 diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.4.ebuild b/dev-ml/ocamlnet/ocamlnet-4.1.4.ebuild
77 index 1460d03f5cc..d6e4d239beb 100644
78 --- a/dev-ml/ocamlnet/ocamlnet-4.1.4.ebuild
79 +++ b/dev-ml/ocamlnet/ocamlnet-4.1.4.ebuild
80 @@ -1,4 +1,4 @@
81 -# Copyright 1999-2017 Gentoo Foundation
82 +# Copyright 1999-2019 Gentoo Authors
83 # Distributed under the terms of the GNU General Public License v2
84
85 EAPI="5"
86 @@ -14,7 +14,7 @@ LICENSE="ZLIB GPL-2+"
87 SLOT="0/${PV}"
88 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
89 IUSE="gtk kerberos tk httpd +ocamlopt +pcre ssl zip"
90 -RESTRICT="installsources"
91 +RESTRICT="installsources strip"
92
93 # the auth-dh compile flag has been disabled as well, since it depends on
94 # ocaml-cryptgps, which is not available.
95 @@ -70,8 +70,3 @@ src_compile() {
96 emake -j1 opt
97 fi
98 }
99 -
100 -src_install() {
101 - export STRIP_MASK="*/bin/*"
102 - findlib_src_install
103 -}