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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F142158094 for ; Thu, 30 Jun 2022 15:33:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 660B5E0AB4; Thu, 30 Jun 2022 15:33:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A39AE0AB4 for ; Thu, 30 Jun 2022 15:33:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 360BF341747 for ; Thu, 30 Jun 2022 15:33:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65C7051E for ; Thu, 30 Jun 2022 15:33:44 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1656603188.b30329214eaa780ff4a9f210855234099ad09737.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/dafny-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/dafny-bin/dafny-bin-3.7.1-r1.ebuild dev-lang/dafny-bin/dafny-bin-3.7.1-r2.ebuild X-VCS-Directories: dev-lang/dafny-bin/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b30329214eaa780ff4a9f210855234099ad09737 X-VCS-Branch: master Date: Thu, 30 Jun 2022 15:33:44 +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: 8949ed5d-75ef-45de-a3b3-3e117ad14d92 X-Archives-Hash: 873549b8595ee0fe6b3ff5764ccf79fb commit: b30329214eaa780ff4a9f210855234099ad09737 Author: Maciej Barć gentoo org> AuthorDate: Thu Jun 30 15:33:08 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Jun 30 15:33:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3032921 dev-lang/dafny-bin: use insopts Closes: https://bugs.gentoo.org/855365 Signed-off-by: Maciej Barć gentoo.org> .../{dafny-bin-3.7.1-r1.ebuild => dafny-bin-3.7.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 similarity index 92% rename from dev-lang/dafny-bin/dafny-bin-3.7.1-r1.ebuild rename to dev-lang/dafny-bin/dafny-bin-3.7.1-r2.ebuild index 9677b86513fe..8601d4b64977 100644 --- a/dev-lang/dafny-bin/dafny-bin-3.7.1-r1.ebuild +++ b/dev-lang/dafny-bin/dafny-bin-3.7.1-r2.ebuild @@ -36,12 +36,12 @@ src_install() { local dest=/opt/dafny insinto ${dest} + # Maybe too general, but this installation mode matched how it arrives. + insopts -m0755 doins "${S}"/* - fperms 755 ${dest}/*.so local bin for bin in DafnyServer dafny ; do - fperms 755 ${dest}/${bin} dosym ../../${dest}/${bin} /usr/bin/${bin} done