diff --git a/net-misc/httprobe/Manifest b/net-misc/httprobe/Manifest deleted file mode 100644 index 146affeb70..0000000000 --- a/net-misc/httprobe/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST httprobe-0.2.tar.gz 4738 BLAKE2B d34b4a4b78750702c75385fb7d8c4f74973314d5c8a4380ead77c25da525ec73128f29c8bbcf09c85eaec37f87343ed888ee53b164cafcd65e0e76d03a442b6e SHA512 22fa808bf3db0c33f3391512724003ca94556216f247b62ffd20b147b30d41ca4974aea14458991af7ab65928a7b63c697d3d9d3d19a499af454617e270fffaf diff --git a/net-misc/httprobe/httprobe-0.2.ebuild b/net-misc/httprobe/httprobe-0.2.ebuild deleted file mode 100644 index 8bfc1492bc..0000000000 --- a/net-misc/httprobe/httprobe-0.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -EGO_PN="github.com/tomnomnom/httprobe" - -inherit golang-vcs-snapshot - -DESCRIPTION="Take a list of domains and probe for working HTTP and HTTPS servers" -HOMEPAGE="https://github.com/tomnomnom/httprobe" -SRC_URI="https://github.com/tomnomnom/httprobe/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -src_compile() { - GOPATH="${S}:$(get_golibdir_gopath)" \ - GOCACHE="${T}/go-cache" \ - go build -v -work -x -ldflags="-w" "${EGO_PN}" || die -} - -src_install() { - GOPATH="${S}:$(get_golibdir_gopath)" \ - GOCACHE="${T}/go-cache" \ - go install -v -work -x -ldflags="-w" "${EGO_PN}" || die - - dobin bin/${PN} - dodoc src/"${EGO_PN}"/README.md -} diff --git a/net-misc/httprobe/metadata.xml b/net-misc/httprobe/metadata.xml deleted file mode 100644 index ebc718e70a..0000000000 --- a/net-misc/httprobe/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - email@linxon.ru - Yury Martynov - -