mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 04:10:58 +02:00
exploitdb-papers: add 20191114 snapshot, fix metadata.missing
This commit is contained in:
parent
399f80b50f
commit
2a715c1fa1
3 changed files with 15 additions and 5 deletions
1
app-exploits/exploitdb-papers/exploitdb-papers-20191114.ebuild
Symbolic link
1
app-exploits/exploitdb-papers/exploitdb-papers-20191114.ebuild
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
./exploitdb-papers-99999999.ebuild
|
||||
|
|
@ -6,15 +6,16 @@ EAPI=7
|
|||
inherit eutils git-r3
|
||||
|
||||
DESCRIPTION="Exploit database's papers"
|
||||
HOMEPAGE="http://www.exploit-db.com/"
|
||||
HOMEPAGE="https://www.exploit-db.com/"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/offensive-security/exploitdb-papers"
|
||||
if [[ ${PV} != *9999 ]]; then
|
||||
EGIT_COMMIT="2019-11-14"
|
||||
KEYWORDS="amd64 x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/${PN}"
|
||||
8
app-exploits/exploitdb-papers/metadata.xml
Normal file
8
app-exploits/exploitdb-papers/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue