commit:     361d6a2500fc99c28bea27a69fce3b583ce30d02
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 08:06:44 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul  5 20:16:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361d6a25

dev-ml/ocamlnet: Replace STRIP_MASK with RESTRICT=strip

Closes: https://bugs.gentoo.org/651440
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-ml/ocamlnet/ocamlnet-4.1.2.ebuild | 9 ++-------
 dev-ml/ocamlnet/ocamlnet-4.1.3.ebuild | 9 ++-------
 dev-ml/ocamlnet/ocamlnet-4.1.4.ebuild | 9 ++-------
 3 files changed, 6 insertions(+), 21 deletions(-)

diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.2.ebuild 
b/dev-ml/ocamlnet/ocamlnet-4.1.2.ebuild
index 6d89e100f0e..a16de2e6b12 100644
--- a/dev-ml/ocamlnet/ocamlnet-4.1.2.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-4.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -14,7 +14,7 @@ LICENSE="ZLIB GPL-2+"
 SLOT="0/${PV}"
 KEYWORDS="amd64 ppc x86 x86-fbsd"
 IUSE="gtk kerberos tk httpd +ocamlopt +pcre ssl zip"
-RESTRICT="installsources"
+RESTRICT="installsources strip"
 
 # the auth-dh compile flag has been disabled as well, since it depends on
 # ocaml-cryptgps, which is not available.
@@ -74,8 +74,3 @@ src_compile() {
                emake -j1 opt
        fi
 }
-
-src_install() {
-       export STRIP_MASK="*/bin/*"
-       findlib_src_install
-}

diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.3.ebuild 
b/dev-ml/ocamlnet/ocamlnet-4.1.3.ebuild
index 1460d03f5cc..d6e4d239beb 100644
--- a/dev-ml/ocamlnet/ocamlnet-4.1.3.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-4.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -14,7 +14,7 @@ LICENSE="ZLIB GPL-2+"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE="gtk kerberos tk httpd +ocamlopt +pcre ssl zip"
-RESTRICT="installsources"
+RESTRICT="installsources strip"
 
 # the auth-dh compile flag has been disabled as well, since it depends on
 # ocaml-cryptgps, which is not available.
@@ -70,8 +70,3 @@ src_compile() {
                emake -j1 opt
        fi
 }
-
-src_install() {
-       export STRIP_MASK="*/bin/*"
-       findlib_src_install
-}

diff --git a/dev-ml/ocamlnet/ocamlnet-4.1.4.ebuild 
b/dev-ml/ocamlnet/ocamlnet-4.1.4.ebuild
index 1460d03f5cc..d6e4d239beb 100644
--- a/dev-ml/ocamlnet/ocamlnet-4.1.4.ebuild
+++ b/dev-ml/ocamlnet/ocamlnet-4.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -14,7 +14,7 @@ LICENSE="ZLIB GPL-2+"
 SLOT="0/${PV}"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE="gtk kerberos tk httpd +ocamlopt +pcre ssl zip"
-RESTRICT="installsources"
+RESTRICT="installsources strip"
 
 # the auth-dh compile flag has been disabled as well, since it depends on
 # ocaml-cryptgps, which is not available.
@@ -70,8 +70,3 @@ src_compile() {
                emake -j1 opt
        fi
 }
-
-src_install() {
-       export STRIP_MASK="*/bin/*"
-       findlib_src_install
-}

Reply via email to