From 407525b571b48cfd65e1ad7a02d250a927c967c9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Dec 2017 03:04:39 +0000 Subject: gentoo resync : 01.12.2017 --- app-backup/restic/restic-0.6.1.ebuild | 45 ----------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 app-backup/restic/restic-0.6.1.ebuild (limited to 'app-backup/restic/restic-0.6.1.ebuild') diff --git a/app-backup/restic/restic-0.6.1.ebuild b/app-backup/restic/restic-0.6.1.ebuild deleted file mode 100644 index ed91b94db276..000000000000 --- a/app-backup/restic/restic-0.6.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="restic is a backup program that is fast, efficient and secure" -HOMEPAGE="https://restic.github.io/" -SRC_URI="https://github.com/restic/restic/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DOCS=( README.rst CONTRIBUTING.md doc/design.rst doc/faq.rst doc/index.rst doc/manual.rst - doc/rest_backend.rst doc/development.rst doc/talks.rst doc/tutorial_aws_s3.rst doc/installation.rst ) - -DEPEND="dev-lang/go - test? ( sys-fs/fuse:0 )" - -RDEPEND="sys-fs/fuse:0" - -src_compile() { - local mygoargs=( - -v - -work - -x - -tags release - -ldflags "-w -X main.version=${PV}" - -asmflags "-trimpath=${S}/vendor -trimpath=${S}" - -gcflags "-trimpath=${S}/vendor -trimpath=${S}" - -o "${S}"/restic cmds/restic - ) - - GOPATH="${S}:${S}/vendor" go build "${mygoargs[@]}" || die -} - -src_test() { - GOPATH="${S}:${S}/vendor" go test -v -work -x restic/... cmds/... || die -} - -src_install() { - dobin restic - einstalldocs -} -- cgit v1.2.3