# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" DESCRIPTION="archive of packetstorm exploits" HOMEPAGE="http://packetstormsecurity.org/" SRC_URI="1999? ( http://packetstormsecurity.org/9912-exploits/1999-exploits.tgz ) 2000? ( http://packetstormsecurity.org/0012-exploits/2000-exploits.tgz ) 2001? ( http://packetstormsecurity.org/0112-exploits/2001-exploits.tgz ) 2002? ( http://packetstormsecurity.org/0212-exploits/2002-exploits.tgz ) 2003? ( http://packetstormsecurity.org/0312-exploits/2003-exploits.tgz ) 2004? ( http://packetstormsecurity.org/0412-exploits/2004-exploits.tgz ) 2005? ( http://packetstormsecurity.org/0512-exploits/2005-exploits.tgz ) 2006? ( http://packetstormsecurity.org/0612-exploits/2006-exploits.tgz ) 2007? ( http://packetstormsecurity.org/0712-exploits/2007-exploits.tgz ) 2008? ( http://packetstormsecurity.org/0812-exploits/2008-exploits.tgz ) 2009? ( http://packetstormsecurity.org/0912-exploits/2009-exploits.tgz ) 2010? ( http://packetstormsecurity.org/1001-exploits/1001-exploits.tgz http://packetstormsecurity.org/1002-exploits/1002-exploits.tgz http://packetstormsecurity.org/1003-exploits/1003-exploits.tgz ) " LICENSE="as-is" SLOT="0" KEYWORDS="amd64 x86 arm" IUSE="+1999 +2000 +2001 +2002 +2003 +2004 +2005 +2006 +2007 +2008 +2009 +2010" DEPEND="" RDEPEND="" src_install() { insinto /usr/share/exploits/$PN doins -r * || die "install failed" }