From 2401e3096b5e867846d8dec5c0d9063ef894c940 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 17 Jul 2019 14:54:57 -0400 Subject: [PATCH] kismet_shootout: bump --- net-wireless/kismet_shootout/Manifest | 1 + .../kismet_shootout-0.0_p20190717.ebuild | 29 +++++++++++++++++++ .../kismet_shootout-9999.ebuild | 16 ++++++---- 3 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 net-wireless/kismet_shootout/Manifest create mode 100644 net-wireless/kismet_shootout/kismet_shootout-0.0_p20190717.ebuild diff --git a/net-wireless/kismet_shootout/Manifest b/net-wireless/kismet_shootout/Manifest new file mode 100644 index 000000000..28c48b95b --- /dev/null +++ b/net-wireless/kismet_shootout/Manifest @@ -0,0 +1 @@ +DIST kismet_shootout-0.0_p20190717.tar.gz 15932 BLAKE2B c0c1e7cfdee1bef11ee5fc0fec4e6258bfb16c612f2ad62e79cdca9be66e83f4171c0c5daaabf179474e24e22ac74bc314ac61a826782f49aeda7ea51010daf0 SHA512 e3051f5584f121ad3da7ecc6bf7ac5c4d1c5d0347ed71c70d31e656808c928a3557b550c55a93e6e5d73434041b38ec8175d4e79c762e615f2e8e141d9cc2a7b diff --git a/net-wireless/kismet_shootout/kismet_shootout-0.0_p20190717.ebuild b/net-wireless/kismet_shootout/kismet_shootout-0.0_p20190717.ebuild new file mode 100644 index 000000000..598301d1f --- /dev/null +++ b/net-wireless/kismet_shootout/kismet_shootout-0.0_p20190717.ebuild @@ -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 +} diff --git a/net-wireless/kismet_shootout/kismet_shootout-9999.ebuild b/net-wireless/kismet_shootout/kismet_shootout-9999.ebuild index d1a16410f..598301d1f 100644 --- a/net-wireless/kismet_shootout/kismet_shootout-9999.ebuild +++ b/net-wireless/kismet_shootout/kismet_shootout-9999.ebuild @@ -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=""