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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF25B138334 for ; Thu, 29 Aug 2019 10:06:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B04E3E0809; Thu, 29 Aug 2019 10:06:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93140E0809 for ; Thu, 29 Aug 2019 10:06:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEEFE34A5F6 for ; Thu, 29 Aug 2019 10:05:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4698477A for ; Thu, 29 Aug 2019 10:05:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1567073142.b1d7ea1f610f32bac5f9ceeb4dc55948ba71fb7f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/multimode/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild net-wireless/multimode/multimode-9999.ebuild X-VCS-Directories: net-wireless/multimode/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b1d7ea1f610f32bac5f9ceeb4dc55948ba71fb7f X-VCS-Branch: master Date: Thu, 29 Aug 2019 10:05:56 +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: 268ace44-2906-42a6-8444-6ab483ec2ecb X-Archives-Hash: c1c6583b382a09f32759518fd4913093 commit: b1d7ea1f610f32bac5f9ceeb4dc55948ba71fb7f Author: Michał Górny gentoo org> AuthorDate: Thu Aug 29 05:32:18 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 29 10:05:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d7ea1f net-wireless/multimode: Fix DoublePrefixInPath Signed-off-by: Michał Górny gentoo.org> net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild | 5 ++--- net-wireless/multimode/multimode-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild b/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild index b8a3b0feeac..b57130054c5 100644 --- a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild +++ b/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,8 +35,7 @@ src_compile() { src_install() { newbin ${PN}.py ${PN} - insinto $(python_get_sitedir) - doins ${PN}_helper.py + python_domodule ${PN}_helper.py insinto /usr/share/${PN} doins ${PN}.grc python_fix_shebang "${ED}"/usr/bin diff --git a/net-wireless/multimode/multimode-9999.ebuild b/net-wireless/multimode/multimode-9999.ebuild index b6713c20413..8de909cb340 100644 --- a/net-wireless/multimode/multimode-9999.ebuild +++ b/net-wireless/multimode/multimode-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,8 +35,7 @@ src_compile() { src_install() { newbin ${PN}.py ${PN} - insinto $(python_get_sitedir) - doins ${PN}_helper.py + python_domodule ${PN}_helper.py insinto /usr/share/${PN} doins ${PN}.grc python_fix_shebang "${ED}"/usr/bin