Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetmobiledashboard/
Date: Mon, 03 Aug 2020 03:53:21
Message-Id: 1596426799.d0260f0883a50c6e58225981e90dc1af7f77c94f.zerochaos@gentoo
1 commit: d0260f0883a50c6e58225981e90dc1af7f77c94f
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 03:53:08 2020 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 03:53:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0260f08
7
8 net-wireless/kismetmobiledashboard: python_setup
9
10 hopefully this one works right, they all work right on my system, but
11 fail on others, and I really don't understand why
12
13 Package-Manager: Portage-3.0.1, Repoman-2.3.23
14 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
15
16 .../kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild | 1 +
17 net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild | 1 +
18 2 files changed, 2 insertions(+)
19
20 diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild
21 index 796152ce350..15febcdd7cf 100644
22 --- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild
23 +++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild
24 @@ -31,5 +31,6 @@ src_compile() {
25 }
26
27 src_install() {
28 + python_setup
29 DESTDIR="${ED}" KIS_SRC_DIR="/usr/share/kismet" emake install
30 }
31
32 diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
33 index 796152ce350..15febcdd7cf 100644
34 --- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
35 +++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
36 @@ -31,5 +31,6 @@ src_compile() {
37 }
38
39 src_install() {
40 + python_setup
41 DESTDIR="${ED}" KIS_SRC_DIR="/usr/share/kismet" emake install
42 }