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: net-misc/unison/
Date: Fri, 05 Jul 2019 20:17:53
Message-Id: 1562357821.6f4a834809ccb8c64c75426424224876a6765ae8.mgorny@gentoo
1 commit: 6f4a834809ccb8c64c75426424224876a6765ae8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 08:12:00 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 5 20:17:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4a8348
7
8 net-misc/unison: Replace STRIP_MASK with RESTRICT=strip
9
10 Closes: https://bugs.gentoo.org/651454
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-misc/unison/unison-2.48.4-r1.ebuild | 4 ++--
14 net-misc/unison/unison-2.48.4.ebuild | 4 ++--
15 net-misc/unison/unison-2.51.2.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/net-misc/unison/unison-2.48.4-r1.ebuild b/net-misc/unison/unison-2.48.4-r1.ebuild
19 index 55e5485844d..01f53f133df 100644
20 --- a/net-misc/unison/unison-2.48.4-r1.ebuild
21 +++ b/net-misc/unison/unison-2.48.4-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -25,6 +25,7 @@ RDEPEND="gtk? ( dev-ml/lablgtk
29 || ( net-misc/x11-ssh-askpass net-misc/ssh-askpass-fullscreen ) )
30 >=app-eselect/eselect-unison-0.4"
31
32 +RESTRICT="!ocamlopt? ( strip )"
33 SRC_URI="https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}.tar.gz
34 doc? ( https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.pdf
35 https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.html )"
36 @@ -76,7 +77,6 @@ src_install () {
37 HTML_DOCS=( "${DISTDIR}/${P}-manual.html" )
38 fi
39 einstalldocs
40 - use ocamlopt || export STRIP_MASK="*/bin/*"
41 }
42
43 pkg_postinst() {
44
45 diff --git a/net-misc/unison/unison-2.48.4.ebuild b/net-misc/unison/unison-2.48.4.ebuild
46 index 1fec2677b4e..1cbadbf207a 100644
47 --- a/net-misc/unison/unison-2.48.4.ebuild
48 +++ b/net-misc/unison/unison-2.48.4.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2019 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI="5"
55 @@ -25,6 +25,7 @@ RDEPEND="gtk? ( dev-ml/lablgtk
56
57 #PDEPEND="gtk? ( media-fonts/font-schumacher-misc )"
58
59 +RESTRICT="!ocamlopt? ( strip )"
60 SRC_URI="https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}.tar.gz
61 doc? ( https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.pdf
62 https://www.seas.upenn.edu/~bcpierce/unison/download/releases/${P}/${P}-manual.html )"
63 @@ -78,7 +79,6 @@ src_install () {
64 dohtml "${DISTDIR}/${P}-manual.html"
65 dodoc "${DISTDIR}/${P}-manual.pdf"
66 fi
67 - use ocamlopt || export STRIP_MASK="*/bin/*"
68 }
69
70 pkg_postinst() {
71
72 diff --git a/net-misc/unison/unison-2.51.2.ebuild b/net-misc/unison/unison-2.51.2.ebuild
73 index 25776c6fb51..af6cf20473a 100644
74 --- a/net-misc/unison/unison-2.51.2.ebuild
75 +++ b/net-misc/unison/unison-2.51.2.ebuild
76 @@ -1,4 +1,4 @@
77 -# Copyright 1999-2018 Gentoo Foundation
78 +# Copyright 1999-2019 Gentoo Authors
79 # Distributed under the terms of the GNU General Public License v2
80
81 EAPI=7
82 @@ -24,6 +24,7 @@ RDEPEND="gtk? ( dev-ml/lablgtk
83 || ( net-misc/x11-ssh-askpass net-misc/ssh-askpass-fullscreen ) )
84 >=app-eselect/eselect-unison-0.4"
85
86 +RESTRICT="!ocamlopt? ( strip )"
87 S="${WORKDIR}"/src
88
89 DOCS=( BUGS.txt CONTRIB INSTALL NEWS README ROADMAP.txt TODO.txt )
90 @@ -71,7 +72,6 @@ src_install () {
91 HTML_DOCS=( "${DISTDIR}/${P}-manual.html" )
92 fi
93 einstalldocs
94 - use ocamlopt || export STRIP_MASK="*/bin/*"
95 }
96
97 pkg_postinst() {