added exploitdb

This commit is contained in:
jensp 2010-01-18 23:03:56 +00:00
parent b166c73549
commit 3cdce383c3
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1 @@
EBUILD exploitdb-9999.ebuild 485 RMD160 112e6c980da7eaff7820c06c16080e27f3a66a68 SHA1 5da4d94ecf54116794ed700385b427d93f49af49 SHA256 b3c23c07ddbcaeb1eb5e9690ec0b9d0c24a5777577a1abdcb80b01b38420d6e7

View file

@ -0,0 +1,27 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit subversion
DESCRIPTION="All exploits from explo.it"
HOMEPAGE="http://explo.it"
SRC_URI=""
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=""
RDEPEND=""
ESVN_REPO_URI="svn://devel.offensive-security.com/exploitdb"
src_install() {
rm archive.tar.bz2
insinto /usr/share/exploits/$PN
doins -r * || die "install failed"
}