mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
trufflehog: drop, unmaintained
This commit is contained in:
parent
1e9a751d56
commit
4bdd7bca98
7 changed files with 0 additions and 86 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST truffleHogRegexes-20190518.tar.gz 13928 BLAKE2B e9bf9610909b0e8ad22d9346c4cd51eddc52fec54c1a07ae974ace5bffc2cdd1bb4186bd1a80b4d9bb0479181ed6302871bcc592d0ff6aae2f5cf3af6c35ff24 SHA512 79f58385d9f3ef72584112d531f61b9fe7c91ae17f8d6719d5497d96f3c38baacc217b15144fb8dd7f9273fc1f39dc00fffeb7fabd48fa9ee5d7c551d22ea54d
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="These are the regexes that power trufflehog"
|
||||
HOMEPAGE="https://github.com/dxa4481/truffleHogRegexes"
|
||||
|
||||
HASH_COMMIT="a73e8d3304f37bca4f85e44e533c9797eb6d0b95" # 20190518
|
||||
SRC_URI="https://github.com/dxa4481/truffleHogRegexes/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/truffleHogRegexes-${HASH_COMMIT}"
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST trufflehog-2.1.11_p20200220.tar.gz 16680 BLAKE2B 4cffd91098e0a9c92cd30f6da4e2458338681e4c540ed16724ab1c34fd0d6107aaba3ac46feab509951c7fd1ff2e9d994972610f339cf129f61f5581a232642e SHA512 4808d162bfa4364df2bf64e89085f0024fe53e17340c9148e960009fbf6aaf5f5d751508db497ae68b7c27d98ce03def3d610087c5f6557462e432e85c15278a
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
Only in /tmp/portage/dev-vcs/trufflehog-2.1.11_p20200220-r1/work/truffleHog-4f2acb7bb3145f18ec74c7aab9ced8f38dbcac0c: .gitignore
|
||||
diff -ur /tmp/portage/dev-vcs/trufflehog-2.1.11_p20200220-r1/work/truffleHog-4f2acb7bb3145f18ec74c7aab9ced8f38dbcac0c/setup.py b/setup.py
|
||||
--- /tmp/portage/dev-vcs/trufflehog-2.1.11_p20200220-r1/work/truffleHog-4f2acb7bb3145f18ec74c7aab9ced8f38dbcac0c/setup.py 2020-02-20 19:51:13.000000000 +0300
|
||||
+++ b/setup.py 2020-06-19 20:55:24.491120330 +0300
|
||||
@@ -10,8 +10,8 @@
|
||||
license='GNU',
|
||||
packages = ['truffleHog'],
|
||||
install_requires=[
|
||||
- 'GitPython == 3.0.6',
|
||||
- 'truffleHogRegexes == 0.0.7'
|
||||
+ 'GitPython >= 3.0.6',
|
||||
+ 'truffleHogRegexes >= 0.0.7'
|
||||
],
|
||||
entry_points = {
|
||||
'console_scripts': ['trufflehog = truffleHog.truffleHog:main'],
|
||||
Only in /tmp/portage/dev-vcs/trufflehog-2.1.11_p20200220-r1/work/truffleHog-4f2acb7bb3145f18ec74c7aab9ced8f38dbcac0c: .travis.yml
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Searches through git repositories for high entropy strings and secrets"
|
||||
HOMEPAGE="https://github.com/dxa4481/truffleHog"
|
||||
|
||||
HASH_COMMIT="4f2acb7bb3145f18ec74c7aab9ced8f38dbcac0c" # 20200220
|
||||
SRC_URI="https://github.com/dxa4481/truffleHog/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/truffleHogRegexes[${PYTHON_USEDEP}]
|
||||
dev-python/GitPython[${PYTHON_USEDEP}]"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/update_setup_py.patch )
|
||||
|
||||
S="${WORKDIR}/truffleHog-${HASH_COMMIT}"
|
||||
Loading…
Reference in a new issue