From 361d6a2500fc99c28bea27a69fce3b583ce30d02 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 14 Apr 2019 10:06:44 +0200 Subject: [PATCH] dev-ml/ocamlnet: Replace STRIP_MASK with RESTRICT=strip MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/651440 Signed-off-by: Michał Górny --- 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 6d89e100f0ec..a16de2e6b12f 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 1460d03f5cc4..d6e4d239beb6 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 1460d03f5cc4..d6e4d239beb6 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 -} -- 2.26.2