kismet_shootout: bump

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-07-17 14:54:57 -04:00
parent 01f37d3359
commit 2401e3096b
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 40 additions and 6 deletions

View file

@ -0,0 +1 @@
DIST kismet_shootout-0.0_p20190717.tar.gz 15932 BLAKE2B c0c1e7cfdee1bef11ee5fc0fec4e6258bfb16c612f2ad62e79cdca9be66e83f4171c0c5daaabf179474e24e22ac74bc314ac61a826782f49aeda7ea51010daf0 SHA512 e3051f5584f121ad3da7ecc6bf7ac5c4d1c5d0347ed71c70d31e656808c928a3557b550c55a93e6e5d73434041b38ec8175d4e79c762e615f2e8e141d9cc2a7b

View file

@ -0,0 +1,29 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Kismet WiFi data source shootout"
HOMEPAGE="https://github.com/deltj/kis_shootout_python.git"
if [ "${PV}" = "9999" ]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/deltj/kis_shootout_python.git"
else
COMMIT="ac635d8a15efa5b16d3c4f133ed63fb8545bffe3"
SRC_URI="https://github.com/deltj/kis_shootout_python/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/kis_shootout_python-${COMMIT}"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
PDEPEND="net-wireless/kismet-rest"
BDEPEND=""
src_install(){
newbin shootout kismet_shootout
}

View file

@ -3,16 +3,20 @@
EAPI=7
inherit git-r3
DESCRIPTION="Kismet WiFi data source shootout"
HOMEPAGE=""
SRC_URI=""
EGIT_REPO_URI="https://github.com/deltj/kis_shootout_python.git"
HOMEPAGE="https://github.com/deltj/kis_shootout_python.git"
if [ "${PV}" = "9999" ]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/deltj/kis_shootout_python.git"
else
COMMIT="ac635d8a15efa5b16d3c4f133ed63fb8545bffe3"
SRC_URI="https://github.com/deltj/kis_shootout_python/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/kis_shootout_python-${COMMIT}"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=""