mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-03 06:14:23 +01:00
packetstormexploits-meta: EAPI bump, fix metadata.missing
This commit is contained in:
parent
8f5414a28f
commit
b8ebbaa653
2 changed files with 24 additions and 7 deletions
18
app-exploits/packetstormexploits-meta/metadata.xml
Normal file
18
app-exploits/packetstormexploits-meta/metadata.xml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?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>
|
||||
<use>
|
||||
<flag name="2012">Use 2012 archivers</flag>
|
||||
<flag name="2013">Use 2013 archivers</flag>
|
||||
<flag name="2014">Use 2014 archivers</flag>
|
||||
<flag name="2015">Use 2015 archivers</flag>
|
||||
<flag name="2016">Use 2016 archivers</flag>
|
||||
<flag name="2017">Use 2017 archivers</flag>
|
||||
<flag name="2018">Use 2018 archivers</flag>
|
||||
<flag name="2019">Use 2019 archivers</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,24 +1,23 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Meta ebuild of packetstorm exploits"
|
||||
HOMEPAGE="http://packetstormsecurity.net"
|
||||
LICENSE="HPND"
|
||||
KEYWORDS="amd64 x86 arm"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
SLOT="0"
|
||||
|
||||
IUSE="2012 2013 2014 2015 2016 +2017 +2018 +2019"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="2012? ( app-exploits/packetstormexploits:2012 )
|
||||
RDEPEND="
|
||||
2012? ( app-exploits/packetstormexploits:2012 )
|
||||
2013? ( app-exploits/packetstormexploits:2013 )
|
||||
2014? ( app-exploits/packetstormexploits:2014 )
|
||||
2015? ( app-exploits/packetstormexploits:2015 )
|
||||
2016? ( app-exploits/packetstormexploits:2016 )
|
||||
2017? ( app-exploits/packetstormexploits:2017 )
|
||||
2018? ( app-exploits/packetstormexploits:2018 )
|
||||
2019? ( app-exploits/packetstormexploits:2019 )
|
||||
"
|
||||
2019? ( app-exploits/packetstormexploits:2019 )"
|
||||
|
|
|
|||
Loading…
Reference in a new issue