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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 25234158086 for ; Fri, 10 Dec 2021 18:43:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14678E07B2; Fri, 10 Dec 2021 18:43:04 +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 43513E07B2 for ; Fri, 10 Dec 2021 18:43:03 +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 B80CA3430F3 for ; Fri, 10 Dec 2021 18:43:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CA6314D for ; Fri, 10 Dec 2021 18:43:00 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1639161772.850e57e390a38657cedfc74ff2c69c024451e69b.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyterlab/jupyterlab-3.2.5-r1.ebuild dev-python/jupyterlab/jupyterlab-3.2.5.ebuild X-VCS-Directories: dev-python/jupyterlab/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 850e57e390a38657cedfc74ff2c69c024451e69b X-VCS-Branch: master Date: Fri, 10 Dec 2021 18:43:00 +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: a6291143-d7a1-4ebe-aa13-97da95489a9d X-Archives-Hash: 703a459c1ddb611fdb5809c963adcea9 commit: 850e57e390a38657cedfc74ff2c69c024451e69b Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 10 18:42:14 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 10 18:42:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850e57e3 dev-python/jupyterlab: fix unexpected paths Closes: https://bugs.gentoo.org/828854 Signed-off-by: Arthur Zamarin gentoo.org> .../{jupyterlab-3.2.5.ebuild => jupyterlab-3.2.5-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/jupyterlab/jupyterlab-3.2.5.ebuild b/dev-python/jupyterlab/jupyterlab-3.2.5-r1.ebuild similarity index 90% rename from dev-python/jupyterlab/jupyterlab-3.2.5.ebuild rename to dev-python/jupyterlab/jupyterlab-3.2.5-r1.ebuild index 8bfdc89181a8..2618ff746036 100644 --- a/dev-python/jupyterlab/jupyterlab-3.2.5.ebuild +++ b/dev-python/jupyterlab/jupyterlab-3.2.5-r1.ebuild @@ -34,3 +34,8 @@ RDEPEND=" distutils_enable_tests pytest # TODO: package myst_parser #distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme + +python_install_all() { + distutils-r1_python_install_all + mv "${ED}/usr/etc" "${ED}/etc" || die +}