mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-04 14:56:16 +01:00
net-misc/meg: drop, unmaintained
This commit is contained in:
parent
ac5e70283b
commit
ff565df34e
3 changed files with 0 additions and 52 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST github.com-tomnomnom-rawhttp-f7ac0ba.tar.gz 5175 BLAKE2B 55a8cf23014d60c76ce5f7707213417803cf9393e1b95aeddc718eaa58da34ed17c02b7d545a8182da29d040db7cac6e0fd62e989a7e6ab70676a024f894be81 SHA512 2492ba0e7454974b04b1072abffc29069603d945434242e61f70f1f33abb1e80052cfcf4c85e12ce1a2ef382280c2c113b853008090d4e650fac69503578cd5c
|
||||
DIST meg-0.2.4.tar.gz 9985 BLAKE2B 5ac0d7dd9057cc764d0a05b2e179612c377fe0da9aa4dc78cfbf5b265d38740ac91da5f0a243700695dddbfa83467349bdd0522834d59495b55bd00aaacffa40 SHA512 7f1908a866f339840439be7eb8357de7999d02980950e2b21b3fad0fdd33a8df5370f06b447750d3a7e9b50781897e3747d377089418331bce7f6c89cabfac04
|
||||
|
|
@ -1,42 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
EGO_PN="github.com/tomnomnom/meg"
|
||||
EGO_VENDOR=( "github.com/tomnomnom/rawhttp f7ac0ba" )
|
||||
|
||||
inherit eutils golang-vcs-snapshot
|
||||
|
||||
DESCRIPTION="Fetch many paths for many hosts - without killing the hosts"
|
||||
HOMEPAGE="https://github.com/tomnomnom/meg"
|
||||
|
||||
SRC_URI="https://github.com/tomnomnom/meg/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
${EGO_VENDOR_URI}"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE="MIT"
|
||||
IUSE=""
|
||||
SLOT=0
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND=">=dev-lang/go-1.12"
|
||||
|
||||
src_compile() {
|
||||
GOPATH="${S}:$(get_golibdir_gopath)" \
|
||||
GOCACHE="${T}/go-cache" \
|
||||
go build -v -work -x -ldflags="-s -w" "${EGO_PN}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
GOPATH="${S}:$(get_golibdir_gopath)" \
|
||||
GOCACHE="${T}/go-cache" \
|
||||
go install -v -work -x -ldflags="-s -w" "${EGO_PN}" || die
|
||||
|
||||
dobin bin/${PN}
|
||||
|
||||
insinto "/usr/share/${PN}"
|
||||
doins -r src/"${EGO_PN}"/lists
|
||||
|
||||
dodoc src/"${EGO_PN}"/{README.mkd,CONTRIBUTING.mkd}
|
||||
}
|
||||
|
|
@ -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>
|
||||
Loading…
Reference in a new issue