dev-go: bump deps for bettercap

This commit is contained in:
blshkv 2019-01-19 10:08:55 +08:00
parent 5a4ce193c7
commit 513a67c3a9
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
6 changed files with 74 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST go-isatty-0.0.3.tar.gz 3364 BLAKE2B 1df33a5e546b1e9be70dc6eba5f91b31ded363602b9cce856773e7db5d8fbe16c39a44bc4240f2c82ccfa173ec56544f2b5f408404d5fd4beb70ad2cfb174286 SHA512 60afa46beefe482bb13ab9dd0b94c45719a91d7f5d98f87452154636b520648fd900961b0df2bb3170bf42cdb62635073cfc48f923639aa2391ddccd6382fb1d
DIST go-isatty-0.0.4.tar.gz 3377 BLAKE2B 3d24124c57c5a7d888014555ddd221790ee1c281e083f39595f0b28f7485065f3e7c25d6503df291dd09ad5a17b10fcc3d3e5018f846bc141f2e9b1bae44fb0c SHA512 3021fa12e408b5f0dee7cf6b04be48db5de032e7226fe07d6ba77aa1ac54ea8531b7fe14ef7fcb41d2df15ff14f524594a21859693623cb1e937d58578c4fb67

View file

@ -0,0 +1,21 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EGO_PN=github.com/mattn/${PN}
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
EGIT_COMMIT="v${PV}"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot
fi
inherit golang-build
DESCRIPTION="isatty for golang"
HOMEPAGE="https://github.com/mattn/go-isatty"
LICENSE="MIT"
SLOT="0"
IUSE=""

View file

@ -1 +1,2 @@
DIST gopacket-pfring-1.1.14.tar.gz 748336 BLAKE2B f1fe54954b229fafe9cf18e6337f4222cdeb6d71cba0c5c3d0b04eae63952a039cc283eff580db3e79db49b827d64ee54e8d5e64a24546037400faf92c97f086 SHA512 fda58ad503e2547b0e09e511a2ffe5b2e6fa7ba1df3cbf26ae6e08075420586f0f1f553914ee969fcfbdd0a344e240a0d11ae85266c926f138d3efe6afa250b2
DIST gopacket-pfring-1.1.15.tar.gz 826136 BLAKE2B d1f85098567022d60f60e8afa30a316eed49371b91792e2bc35cd8a3fd83d584f3e85ad23ed9c82755b7e284753e6a14f4a0284bfb7109d86606418c04c8a4d6 SHA512 32611536f83247a84f0e5adcd8ee61bb1c38cf7f87ed480b9f80f7ac4356102d5491fd0f3fee942879408b65d0568d981c6bbd5c6fd13cb46b26c241ac73189c

View file

@ -0,0 +1,25 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EGO_PN=github.com/google/gopacket/pfring
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
EGIT_COMMIT="v${PV}"
SRC_URI="https://github.com/google/gopacket/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot
fi
inherit golang-build
DESCRIPTION="Package pfring wraps the PF_RING C library for Go."
HOMEPAGE="https://github.com/google/gopacket"
LICENSE="BSD"
SLOT="0"
IUSE=""
DEPEND="sys-kernel/pf_ring-kmod
net-libs/libpfring"
RDEPEND="${DEPEND}"

View file

@ -1 +1,2 @@
DIST gopacket-1.1.14.tar.gz 748336 BLAKE2B f1fe54954b229fafe9cf18e6337f4222cdeb6d71cba0c5c3d0b04eae63952a039cc283eff580db3e79db49b827d64ee54e8d5e64a24546037400faf92c97f086 SHA512 fda58ad503e2547b0e09e511a2ffe5b2e6fa7ba1df3cbf26ae6e08075420586f0f1f553914ee969fcfbdd0a344e240a0d11ae85266c926f138d3efe6afa250b2
DIST gopacket-1.1.15.tar.gz 826136 BLAKE2B d1f85098567022d60f60e8afa30a316eed49371b91792e2bc35cd8a3fd83d584f3e85ad23ed9c82755b7e284753e6a14f4a0284bfb7109d86606418c04c8a4d6 SHA512 32611536f83247a84f0e5adcd8ee61bb1c38cf7f87ed480b9f80f7ac4356102d5491fd0f3fee942879408b65d0568d981c6bbd5c6fd13cb46b26c241ac73189c

View file

@ -0,0 +1,25 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EGO_PN=github.com/google/${PN}
if [[ ${PV} = *9999* ]]; then
inherit golang-vcs
else
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
EGIT_COMMIT="v${PV}"
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
inherit golang-vcs-snapshot
fi
inherit golang-build
DESCRIPTION="Provides packet processing capabilities for Go"
HOMEPAGE="https://github.com/google/gopacket"
LICENSE="BSD"
SLOT="0"
IUSE="pfring"
DEPEND="net-libs/libpcap
pfring? ( dev-go/gopacket-pfring )"
RDEPEND="${DEPEND}"