mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
davtest: bump to 1.2, fix qa
This commit is contained in:
parent
630038456f
commit
1f92e9d37d
5 changed files with 16 additions and 11 deletions
1
net-analyzer/davtest/Manifest
Normal file
1
net-analyzer/davtest/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST davtest-1.2_p20230307.gh.tar.gz 18588 BLAKE2B 9423e927675ccd0a72f8273be1e251c9a906acddea4d2f1c2e32dc9d4cdde09ee5ab859003d3f0bfb9e45bdd0b09b697ab398a602572914b087ea1556e261abb SHA512 17ab9be5901f53589e0dac379e19fd82ee92ece0cfc9eb83c0ec35fabb28980a5d34ef0e3dd721dc85d5ec56d2a59841f1554fa393d714203867c76ca83466bf
|
||||
|
|
@ -1,19 +1,17 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2023 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3 multilib
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="tests WebDAV enabled servers"
|
||||
HOMEPAGE="https://github.com/cldrn/davtest"
|
||||
EGIT_REPO_URI="https://github.com/cldrn/davtest.git"
|
||||
EGIT_COMMIT="f8e53a6e27fefec728b7b4fce8c95946298d64a8"
|
||||
EGIT_COMMIT="34d31db7927b39480e984d595b82caaced6f5130"
|
||||
SRC_URI="https://github.com/cldrn/davtest/archive/${EGIT_COMMIT}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
7
net-analyzer/davtest/metadata.xml
Normal file
7
net-analyzer/davtest/metadata.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="github">cldrn/davtest</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -10,7 +10,7 @@ dev-ruby/metasploit-concern ~amd64
|
|||
dev-ruby/metasploit_data_models ~amd64
|
||||
dev-ruby/jsobfu ~amd64
|
||||
dev-perl/HTTP-DAV amd64
|
||||
net-analyzer/davtest **
|
||||
net-analyzer/davtest amd64
|
||||
dev-python/async **
|
||||
dev-python/smmap **
|
||||
dev-python/pyenchant **
|
||||
|
|
@ -40,7 +40,6 @@ www-apps/beef ~amd64
|
|||
=net-analyzer/inguma-0.4 **
|
||||
=dev-python/impacket-9999 **
|
||||
=dev-ruby/data_objects-0.10.13 **
|
||||
=net-analyzer/davtest-1.0 **
|
||||
=dev-ruby/jsmin-1.0.1 **
|
||||
=dev-ruby/dm-migrations-1.2.0 **
|
||||
=dev-python/pysnmp-4.2.2 **
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ net-analyzer/multimon-ng
|
|||
~net-analyzer/bmon-2.1.1_pre1
|
||||
~net-analyzer/chaosreader-0.94
|
||||
net-analyzer/cloudshark
|
||||
~net-analyzer/davtest-1.0
|
||||
=net-analyzer/davtest-1.2*
|
||||
~net-analyzer/dsniff-2.4_beta1
|
||||
~net-analyzer/enum4linux-0.8.9
|
||||
=net-analyzer/hunt-1.5*
|
||||
|
|
|
|||
Loading…
Reference in a new issue