mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-01 13:03:00 +01:00
waybackurls: drop unmaintained
This commit is contained in:
parent
bfd50ef947
commit
87f76cf25c
3 changed files with 0 additions and 43 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST waybackurls-0.0.2.tar.gz 2110 BLAKE2B 82c6b0a46a6107012e868d925bc4753a88f38fe1338ac666ec43fb8ebfab20eb262c5257bb5d71d81692338754d355b558f73684e6c5148b687bfc60dc502039 SHA512 a59dec30a991a67eb6ecf961d9506c52a46138f443293615f65edda83098887ff4a833a3fdb7d634f292bd2a6b374319a24ff05c3ccc3337304291b2e0f729e1
|
||||
|
|
@ -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>
|
||||
|
|
@ -1,34 +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/waybackurls"
|
||||
|
||||
inherit eutils golang-vcs-snapshot
|
||||
|
||||
DESCRIPTION="Fetch all the URLs that the Wayback Machine knows about for a domain"
|
||||
HOMEPAGE="https://github.com/tomnomnom/waybackurls"
|
||||
SRC_URI="https://github.com/tomnomnom/waybackurls/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE="Unlicense"
|
||||
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}
|
||||
}
|
||||
Loading…
Reference in a new issue