# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Meta ebuild of packetstorm exploits"
HOMEPAGE="http://packetstormsecurity.net"
LICENSE="HPND"
KEYWORDS="amd64 arm64 x86"
SLOT="0"

IUSE="2012 2013 2014 2015 2016 2017 2018 2019 2020 +2021 +2022 +2023"

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 )
	2020?  ( app-exploits/packetstormexploits:2020 )
	2021?  ( app-exploits/packetstormexploits:2021 )
"