public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/
Date: Mon, 25 Sep 2023 07:20:29 +0000 (UTC)	[thread overview]
Message-ID: <1695625658.e0438c2ac2c28b6c19ed8b9d4cb3e90379ba0cbc.arthurzam@gentoo> (raw)

commit:     e0438c2ac2c28b6c19ed8b9d4cb3e90379ba0cbc
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Sep  4 14:40:58 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 07:07:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0438c2a

app-backup/restic: add 0.16.0

Closes: https://bugs.gentoo.org/912687
Closes: https://bugs.gentoo.org/630244
Closes: https://bugs.gentoo.org/719874
Closes: https://bugs.gentoo.org/830936
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32605
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-backup/restic/Manifest             |  2 ++
 app-backup/restic/restic-0.16.0.ebuild | 47 ++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/app-backup/restic/Manifest b/app-backup/restic/Manifest
index 79f73e18ae7f..a62f21424de5 100644
--- a/app-backup/restic/Manifest
+++ b/app-backup/restic/Manifest
@@ -1,2 +1,4 @@
 DIST restic-0.15.2-deps.tar.xz 159164476 BLAKE2B 652c5f880dc88ab9b4fcfb0168cf5bce19587f7c0195e379ac01ff227fd453bb5fc6ab72b7803d7070f92ea608a077aa0f79005f000b5626d7ea8841c9ec9643 SHA512 e4ef9ebfc09998e912128d84790081d16c05dad23e680f642e204974fc1ddd3a1f92ad2035227f6448f7661e24ba69379b1dc8198115d2d3d780ad0b0c7a475c
 DIST restic-0.15.2.tar.gz 23924222 BLAKE2B d07f505a9d3a425c2fbad275f43a3a23e0b84b673e0ac77f52c45c2965266b483ae136fe99f0bc82903680ff0c5843edd1ed72e4864e5977c2ed2c85a703520c SHA512 8135f8a77c6f1264d962156f58fca4023da6581099cfd4a69379d8f1f137443c217c0207aeb7d41b603b341e78e9b3050c6bdad81323e0efd7b81805f33263bd
+DIST restic-0.16.0-vendor.tar.xz 3220044 BLAKE2B b3b27f397b440c59afe2c1f25346e243c51da4dbee53bfd5b5e113bc1c8c88bea328911fa8aaf5287989e5d4f5dfc7a28e0a3878cce172c18bcbdadc1aaa7abb SHA512 69f335d3cdd9b554b5f0b0255864854c2b3eb14c224f6474f3249be649faa1fa82b378c6c5582c09771771ccf8a12adb6ba527ccb2006606ca1724606366c849
+DIST restic-0.16.0.tar.gz 23972221 BLAKE2B f9f28cb5751265368583b8b1ac01fad591cccb13ae0a9c7b8b3d41329783230484d190d763223c2a43d57b001ddcb3cefbfb2a37cf00eaef7b49ddb2c9610375 SHA512 d51732b611407cc8ebc40c9acb45df8154f87ece26b37d32074b59f5cfb56cbcca71695036923a50739215426dce614fb32d8cd18c581d37dc10d8a25b8c95e5

diff --git a/app-backup/restic/restic-0.16.0.ebuild b/app-backup/restic/restic-0.16.0.ebuild
new file mode 100644
index 000000000000..ecaff989e08b
--- /dev/null
+++ b/app-backup/restic/restic-0.16.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module shell-completion
+
+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"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-vendor.tar.xz"
+
+LICENSE="Apache-2.0 BSD BSD-2 LGPL-3-with-linking-exception MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="sys-fs/fuse:0"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	local mygoargs=(
+		-tags release
+		-ldflags "-X main.version=${PV}"
+		-asmflags "-trimpath=${S}"
+		-gcflags "-trimpath=${S}"
+	)
+
+	ego build "${mygoargs[@]}" -o restic ./cmd/restic
+}
+
+src_test() {
+	addwrite /dev/fuse
+	# a number of the ./cmd/... tests fail
+	# ego test -timeout 30m ./cmd/... ./internal/...
+	RESTIC_TEST_FUSE=0 ego test -timeout 30m ./internal/...
+}
+
+src_install() {
+	dobin restic
+
+	newbashcomp doc/bash-completion.sh "${PN}"
+	newzshcomp doc/zsh-completion.zsh _restic
+	newfishcomp doc/fish-completion.fish "${PN}"
+
+	doman doc/man/*
+	dodoc doc/*.rst
+}


             reply	other threads:[~2023-09-25  7:20 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-25  7:20 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-07 22:11 [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/ Sam James
2025-05-24 19:21 Sam James
2025-05-24 18:50 Arthur Zamarin
2025-05-24 18:50 Arthur Zamarin
2025-04-19 20:07 Viorel Munteanu
2025-04-19 20:07 Viorel Munteanu
2025-03-08 18:54 Arthur Zamarin
2025-03-08 15:33 Sam James
2025-03-08 14:09 Sam James
2025-02-24  8:16 Arthur Zamarin
2025-01-17  2:08 William Hubbs
2025-01-10  1:13 Sam James
2025-01-09 23:38 Sam James
2025-01-09 23:38 Sam James
2024-12-01 12:04 Sam James
2024-11-25  9:34 Jakov Smolić
2024-11-24 23:31 Sam James
2024-11-24 23:31 Sam James
2024-10-12  7:28 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-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
2020-01-04 17:48 Joonas Niilola
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=1695625658.e0438c2ac2c28b6c19ed8b9d4cb3e90379ba0cbc.arthurzam@gentoo \
    --to=arthurzam@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