fix 9999 if/else typos,  symlinks
add manifest
This commit is contained in:
Michael Lawnce 2021-04-28 17:11:29 -05:00
parent 77133c3a3c
commit 6ebaf9d592
No known key found for this signature in database
GPG key ID: FE8D405276AFE995
4 changed files with 14 additions and 8 deletions

View file

@ -0,0 +1,3 @@
DIST honeypots-0.12.tar.gz 24275 BLAKE2B 936d6eb34f3f8befb73bceee310b5ce1633af05880a4fdc397e1da1490a6023f9dfc6dc00291d232971deb0f7aadaa17833590b1e156a3bc75635371d27a862d SHA512 a2869abc86fe728785320c64c0c7b1831904d9a1ccd34427c56b2b56868c69f798315320cd48c9937a3770f5a641e3142503d3240b2341a68ef2d003e3153b69
DIST honeypots-0.13.tar.gz 24739 BLAKE2B f07ed77279a5c3b8f99ffdb3a504639ee5bb30d613876191c13ffe339fb8959f7b5f798e4b105ea54b247a305423db720ff616b111e0fcfb942d5d087c515a2c SHA512 81144b38763dbbf5ed509729a4d7fa09a1a75964b5f0b8d971c80d90f01329b4704c300e7aa7e03251acfc1e6c3f792abea288e109a364dba5e4aa2f232a66aa
DIST honeypots-0.14.tar.gz 24742 BLAKE2B 9671eaffe3d3d7eef49f602a2a7f27faac58a5c2ff287aa016c0ac74d72fec15498d1ef00c12d0c1554aa064fc67bc32e60cba3e1d596736c3374b7c5cbd3202 SHA512 cd61b090d2f8951949456458bc484d06c532827363fa040e186f04666a27ea4204c3fd093299612cda959204b5f13460ce47004e92191ac287a403525a9a0045

View file

@ -0,0 +1 @@
honeypots-9999.ebuild

View file

@ -0,0 +1 @@
honeypots-9999.ebuild

View file

@ -11,18 +11,18 @@ DESCRIPTION="16 different honeypots 'swissarmy-knife' in a single PyPI package f
HOMEPAGE="https://github.com/qeeqbox/honeypots"
## also has varrious python OSINT tools github.com/qeeqbox/ .....
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
if [ "${PV#9999}" != "${PV}" ] ; then
SCM="git-r3"
EGIT_REPO_URI=="https://github.com/qeeqbox/honeypots.git"
case "${PVR}" in
9999) EGIT_BRANCH=main ;;
esac
else
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
fi
LICENSE="AGPL-3.0"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
KEYWORDS="amd64 ~arm64 ~x86 ~arm ~*"
IUSE=""
@ -43,6 +43,7 @@ RDEPEND="${PYTHON_DEPS} ${DEPEND}"
dev-python/PySocks
dev-python/pygments
DEPEND="|| ( dev-python/psycopg dev-python/psycopg2cffi )"
# dev-python/psycopg in gentoo / psycopg2cffi rappid c++ extensions either should run.
# dev-python/psycopg2cffi::tgbugs-overlay , implementation of the psycopg2 module using cffi. Compatible with Psycopg 2.5.
@ -51,4 +52,4 @@ KEYWORDS="~amd64 ~x86 ~arm ~arm64"
S="${WORKDIR}/${PN}-${MY_PV}"
einfo "https://pypi.org/project/honeypots/ https://github.com/qeeqbox/honeypots for wiki/directions"
einfo "https://pypi.org/project/honeypots/ https://github.com/qeeqbox/honeypots for wiki/directions"