seclists-2022.1.ebuild

This commit is contained in:
Anton Bolshakov 2022-02-02 13:08:32 +08:00
parent ff6e1e422a
commit e605e62f7e
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
4 changed files with 2 additions and 42 deletions

View file

@ -1,4 +1,2 @@
DIST seclists-2021.1.tar.gz 499137701 BLAKE2B e274f5e426f56e001264ccf51b13085a7be8466ff6bcc902a57e435c92977d414f3a88d2e8c5e0ad394adb85c57c5cb6a68b3f0c5e3c076edcdb11e34ccfe6dd SHA512 996b038a99d8394ce351a465c0881b2add8927fcf74400d4dd0274ad40eb40e9caedd0c520188e6f28944c36dba83becb3a526ac7169f4fc2a2ce52b07eca933
DIST seclists-2021.2.tar.gz 499281986 BLAKE2B 09cbf77d35cd26337687a15ab3d1e408412a1f87687778c9e0ac0aa46f08d28de85490938d839a4d8d766bd59ac4ddce6be293a020a2dd9a08b7a69ea1ad7151 SHA512 b55d8d86b61310a52dd56ec7b67fd8fd8e29fb0139ecf59f6ff785df193726887592eaad4cf9476d1de82e1e82ace704793fef77aa431207c1715af652a75f05
DIST seclists-2021.3.1.tar.gz 499508775 BLAKE2B 5a3a210c802f52545a13ac09e69ca1640590e8909ea29ea030b9c411baccae424f09c404ba287c18167cada5f0a205e41c52faf5b4032bf6c0a4cff02c692c3c SHA512 dd4cbd047022c7ee8e0904be061c3178f6d8df19ae1df6c74c2117057ed89a14f70ecac3eb1708034ce76b64636c8e5939504282ddead13017eced7c59dd8824
DIST seclists-2021.4.tar.gz 504016820 BLAKE2B cfc1eb55e97169566cbdad12dc56174de3011f43e5ccc6a204d4f1bfb0cb4f3c5fa9e29ae8b4d3a9f5bb54ec5165de56e9dd9e3cb2fb19451ebfa8f35ed08698 SHA512 ead5077dd9859d71c64c079dc77657fd858ca7318df14cc550a32fb61c42326d9e261625ce156d6893324db65009898ac0937823589504b3a26e52f896e5bfa6
DIST seclists-2022.1.tar.gz 504607949 BLAKE2B dae855d6c555fcbab823765d32a26ef96cccb27ba6503cfe9ad7de91c25705128017cb22cbc662311abc67761eddfef93f4986230c2da0b27c40741e6bbad5e1 SHA512 0532d2a3179d5c7e82f4a6aaecbecb8071655c8639b4c4243b5b8aa79c0762828c576c935be42148c9ad813a8ac11ea2a208c23afcb6925a398ea21e9378b5c7

View file

@ -1,19 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A collection of multiple types of lists used during security assessments"
HOMEPAGE="https://github.com/danielmiessler/SecLists"
SRC_URI="https://github.com/danielmiessler/SecLists/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm x86"
S="${WORKDIR}/SecLists-${PV}"
src_install(){
insinto /usr/share/dict/seclists
doins -r *
}

View file

@ -1,19 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A collection of multiple types of lists used during security assessments"
HOMEPAGE="https://github.com/danielmiessler/SecLists"
SRC_URI="https://github.com/danielmiessler/SecLists/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm x86"
S="${WORKDIR}/SecLists-${PV}"
src_install(){
insinto /usr/share/dict/seclists
doins -r *
}

View file

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7