mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
commit
3ebaccaefd
11 changed files with 160 additions and 2 deletions
1
dev-go/cobra/Manifest
Normal file
1
dev-go/cobra/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST cobra-0.0.5.tar.gz 111126 BLAKE2B 0f5fe38e3e278603fcc53edfdd72206d7b6850aa3ac4054b4242091949fe327bf80ddc46c20c3df1e644807e5b8882c528ca5d3bc184b9f039038cbe9043835a SHA512 c21a2c935365c74772152e37adea553dc89fd31dae794bd7e8f56d7c9eaafe717e2d0d6f56e1c8d2fe442df445dee9f03bbd30e802e2ac6911babf309b901c04
|
||||
31
dev-go/cobra/cobra-0.0.5.ebuild
Normal file
31
dev-go/cobra/cobra-0.0.5.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EGO_PN=github.com/spf13/${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="A Commander for modern Go CLI interactions"
|
||||
HOMEPAGE="https://github.com/spf13/cobra"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-go/pflag-1.0.3
|
||||
>=dev-lang/go-1.10
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
DIST go-multierror-20180717.tar.gz 18178 BLAKE2B d3774b7a202d62fb8a1446d4e45f294df17452252f6d7bf85f54c73981d84d2333db7d747f022ebced8dc97f7e0b22b84d16010874be944948609c7acb41e64d SHA512 749030ea6c4f1577752d166e504f550696f29e26f974146587ce8984939659d0fffc68b4b0e36a0f5a3f4a32d45cb0dea8e7bab3e83465a38802cac5c2e9d43e
|
||||
EBUILD go-multierror-20180717.ebuild 679 BLAKE2B eeb0d6867ee781aade755ca46986090658a22dc5e6dfb455c89c6bae2c00584a3521532d4de91d1158f3444886a8f542a4909aaf4f8944a71553462b7bb09178 SHA512 e59f504f8e37961d9a821f97bc71a19dd91dc08b7794d548d0877bfe2a8207ae558b3702cf34ee58c7075931f287dbd01ec934dca2d94a3117b65df89be4e05d
|
||||
DIST go-multierror-20180824.tar.gz 18178 BLAKE2B d3774b7a202d62fb8a1446d4e45f294df17452252f6d7bf85f54c73981d84d2333db7d747f022ebced8dc97f7e0b22b84d16010874be944948609c7acb41e64d SHA512 749030ea6c4f1577752d166e504f550696f29e26f974146587ce8984939659d0fffc68b4b0e36a0f5a3f4a32d45cb0dea8e7bab3e83465a38802cac5c2e9d43e
|
||||
|
|
|
|||
28
dev-go/go-multierror/go-multierror-20180824.ebuild
Normal file
28
dev-go/go-multierror/go-multierror-20180824.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
EGO_PN=github.com/hashicorp/${PN}
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit golang-vcs
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
|
||||
EGIT_COMMIT="3d5d8f294aa03d8e98859feac328afbdf1ae0703"
|
||||
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
inherit golang-vcs-snapshot
|
||||
fi
|
||||
|
||||
inherit golang-build
|
||||
|
||||
DESCRIPTION="A Go (golang) package for representing a list of errors as a single error"
|
||||
HOMEPAGE="https://github.com/hashicorp/go-multierror"
|
||||
|
||||
LICENSE="MPL-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-lang/go-1.10"
|
||||
DEPEND="${RDEPEND}"
|
||||
1
dev-go/pflag/Manifest
Normal file
1
dev-go/pflag/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pflag-1.0.3.tar.gz 46002 BLAKE2B b7caa90be69c7bb6a36b0da68af309debee6edd6e2596d39e286ebdb10f9f90246736f3af3a35c89ac704e2764d2ac40e76dad09c3147a942200592e3d234916 SHA512 d7121dade4fc06568cfb650a529dda350c60171e97ca405d29b9654a9fd06e453d20f8efc2fd8c51f530cfb0708648b2b2ba06ab40897b262ef2f3baf04d65a7
|
||||
30
dev-go/pflag/pflag-1.0.3.ebuild
Normal file
30
dev-go/pflag/pflag-1.0.3.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EGO_PN=github.com/spf13/${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="Drop-in replacement for Go's flag package"
|
||||
HOMEPAGE="https://github.com/spf13/pflag"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/go-1.10
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -1 +1,2 @@
|
|||
DIST uuid-1.1.0.tar.gz 13546 BLAKE2B 10144ee26970c0715b260b4fdf890aee04939a06d781265002c49bd0981788505f6f2e86cfd2e6356e3c607b51d0a0bce9bbc8e526197c94dd1ca2a6b70482d1 SHA512 820cf7a35398a3c3238c2dc3e4f21a0019efb26c34fe1ee066c150ce6b1799e826344e1270382db103f326b6fd33f02d5d54065855f4d1723aa3a56ef602af74
|
||||
DIST uuid-1.1.1.tar.gz 13543 BLAKE2B 554d0cd47b38f272b4b6da0e7f326336c43bc2730ff595640c1ecbef2087fbfc063b21e6477003033ca2486c68fb91610f9e294a60f69fc72c60b1bc553eb778 SHA512 49d72c190422c1c7bd201f288a8bc644641ef61538b21d91e79d58d096f672bd49359d22be856d450f657848ff11b110ef325030565720f7bbc3e9d58b003f0b
|
||||
|
|
|
|||
28
dev-go/uuid/uuid-1.1.1.ebuild
Normal file
28
dev-go/uuid/uuid-1.1.1.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EGO_PN=github.com/google/uuid
|
||||
|
||||
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="A UUID package for Go."
|
||||
HOMEPAGE="https://github.com/google/uuid"
|
||||
|
||||
LICENSE="BSD-3-Clause"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-lang/go-1.10"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -1 +1,2 @@
|
|||
DIST gobuster-2.0.1.tar.gz 18776 BLAKE2B d2c1eb148fa541c638ab58ace2f0614dfadec0a9f5fb78ff2ca4447b280c3aa0010d50d86ef21caccec0cdd1195e7b6d65c60c80f2d107dea37426514bf71f15 SHA512 c154f93db317566dab43363f34b6b03b75bd81810a1749c708d96a3015e4a5af965aa6e6c00bdb6285e77163eebbddbecd2c1c8680991af0e1d4f4ccfb14a47a
|
||||
DIST gobuster-3.0.0.tar.gz 29180 BLAKE2B e7a9d0b297ef9ff246e2a303a8e6122f9c775526e73746ddb66e9456b12d4d5a7c4adc43c3d9a11c2f90f1806ae69f720f4c930d39e4f891937a3338f0edc87f SHA512 b38c348eec96bc590bd4557d58a4c5450823800f8dcab7634c61ad8be71ce95c06bc10b68d0f4c7ee58f2187021ea0fc7909db053d3552dfcfc3d8517481f2c4
|
||||
|
|
|
|||
37
net-analyzer/gobuster/gobuster-3.0.0.ebuild
Normal file
37
net-analyzer/gobuster/gobuster-3.0.0.ebuild
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
EGO_PN=github.com/OJ/${PN}
|
||||
|
||||
inherit golang-build
|
||||
|
||||
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
|
||||
|
||||
DESCRIPTION="A tool to brute-force URIs and DNS subdomains"
|
||||
HOMEPAGE="https://github.com/OJ/gobuster"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-go/cobra-0.0.4
|
||||
>=dev-go/uuid-1.1.1
|
||||
>=dev-lang/go-1.10
|
||||
dev-go/go-crypto
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_install(){
|
||||
dobin gobuster
|
||||
}
|
||||
|
|
@ -123,7 +123,7 @@ net-analyzer/subfinder
|
|||
=net-analyzer/droopescan-1.41*
|
||||
~net-analyzer/ham2mon-20170603
|
||||
~net-analyzer/cipherscan-20180519
|
||||
~net-analyzer/gobuster-2.0.1
|
||||
~net-analyzer/gobuster-3.0.0
|
||||
~net-analyzer/smbmap-20180508
|
||||
|
||||
=net-analyzer/yersinia-0.8*
|
||||
|
|
|
|||
Loading…
Reference in a new issue