public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/
Date: Sat,  4 Jan 2020 17:48:14 +0000 (UTC)	[thread overview]
Message-ID: <1578160012.866ec97c31a28ace6db6f4cd81e2e03cb6ff51bc.juippis@gentoo> (raw)

commit:     866ec97c31a28ace6db6f4cd81e2e03cb6ff51bc
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Dec 25 00:10:36 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 17:46:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866ec97c

app-backup/restic: bump to 0.9.6

Closes: https://bugs.gentoo.org/703472
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14119
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-backup/restic/Manifest            |  1 +
 app-backup/restic/restic-0.9.6.ebuild | 54 +++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/app-backup/restic/Manifest b/app-backup/restic/Manifest
index 3b5caa578c3..843d171b033 100644
--- a/app-backup/restic/Manifest
+++ b/app-backup/restic/Manifest
@@ -1,2 +1,3 @@
 DIST restic-0.9.4.tar.gz 26211163 BLAKE2B 950a8da8217500a910f0e5966787b668417f1168e81365ecda70469ef42c24fed876e97b6a44ed9dda89c07760db4678d791960d78760d68c8f1846c827cf340 SHA512 8e75a1da6ee9a364c2bf53ce8f9b014549e7065eae349dc6baf68b0e8a8e9736f83c0495b822aac87480751f448bd42da34c440290b5f0967aea7becda5c448b
 DIST restic-0.9.5.tar.gz 26933971 BLAKE2B 7e6cb87c7ce0f860ed884a631b791d0dc44e770ffabf298f20c60197b32961a2a78380e2933ce3851215ec2e32bee95da67566bf7d2d30c3bb0dddda2c6ca804 SHA512 2541b4d70d23d28360c4398427d65ed08a5eea8c171b93be7b7d54baa7b06099f5473ff2fbe3d6b3d6691592300062ba1b240cc03772868d2a0adb1217c8a85f
+DIST restic-0.9.6.tar.gz 27008812 BLAKE2B 4c8982800d39bcd4c29067f2bad15df44b92758b009f5831efb16d211ea28cbb8cda94b9f6cc41a685942145fcfb71c59d0aa10fcb4bd1cd22d15ca812af4fd0 SHA512 f6f7797dc17644e8f0217d81f7194e8e6416f6e740bad0eb11bcf83ab72d1729025e59fd1b81eb9d57bdd60e98b3324026ddb2325c654eb1b51f8f30ed247089

diff --git a/app-backup/restic/restic-0.9.6.ebuild b/app-backup/restic/restic-0.9.6.ebuild
new file mode 100644
index 00000000000..4896858176f
--- /dev/null
+++ b/app-backup/restic/restic-0.9.6.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1 golang-vcs-snapshot
+
+DESCRIPTION="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"
+EGO_PN="github.com/restic/restic"
+
+LICENSE="Apache-2.0 BSD BSD-2 LGPL-3-with-linking-exception MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="sys-fs/fuse:0"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P}/src/${EGO_PN}"
+
+src_compile() {
+	local mygoargs=(
+		-v
+		-work
+		-x
+		-tags release
+		-ldflags "-X main.version=${PV}"
+		-asmflags "-trimpath=${S}"
+		-gcflags "-trimpath=${S}"
+		-o restic ${EGO_PN}/cmd/restic
+	)
+
+	GO111MODULE=off GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
+		go build "${mygoargs[@]}" || die
+}
+
+src_test() {
+	GO111MODULE=off GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" \
+		go test -timeout 30m -v -work -x ${EGO_PN}/cmd/... ${EGO_PN}/internal/... || die
+}
+
+src_install() {
+	dobin restic
+
+	newbashcomp doc/bash-completion.sh "${PN}"
+
+	insinto /usr/share/zsh/site-functions
+	newins doc/zsh-completion.zsh _restic
+
+	doman doc/man/*
+	dodoc doc/*.rst
+}


             reply	other threads:[~2020-01-04 17:48 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-04 17:48 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-12  7:28 [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/ Michał Górny
2024-10-11  0:24 Sam James
2024-10-11  0:24 Sam James
2024-10-07  6:46 Joonas Niilola
2024-10-07  6:46 Joonas Niilola
2024-08-13  7:36 Joonas Niilola
2024-08-13  7:36 Joonas Niilola
2024-07-31  0:02 Sam James
2024-07-30 18:00 Arthur Zamarin
2024-07-30 18:00 Arthur Zamarin
2024-07-09  3:08 Eli Schwartz
2024-07-09  3:08 Eli Schwartz
2024-04-09  5:52 Joonas Niilola
2024-04-09  5:52 Joonas Niilola
2024-04-08 15:32 Arthur Zamarin
2024-02-16 22:54 William Hubbs
2023-10-31 16:24 William Hubbs
2023-10-31 16:22 William Hubbs
2023-09-25  7:20 Arthur Zamarin
2023-07-06 17:22 William Hubbs
2023-05-26 20:06 Arthur Zamarin
2023-05-26 14:38 Sam James
2023-05-26 14:38 Sam James
2023-05-20 21:35 William Hubbs
2023-04-15  7:17 Joonas Niilola
2023-04-15  7:17 Joonas Niilola
2023-02-22  3:52 William Hubbs
2023-02-16  6:42 William Hubbs
2023-02-16  6:31 William Hubbs
2022-10-21 20:13 William Hubbs
2022-09-15  6:47 Agostino Sarubbo
2022-09-15  5:22 Joonas Niilola
2022-09-15  5:22 Joonas Niilola
2022-09-14 21:56 William Hubbs
2022-04-23  8:14 Florian Schmaus
2022-03-31  8:26 Florian Schmaus
2022-02-24  1:04 Yixun Lan
2022-02-23 10:15 Jakov Smolić
2022-02-23 10:08 Jakov Smolić
2022-02-23 10:08 Jakov Smolić
2021-08-26  6:42 Joonas Niilola
2021-08-26  6:42 Joonas Niilola
2021-05-10 12:31 Sam James
2021-04-19 23:12 Sam James
2021-03-28 12:17 Sam James
2021-03-09 11:27 Joonas Niilola
2021-03-09 11:27 Joonas Niilola
2021-03-05 20:34 Sam James
2021-03-04 10:42 Agostino Sarubbo
2021-03-03 12:37 Agostino Sarubbo
2020-11-12  8:54 Joonas Niilola
2020-10-10  7:22 Joonas Niilola
2020-10-10  7:22 Joonas Niilola
2020-01-27 12:46 Agostino Sarubbo
2020-01-27 11:47 Mikle Kolyada
2020-01-26 20:55 Thomas Deutschmann
2019-11-06 15:09 Joonas Niilola
2019-10-01  9:03 Jason A. Donenfeld
2019-06-18  7:26 Michał Górny
2019-06-18  7:26 Michał Górny
2019-03-15 22:56 Thomas Deutschmann
2018-10-18 21:40 Patrice Clement
2018-08-15 10:41 Michał Górny
2018-08-15 10:41 Michał Górny
2018-06-13 12:15 Michał Górny
2018-06-13 12:15 Michał Górny
2018-06-09  6:21 Michał Górny
2018-06-09  6:21 Michał Górny
2018-03-14 10:48 Michał Górny
2017-12-28 15:31 Craig Andrews
2017-11-30 14:47 Patrice Clement
2017-11-30 14:47 Patrice Clement
2017-10-04  1:38 Manuel Rüger
2017-10-03 22:07 Patrice Clement
2017-10-03 22:07 Patrice Clement
2017-09-16  6:33 Markus Meier
2017-07-30 16:24 David Seifert
2017-07-30 16:24 David Seifert
2017-07-04 23:23 Göktürk Yüksek
2017-06-01 22:45 Jason Donenfeld
2017-05-30 21:37 Patrice Clement
2017-03-15 21:30 Amy Liffey
2017-02-09  0:24 Göktürk Yüksek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1578160012.866ec97c31a28ace6db6f4cd81e2e03cb6ff51bc.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox