From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1513163-garchives=archives.gentoo.org@lists.gentoo.org> 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 BFCF315ACFC for <garchives@archives.gentoo.org>; Sun, 30 Apr 2023 00:21:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39F8BE0845; Sun, 30 Apr 2023 00:21:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 ED097E083E for <gentoo-commits@lists.gentoo.org>; Sun, 30 Apr 2023 00:21:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 ABEF0341230 for <gentoo-commits@lists.gentoo.org>; Sun, 30 Apr 2023 00:21:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02621A36 for <gentoo-commits@lists.gentoo.org>; Sun, 30 Apr 2023 00:21:44 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1682814062.72de8cf66348f7a9919e481791bbc7c027da3a96.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/synapse/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/synapse/synapse-1.82.0-r1.ebuild net-im/synapse/synapse-1.82.0.ebuild X-VCS-Directories: net-im/synapse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 72de8cf66348f7a9919e481791bbc7c027da3a96 X-VCS-Branch: master Date: Sun, 30 Apr 2023 00:21:44 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5acc6d74-0c7b-4088-8373-23ad642a35a1 X-Archives-Hash: 09b91f872f15623ec52847b4cd18fd32 commit: 72de8cf66348f7a9919e481791bbc7c027da3a96 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Sat Apr 29 23:57:28 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 30 00:21:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72de8cf6 net-im/synapse: Fix installation phase Fixes: 76450772f8f3 ("net-im/synapse: add 1.82.0") Closes: https://bugs.gentoo.org/905331 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/30808 Signed-off-by: Sam James <sam <AT> gentoo.org> net-im/synapse/{synapse-1.82.0.ebuild => synapse-1.82.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/synapse/synapse-1.82.0.ebuild b/net-im/synapse/synapse-1.82.0-r1.ebuild similarity index 99% rename from net-im/synapse/synapse-1.82.0.ebuild rename to net-im/synapse/synapse-1.82.0-r1.ebuild index fc79245f2571..54a8b83e8b0e 100644 --- a/net-im/synapse/synapse-1.82.0.ebuild +++ b/net-im/synapse/synapse-1.82.0-r1.ebuild @@ -171,7 +171,7 @@ python_test() { } src_install() { - distutils-r1_python_install_all + distutils-r1_src_install keepdir /var/{lib,log}/synapse /etc/synapse fowners synapse:synapse /var/{lib,log}/synapse /etc/synapse fperms 0750 /var/{lib,log}/synapse /etc/synapse