public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetmobiledashboard/
@ 2019-03-05 21:21 Rick Farina
  0 siblings, 0 replies; 7+ messages in thread
From: Rick Farina @ 2019-03-05 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     e66b5cbd4f461955b5bb803443634612de4e4c2d
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  5 21:21:03 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 21:21:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66b5cbd

net-wireless/kismetmobiledashboard: initial import

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 .../kismetmobiledashboard-9999.ebuild              | 29 ++++++++++++++++++++++
 net-wireless/kismetmobiledashboard/metadata.xml    |  8 ++++++
 2 files changed, 37 insertions(+)

diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
new file mode 100644
index 00000000000..12e0b4cc7b3
--- /dev/null
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
+inherit git-r3
+
+DESCRIPTION="Mobile UI for kismet"
+HOMEPAGE="https://github.com/elkentaro/KismetMobileDashboard"
+SRC_URI=""
+EGIT_REPO_URI="https://github.com/elkentaro/KismetMobileDashboard.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_compile() {
+	KIS_SRC_DIR="/usr/share/kismet" emake
+}
+
+src_install() {
+	DESTDIR="${ED}" KIS_SRC_DIR="/usr/share/kismet" emake install
+}

diff --git a/net-wireless/kismetmobiledashboard/metadata.xml b/net-wireless/kismetmobiledashboard/metadata.xml
new file mode 100644
index 00000000000..2b9b4266ca5
--- /dev/null
+++ b/net-wireless/kismetmobiledashboard/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>zerochaos@gentoo.org</email>
+		<name>Rick Farina</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetmobiledashboard/
@ 2019-03-26 15:47 Rick Farina
  0 siblings, 0 replies; 7+ messages in thread
From: Rick Farina @ 2019-03-26 15:47 UTC (permalink / raw
  To: gentoo-commits

commit:     1fe7dcf098cc028bfe38da303bdf6b66d625432c
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 15:46:49 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 15:47:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe7dcf0

net-wireless/kismetmobiledashboard: add tag release

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/kismetmobiledashboard/Manifest                |  1 +
 ...-9999.ebuild => kismetmobiledashboard-1.5_beta1.ebuild} | 14 +++++++++-----
 .../kismetmobiledashboard-9999.ebuild                      | 14 +++++++++-----
 3 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/net-wireless/kismetmobiledashboard/Manifest b/net-wireless/kismetmobiledashboard/Manifest
new file mode 100644
index 00000000000..234ef3e201e
--- /dev/null
+++ b/net-wireless/kismetmobiledashboard/Manifest
@@ -0,0 +1 @@
+DIST kismetmobiledashboard-1.5_beta1.tar.gz 2305979 BLAKE2B 05e1f41b02688d2d432ff805b454fc948d387111ab2cf45a7ef72e9421a410a2fe479eca5a9f7eb56f58c807aeb47c1cc0a75c135ee3fb6faee2b979cc89894b SHA512 6abb5bd89b80ed4012d119d7111128bca2625d63f1cb36ab50b79e68b14f355b4c788b1290a720bb51268903b428a42dfffcb4373a2170a3d32aef5c140a9e91

diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1.ebuild
similarity index 56%
copy from net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
copy to net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1.ebuild
index 12e0b4cc7b3..5e92f7f7e0e 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1.ebuild
@@ -4,19 +4,23 @@
 EAPI=7
 
 PYTHON_COMPAT=( python2_7 python3_{6,7} )
-inherit git-r3
 
 DESCRIPTION="Mobile UI for kismet"
 HOMEPAGE="https://github.com/elkentaro/KismetMobileDashboard"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/elkentaro/KismetMobileDashboard.git"
+if [ "${PV}" = "9999" ]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/elkentaro/KismetMobileDashboard.git"
+else
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+	SRC_URI="https://github.com/elkentaro/KismetMobileDashboard/archive/V1.5-beta.1.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/KismetMobileDashboard-1.5-beta.1"
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
 IUSE=""
 
-DEPEND=""
+DEPEND="net-wireless/kismet"
 RDEPEND="${DEPEND}"
 BDEPEND=""
 

diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
index 12e0b4cc7b3..5e92f7f7e0e 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
@@ -4,19 +4,23 @@
 EAPI=7
 
 PYTHON_COMPAT=( python2_7 python3_{6,7} )
-inherit git-r3
 
 DESCRIPTION="Mobile UI for kismet"
 HOMEPAGE="https://github.com/elkentaro/KismetMobileDashboard"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/elkentaro/KismetMobileDashboard.git"
+if [ "${PV}" = "9999" ]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/elkentaro/KismetMobileDashboard.git"
+else
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+	SRC_URI="https://github.com/elkentaro/KismetMobileDashboard/archive/V1.5-beta.1.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/KismetMobileDashboard-1.5-beta.1"
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
 IUSE=""
 
-DEPEND=""
+DEPEND="net-wireless/kismet"
 RDEPEND="${DEPEND}"
 BDEPEND=""
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetmobiledashboard/
@ 2020-08-03  2:47 Rick Farina
  0 siblings, 0 replies; 7+ messages in thread
From: Rick Farina @ 2020-08-03  2:47 UTC (permalink / raw
  To: gentoo-commits

commit:     3b8631932ab51029cb0eb79a911207fa9d721337
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 02:46:54 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 02:47:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b863193

net-wireless/kismetmobiledashboard: make slightly less bad

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 ...d-1.5_beta1.ebuild => kismetmobiledashboard-1.5_beta1-r1.ebuild} | 6 ++++--
 .../kismetmobiledashboard/kismetmobiledashboard-9999.ebuild         | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild
similarity index 88%
rename from net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1.ebuild
rename to net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild
index 5e92f7f7e0e..796152ce350 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild
@@ -1,9 +1,11 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit python-single-r1
 
 DESCRIPTION="Mobile UI for kismet"
 HOMEPAGE="https://github.com/elkentaro/KismetMobileDashboard"

diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
index 5e92f7f7e0e..796152ce350 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
@@ -1,9 +1,11 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit python-single-r1
 
 DESCRIPTION="Mobile UI for kismet"
 HOMEPAGE="https://github.com/elkentaro/KismetMobileDashboard"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetmobiledashboard/
@ 2020-08-03  3:53 Rick Farina
  0 siblings, 0 replies; 7+ messages in thread
From: Rick Farina @ 2020-08-03  3:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d0260f0883a50c6e58225981e90dc1af7f77c94f
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 03:53:08 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 03:53:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0260f08

net-wireless/kismetmobiledashboard: python_setup

hopefully this one works right, they all work right on my system, but
fail on others, and I really don't understand why

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 .../kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild      | 1 +
 net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild
index 796152ce350..15febcdd7cf 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild
@@ -31,5 +31,6 @@ src_compile() {
 }
 
 src_install() {
+	python_setup
 	DESTDIR="${ED}" KIS_SRC_DIR="/usr/share/kismet" emake install
 }

diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
index 796152ce350..15febcdd7cf 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
@@ -31,5 +31,6 @@ src_compile() {
 }
 
 src_install() {
+	python_setup
 	DESTDIR="${ED}" KIS_SRC_DIR="/usr/share/kismet" emake install
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetmobiledashboard/
@ 2020-08-03 16:59 Rick Farina
  0 siblings, 0 replies; 7+ messages in thread
From: Rick Farina @ 2020-08-03 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     dbca9ca3143530ca142defc5e198e722ac7cb377
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 16:59:21 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 16:59:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbca9ca3

net-wireless/kismetmobiledashboard: remove python references

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 ...1.5_beta1-r1.ebuild => kismetmobiledashboard-1.5_beta1-r2.ebuild} | 5 -----
 net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild
similarity index 91%
rename from net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild
rename to net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild
index 15febcdd7cf..40806893ce6 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r1.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild
@@ -3,10 +3,6 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit python-single-r1
-
 DESCRIPTION="Mobile UI for kismet"
 HOMEPAGE="https://github.com/elkentaro/KismetMobileDashboard"
 if [ "${PV}" = "9999" ]; then
@@ -31,6 +27,5 @@ src_compile() {
 }
 
 src_install() {
-	python_setup
 	DESTDIR="${ED}" KIS_SRC_DIR="/usr/share/kismet" emake install
 }

diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
index 15febcdd7cf..40806893ce6 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
@@ -3,10 +3,6 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit python-single-r1
-
 DESCRIPTION="Mobile UI for kismet"
 HOMEPAGE="https://github.com/elkentaro/KismetMobileDashboard"
 if [ "${PV}" = "9999" ]; then
@@ -31,6 +27,5 @@ src_compile() {
 }
 
 src_install() {
-	python_setup
 	DESTDIR="${ED}" KIS_SRC_DIR="/usr/share/kismet" emake install
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetmobiledashboard/
@ 2020-08-03 17:45 Rick Farina
  0 siblings, 0 replies; 7+ messages in thread
From: Rick Farina @ 2020-08-03 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     48aa3c1cf01fff95051a42369791c7c3ea428a14
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 17:45:01 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 17:45:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48aa3c1c

net-wireless/kismetmobiledashboard: fix bug# 702954

thanks to dwfreed who cracked the case, kismet Makefile.inc was
contaminated and there is really no need to be setting install to a
variable anyway

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 .../kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild  | 5 +++++
 net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild
index 40806893ce6..b844f4cf0b8 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild
@@ -22,6 +22,11 @@ DEPEND="net-wireless/kismet"
 RDEPEND="${DEPEND}"
 BDEPEND=""
 
+src_prepare() {
+	sed -i 's#\$(INSTALL)#install#' Makefile
+	default
+}
+
 src_compile() {
 	KIS_SRC_DIR="/usr/share/kismet" emake
 }

diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
index 40806893ce6..b844f4cf0b8 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
@@ -22,6 +22,11 @@ DEPEND="net-wireless/kismet"
 RDEPEND="${DEPEND}"
 BDEPEND=""
 
+src_prepare() {
+	sed -i 's#\$(INSTALL)#install#' Makefile
+	default
+}
+
 src_compile() {
 	KIS_SRC_DIR="/usr/share/kismet" emake
 }


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetmobiledashboard/
@ 2023-08-19 13:45 Rick Farina
  0 siblings, 0 replies; 7+ messages in thread
From: Rick Farina @ 2023-08-19 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ba7a36e03ebee4c6760abc551f02a97e79843339
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 13:44:48 2023 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 13:45:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba7a36e0

net-wireless/kismetmobiledashboard: update EAPI 7 -> 8

Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 .../kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild   | 4 ++--
 net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild  | 4 ++--
 net-wireless/kismetmobiledashboard/metadata.xml                       | 3 +++
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild
index b844f4cf0b81..970abb1aff48 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-1.5_beta1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Mobile UI for kismet"
 HOMEPAGE="https://github.com/elkentaro/KismetMobileDashboard"

diff --git a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
index b844f4cf0b81..970abb1aff48 100644
--- a/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
+++ b/net-wireless/kismetmobiledashboard/kismetmobiledashboard-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DESCRIPTION="Mobile UI for kismet"
 HOMEPAGE="https://github.com/elkentaro/KismetMobileDashboard"

diff --git a/net-wireless/kismetmobiledashboard/metadata.xml b/net-wireless/kismetmobiledashboard/metadata.xml
index 97eff4632a18..63e4bcdc0fdb 100644
--- a/net-wireless/kismetmobiledashboard/metadata.xml
+++ b/net-wireless/kismetmobiledashboard/metadata.xml
@@ -5,4 +5,7 @@
 		<email>zerochaos@gentoo.org</email>
 		<name>Rick Farina</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">elkentaro/KismetMobileDashboard</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-08-19 13:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-26 15:47 [gentoo-commits] repo/gentoo:master commit in: net-wireless/kismetmobiledashboard/ Rick Farina
  -- strict thread matches above, loose matches on Subject: below --
2023-08-19 13:45 Rick Farina
2020-08-03 17:45 Rick Farina
2020-08-03 16:59 Rick Farina
2020-08-03  3:53 Rick Farina
2020-08-03  2:47 Rick Farina
2019-03-05 21:21 Rick Farina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox