Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/dafny-bin/
Date: Thu, 30 Jun 2022 15:33:48
Message-Id: 1656603188.b30329214eaa780ff4a9f210855234099ad09737.xgqt@gentoo
1 commit: b30329214eaa780ff4a9f210855234099ad09737
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 15:33:08 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 15:33:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3032921
7
8 dev-lang/dafny-bin: use insopts
9
10 Closes: https://bugs.gentoo.org/855365
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 .../{dafny-bin-3.7.1-r1.ebuild => dafny-bin-3.7.1-r2.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-lang/dafny-bin/dafny-bin-3.7.1-r1.ebuild b/dev-lang/dafny-bin/dafny-bin-3.7.1-r2.ebuild
17 similarity index 92%
18 rename from dev-lang/dafny-bin/dafny-bin-3.7.1-r1.ebuild
19 rename to dev-lang/dafny-bin/dafny-bin-3.7.1-r2.ebuild
20 index 9677b86513fe..8601d4b64977 100644
21 --- a/dev-lang/dafny-bin/dafny-bin-3.7.1-r1.ebuild
22 +++ b/dev-lang/dafny-bin/dafny-bin-3.7.1-r2.ebuild
23 @@ -36,12 +36,12 @@ src_install() {
24 local dest=/opt/dafny
25
26 insinto ${dest}
27 + # Maybe too general, but this installation mode matched how it arrives.
28 + insopts -m0755
29 doins "${S}"/*
30 - fperms 755 ${dest}/*.so
31
32 local bin
33 for bin in DafnyServer dafny ; do
34 - fperms 755 ${dest}/${bin}
35 dosym ../../${dest}/${bin} /usr/bin/${bin}
36 done