httprobe: remove, unmaintained

This commit is contained in:
Anton Bolshakov 2025-01-06 12:00:18 +08:00
parent d3778ffd5c
commit ca7d0c5ac1
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 0 additions and 40 deletions

View file

@ -1 +0,0 @@
DIST httprobe-0.2.tar.gz 4738 BLAKE2B d34b4a4b78750702c75385fb7d8c4f74973314d5c8a4380ead77c25da525ec73128f29c8bbcf09c85eaec37f87343ed888ee53b164cafcd65e0e76d03a442b6e SHA512 22fa808bf3db0c33f3391512724003ca94556216f247b62ffd20b147b30d41ca4974aea14458991af7ab65928a7b63c697d3d9d3d19a499af454617e270fffaf

View file

@ -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
}

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>