mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-08 01:15:00 +01:00
18 lines
466 B
Bash
18 lines
466 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=5
|
|
|
|
DESCRIPTION="Meta ebuild of packetstorm exploits"
|
|
HOMEPAGE="http://packetstormsecurity.net"
|
|
IUSE="+2012 +2013 +2014"
|
|
LICENSE="HPND"
|
|
KEYWORDS="amd64 x86 arm"
|
|
SLOT="0"
|
|
|
|
DEPEND=""
|
|
RDEPEND="2012? ( app-exploits/packetstormexploits:2012 )
|
|
2013? ( app-exploits/packetstormexploits:2013 )
|
|
2014? ( app-exploits/packetstormexploits:2014 )
|
|
"
|