diff --git a/net-misc/meg/Manifest b/net-misc/meg/Manifest deleted file mode 100644 index e80fe4161..000000000 --- a/net-misc/meg/Manifest +++ /dev/null @@ -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 diff --git a/net-misc/meg/meg-0.2.4.ebuild b/net-misc/meg/meg-0.2.4.ebuild deleted file mode 100644 index b9f3d98c2..000000000 --- a/net-misc/meg/meg-0.2.4.ebuild +++ /dev/null @@ -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} -} diff --git a/net-misc/meg/metadata.xml b/net-misc/meg/metadata.xml deleted file mode 100644 index ebc718e70..000000000 --- a/net-misc/meg/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - email@linxon.ru - Yury Martynov - -