diff --git a/app-exploits/exploitdb/Manifest b/app-exploits/exploitdb/Manifest index 53bd9d685..2ca6e1414 100644 --- a/app-exploits/exploitdb/Manifest +++ b/app-exploits/exploitdb/Manifest @@ -1 +1 @@ -EBUILD exploitdb-9999.ebuild 489 RMD160 b78f326e3aac15d0f69e7cb60fdb58557d9f1cf1 SHA1 36013cbfbfb42ec55f04d80155565addd3f85710 SHA256 b7e8234e78b112c48ca50c9fc7c8509e0541d13d67f2d28c4e1e23379207b8bf +EBUILD exploitdb-9999.ebuild 454 SHA256 f368f6c892a0da5e9d146f5c267e3e8ed4210492128d182036fe36a90b724381 SHA512 3346ba9aaaf562b97a83aa2702f511c5d3687dbc9e5e2a1e14fa957593d45283a39d656598b7c3b6e1e21a3fb03fdda42b016efeedf90dbd976bb5e971e7167b WHIRLPOOL 499648667bebbdd2b91913b0e0da68510f49bb8bf620ea918bbe0f4bcd824e842a41fb153f453e8abec17455ee4346487359962a6a6533c89f51dde341aee6f8 diff --git a/app-exploits/exploitdb/exploitdb-9999.ebuild b/app-exploits/exploitdb/exploitdb-9999.ebuild index ec11b07d6..7cc38b053 100644 --- a/app-exploits/exploitdb/exploitdb-9999.ebuild +++ b/app-exploits/exploitdb/exploitdb-9999.ebuild @@ -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 * } diff --git a/profiles/pentoo/base/package.accept_keywords/app-exploits b/profiles/pentoo/base/package.accept_keywords/app-exploits index 28d5e5319..d3a84e8e5 100644 --- a/profiles/pentoo/base/package.accept_keywords/app-exploits +++ b/profiles/pentoo/base/package.accept_keywords/app-exploits @@ -1 +1,2 @@ =app-exploits/shellstorm-9999 ** +=app-exploits/exploitdb-9999 **