Skip to content

Commit

Permalink
bettercap: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
linxon committed Dec 7, 2019
1 parent 4242854 commit 96888c6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
5 changes: 3 additions & 2 deletions net-analyzer/bettercap/bettercap-2.25.ebuild
Expand Up @@ -41,7 +41,7 @@ EGO_VENDOR=( # bettercap release comes with almost all deps in ./vendor/ directo
# "gopkg.in/sourcemap.v1 v1.0.5 github.com/go-sourcemap/sourcemap"
)

inherit golang-build golang-vcs-snapshot
inherit golang-vcs-snapshot

DESCRIPTION="A complete, modular, portable and easily extensible MITM framework"
HOMEPAGE="https://github.com/bettercap/bettercap/"
Expand All @@ -57,7 +57,8 @@ KEYWORDS="~amd64 ~arm ~x86"
RDEPEND="
net-libs/libpcap
net-libs/libnetfilter_queue
net-libs/libnfnetlink"
net-libs/libnfnetlink
virtual/libusb:*"

#DEPEND="${RDEPEND}
# dev-go/go-sys:=
Expand Down
5 changes: 3 additions & 2 deletions net-analyzer/bettercap/bettercap-2.26.1.ebuild
Expand Up @@ -53,7 +53,7 @@ EGO_VENDOR=(
# "github.com/chzyer/logex v1.1.10"
)

inherit golang-build golang-vcs-snapshot
inherit golang-vcs-snapshot

DESCRIPTION="A complete, modular, portable and easily extensible MITM framework"
HOMEPAGE="https://github.com/bettercap/bettercap/"
Expand All @@ -69,7 +69,8 @@ KEYWORDS="~amd64 ~arm ~x86"
RDEPEND="
net-libs/libpcap
net-libs/libnetfilter_queue
net-libs/libnfnetlink"
net-libs/libnfnetlink
virtual/libusb:*"

DEPEND="${RDEPEND}
dev-go/go-crypto:=
Expand Down
5 changes: 3 additions & 2 deletions net-analyzer/bettercap/bettercap-2.26.ebuild
Expand Up @@ -53,7 +53,7 @@ EGO_VENDOR=(
# "github.com/chzyer/logex v1.1.10"
)

inherit golang-build golang-vcs-snapshot
inherit golang-vcs-snapshot

DESCRIPTION="A complete, modular, portable and easily extensible MITM framework"
HOMEPAGE="https://github.com/bettercap/bettercap/"
Expand All @@ -69,7 +69,8 @@ KEYWORDS="~amd64 ~arm ~x86"
RDEPEND="
net-libs/libpcap
net-libs/libnetfilter_queue
net-libs/libnfnetlink"
net-libs/libnfnetlink
virtual/libusb:*"

DEPEND="${RDEPEND}
dev-go/go-crypto:=
Expand Down
8 changes: 8 additions & 0 deletions net-analyzer/bettercap/metadata.xml
@@ -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>

0 comments on commit 96888c6

Please sign in to comment.