mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 16:51:03 +02:00
armitage: fix repoman issues, removed keywords (requires metasploit, which is dropped)
This commit is contained in:
parent
1e05049491
commit
14ead1e35f
6 changed files with 27 additions and 18 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
inherit eutils multilib
|
||||
|
||||
|
|
@ -16,8 +15,7 @@ SRC_URI="http://www.fastandeasyhacking.com/download/${MY_PN}${MY_PV}.tgz"
|
|||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
#KEYWORDS="~amd64 ~arm ~x86" # Requires metasploit, which is dropped
|
||||
|
||||
PDEPEND="net-analyzer/metasploit
|
||||
net-analyzer/nmap
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
inherit eutils multilib
|
||||
|
||||
|
|
@ -16,8 +15,7 @@ SRC_URI="http://www.fastandeasyhacking.com/download/${MY_PN}${MY_PV}.tgz"
|
|||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
#KEYWORDS="~amd64 ~arm ~x86" # Requires metasploit, which is dropped
|
||||
|
||||
PDEPEND="net-analyzer/metasploit
|
||||
net-analyzer/nmap
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
EAPI=7
|
||||
|
||||
inherit eutils multilib
|
||||
|
||||
|
|
@ -16,8 +15,7 @@ SRC_URI="http://www.fastandeasyhacking.com/download/${MY_PN}${MY_PV}.tgz"
|
|||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
#KEYWORDS="~amd64 ~arm ~x86" # Requires metasploit, which is dropped
|
||||
|
||||
PDEPEND="net-analyzer/metasploit
|
||||
net-analyzer/nmap
|
||||
|
|
|
|||
8
net-analyzer/armitage-bin/metadata.xml
Normal file
8
net-analyzer/armitage-bin/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>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
|
@ -12,8 +12,7 @@ SRC_URI="https://github.com/rsmudge/armitage/archive/${MY_COMMIT}.zip -> ${P}.zi
|
|||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
#KEYWORDS="~amd64 ~x86" # Requires metasploit, which is dropped
|
||||
|
||||
CDEPEND="net-analyzer/metasploit:*
|
||||
net-analyzer/nmap"
|
||||
|
|
|
|||
8
net-analyzer/armitage/metadata.xml
Normal file
8
net-analyzer/armitage/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