Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/multimode/
Date: Thu, 29 Aug 2019 10:06:01
Message-Id: 1567073142.b1d7ea1f610f32bac5f9ceeb4dc55948ba71fb7f.mgorny@gentoo
1 commit: b1d7ea1f610f32bac5f9ceeb4dc55948ba71fb7f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 05:32:18 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 10:05:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d7ea1f
7
8 net-wireless/multimode: Fix DoublePrefixInPath
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild | 5 ++---
13 net-wireless/multimode/multimode-9999.ebuild | 5 ++---
14 2 files changed, 4 insertions(+), 6 deletions(-)
15
16 diff --git a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild b/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
17 index b8a3b0feeac..b57130054c5 100644
18 --- a/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
19 +++ b/net-wireless/multimode/multimode-1.4_p20140831-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -35,8 +35,7 @@ src_compile() {
27
28 src_install() {
29 newbin ${PN}.py ${PN}
30 - insinto $(python_get_sitedir)
31 - doins ${PN}_helper.py
32 + python_domodule ${PN}_helper.py
33 insinto /usr/share/${PN}
34 doins ${PN}.grc
35 python_fix_shebang "${ED}"/usr/bin
36
37 diff --git a/net-wireless/multimode/multimode-9999.ebuild b/net-wireless/multimode/multimode-9999.ebuild
38 index b6713c20413..8de909cb340 100644
39 --- a/net-wireless/multimode/multimode-9999.ebuild
40 +++ b/net-wireless/multimode/multimode-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -35,8 +35,7 @@ src_compile() {
48
49 src_install() {
50 newbin ${PN}.py ${PN}
51 - insinto $(python_get_sitedir)
52 - doins ${PN}_helper.py
53 + python_domodule ${PN}_helper.py
54 insinto /usr/share/${PN}
55 doins ${PN}.grc
56 python_fix_shebang "${ED}"/usr/bin