kismetdb: sync release and live

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-05-01 15:10:38 -04:00
parent ac6688e60c
commit daf311e8cb
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 6 additions and 6 deletions

View file

@ -1,16 +1,16 @@
# 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
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{10..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://www.kismetwireless.net/git/python-kismet-db.git"
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"

View file

@ -1,4 +1,4 @@
# Copyright 2019-2022 Gentoo Authors
# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

View file

@ -3,7 +3,7 @@
ACCEPT_LICENSE="${ACCEPT_LICENSE} NVIDIA-CUDA android google-chrome Google-TOS baudline Intel-SDP Nero-AAC-EULA ms-teams-pre PUEL PUEL-11"
USE="gentoo-dev pentoo-extra zsh-completion -accessibility -semantic-desktop"
#USE="${USE} -python_single_target_python3_10 python_single_target_python3_11"
USE="${USE} -python_target_python3_10 -python_single_target_python3_10 python_single_target_python3_11"
USE="${USE} pipewire"
PORTAGE_GPG_DIR="/home/zero/.gnupg/"