mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
davtest: added
This commit is contained in:
parent
073a3d4396
commit
65e0c3b20b
2 changed files with 28 additions and 0 deletions
2
net-analyzer/davtest/Manifest
Normal file
2
net-analyzer/davtest/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST davtest-1.0.tar.bz2 20840 RMD160 6e822602f95d54c024ed44fad9f420851044b6cf SHA1 0fae241e914ca705e44c058e6fed71acc53d4f19 SHA256 c71ba06cee3a8d185e0cef6625e8df95ea9816d10191927db2caae15f6632f4e
|
||||
EBUILD davtest-1.0.ebuild 542 RMD160 b8cb88687bc9670aa48e4aeec0d9c852ecc54e30 SHA1 bedf22630b400b1fb4f58ca5dd871df477bd2c07 SHA256 3916328e711abb4c6b4342623295470dcd88ce226a41ac95b0fc5b1668f24238
|
||||
26
net-analyzer/davtest/davtest-1.0.ebuild
Normal file
26
net-analyzer/davtest/davtest-1.0.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=3
|
||||
|
||||
DESCRIPTION="tests WebDAV enabled servers"
|
||||
HOMEPAGE="http://code.google.com/p/davtest/"
|
||||
SRC_URI="http://davtest.googlecode.com/files/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="perl-core/Getopt-Long
|
||||
dev-perl/HTTP-DAV"
|
||||
|
||||
src_install() {
|
||||
dobin davtest.pl || die
|
||||
insinto /usr/share/${PN}/
|
||||
doins -r tests || die
|
||||
doins -r backdoors || die
|
||||
dodoc README.txt || die
|
||||
}
|
||||
Loading…
Reference in a new issue