mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
kismet-rest/kismetdb: keep poorly maintained packages in pentoo instead of gentoo
This commit is contained in:
parent
f4891b0070
commit
cebaa59772
8 changed files with 120 additions and 0 deletions
1
net-wireless/kismet-rest/Manifest
Normal file
1
net-wireless/kismet-rest/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST kismet-rest-2019.05.02.tar.gz 31844 BLAKE2B 66b2540788f892545100ffbac078559027d4671aef012b59d7cbe4da3fe6865d6f46576ea8f99b84b995718fdfe6a82d1d7724fe9a93fcd932dd0bf45893b66d SHA512 6f5daef441bcf36e17c469dc36e6e7b521b08ba3aba2c89c199fa263bc3eb67b3d9217351a72c94df3902e35695874285cf769bb8c54778c657b83e44a18a6c5
|
||||
27
net-wireless/kismet-rest/kismet-rest-2019.05.02.ebuild
Normal file
27
net-wireless/kismet-rest/kismet-rest-2019.05.02.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Kismet REST Python API"
|
||||
HOMEPAGE="https://kismetwireless.net/docs/devel/webui_rest/endpoints/"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/kismetwireless/python-kismet-rest.git"
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/kismetwireless/python-kismet-rest/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/python-${P}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/requests
|
||||
!<net-wireless/kismet-2019.05.1"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
27
net-wireless/kismet-rest/kismet-rest-9999.ebuild
Normal file
27
net-wireless/kismet-rest/kismet-rest-9999.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Kismet REST Python API"
|
||||
HOMEPAGE="https://kismetwireless.net/docs/devel/webui_rest/endpoints/"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/kismetwireless/python-kismet-rest.git"
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/kismetwireless/python-kismet-rest/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/python-${P}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/requests
|
||||
!<net-wireless/kismet-2019.05.1"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
1
net-wireless/kismetdb/Manifest
Normal file
1
net-wireless/kismetdb/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST kismetdb-2019.05.05.tar.gz 31425 BLAKE2B 4aa4ee6924792376e84fb4a4fb86a425319ea21fc10dc5874df35aa551ce444f62dd381359bad994b89defee3fef8f0bed5e80ffc0d18c025bed28b5cb2efa45 SHA512 0b36c1d4dfb0ffb5749c32884ce1b44c1ece196ebaf07db66157aed2c649c2b4dc650a6553a2e263c4518da2f06f1602754917d5db07f3ab39efb63c38dd8327
|
||||
27
net-wireless/kismetdb/kismetdb-2019.05.05.ebuild
Normal file
27
net-wireless/kismetdb/kismetdb-2019.05.05.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 2019-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Kismetdb database log helper library"
|
||||
HOMEPAGE="https://kismetwireless.net/"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://www.kismetwireless.net/git/python-kismet-db.git"
|
||||
else
|
||||
SRC_URI="https://github.com/kismetwireless/python-kismet-db/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
S="${WORKDIR}/python-kismet-db-${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/simplekml[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
27
net-wireless/kismetdb/kismetdb-9999.ebuild
Normal file
27
net-wireless/kismetdb/kismetdb-9999.ebuild
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Copyright 2019-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Kismetdb database log helper library"
|
||||
HOMEPAGE="https://kismetwireless.net/"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/kismetwireless/python-kismet-db.git"
|
||||
else
|
||||
SRC_URI="https://github.com/kismetwireless/python-kismet-db/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
S="${WORKDIR}/python-kismet-db-${PV}"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/simplekml[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
8
net-wireless/kismetdb/metadata.xml
Normal file
8
net-wireless/kismetdb/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -17,3 +17,5 @@ media-sound/deinvert
|
|||
net-wireless/jackit
|
||||
app-misc/siglo
|
||||
dev-python/gatt-python
|
||||
net-wireless/kismet-rest
|
||||
net-wireless/kismetdb
|
||||
|
|
|
|||
Loading…
Reference in a new issue