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 DE1E5138334 for ; Fri, 5 Jul 2019 20:17:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2362BE08C9; Fri, 5 Jul 2019 20:17:52 +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 E1D85E08C9 for ; Fri, 5 Jul 2019 20:17:51 +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 BDB513471BB for ; Fri, 5 Jul 2019 20:17:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C876562C for ; Fri, 5 Jul 2019 20:17:48 +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: <1562357819.361d6a2500fc99c28bea27a69fce3b583ce30d02.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocamlnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocamlnet/ocamlnet-4.1.2.ebuild dev-ml/ocamlnet/ocamlnet-4.1.3.ebuild dev-ml/ocamlnet/ocamlnet-4.1.4.ebuild X-VCS-Directories: dev-ml/ocamlnet/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 361d6a2500fc99c28bea27a69fce3b583ce30d02 X-VCS-Branch: master Date: Fri, 5 Jul 2019 20:17:48 +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: a3d0a27b-dd00-45d3-a8e2-8d3a33b8262f X-Archives-Hash: da53091d6830c67defcd74e5b2569a57 commit: 361d6a2500fc99c28bea27a69fce3b583ce30d02 Author: Michał Górny gentoo org> AuthorDate: Sun Apr 14 08:06:44 2019 +0000 Commit: Michał Górny gentoo 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 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 -}