mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
exploitdb: fixed, issue #106
This commit is contained in:
parent
65548b78a9
commit
e49ff89956
3 changed files with 9 additions and 10 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD exploitdb-9999.ebuild 489 RMD160 b78f326e3aac15d0f69e7cb60fdb58557d9f1cf1 SHA1 36013cbfbfb42ec55f04d80155565addd3f85710 SHA256 b7e8234e78b112c48ca50c9fc7c8509e0541d13d67f2d28c4e1e23379207b8bf
|
||||
EBUILD exploitdb-9999.ebuild 454 SHA256 f368f6c892a0da5e9d146f5c267e3e8ed4210492128d182036fe36a90b724381 SHA512 3346ba9aaaf562b97a83aa2702f511c5d3687dbc9e5e2a1e14fa957593d45283a39d656598b7c3b6e1e21a3fb03fdda42b016efeedf90dbd976bb5e971e7167b WHIRLPOOL 499648667bebbdd2b91913b0e0da68510f49bb8bf620ea918bbe0f4bcd824e842a41fb153f453e8abec17455ee4346487359962a6a6533c89f51dde341aee6f8
|
||||
|
|
|
|||
|
|
@ -1,27 +1,25 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
EAPI="4"
|
||||
|
||||
inherit subversion
|
||||
|
||||
DESCRIPTION="All exploits from explo.it"
|
||||
HOMEPAGE="http://explo.it"
|
||||
DESCRIPTION="All exploits from exploit-db.com"
|
||||
HOMEPAGE="http://www.exploit-db.com/"
|
||||
SRC_URI=""
|
||||
ESVN_REPO_URI="svn://svn.exploit-db.com/exploitdb"
|
||||
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86 arm"
|
||||
KEYWORDS="~amd64 ~x86 ~arm"
|
||||
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"
|
||||
doins -r *
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
=app-exploits/shellstorm-9999 **
|
||||
=app-exploits/exploitdb-9999 **
|
||||
|
|
|
|||
Loading…
Reference in a new issue