From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/
Date: Sun, 1 Dec 2024 12:04:05 +0000 (UTC) [thread overview]
Message-ID: <1733054527.0ed83aba95fdb0a87ac774234b54624839ec55a8.sam@gentoo> (raw)
commit: 0ed83aba95fdb0a87ac774234b54624839ec55a8
Author: David Roman <droman <AT> ifae <DOT> es>
AuthorDate: Mon Oct 28 10:30:54 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 12:02:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed83aba
app-backup/restic: add 0.17.2
Signed-off-by: David Roman <droman <AT> ifae.es>
Closes: https://github.com/gentoo/gentoo/pull/39136
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-backup/restic/Manifest | 3 ++
app-backup/restic/restic-0.17.2.ebuild | 60 ++++++++++++++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/app-backup/restic/Manifest b/app-backup/restic/Manifest
index c63e503a90a2..1631bf94863a 100644
--- a/app-backup/restic/Manifest
+++ b/app-backup/restic/Manifest
@@ -4,3 +4,6 @@ DIST restic-0.17.0-deps.tar.xz 173393552 BLAKE2B fe5b89cabd820c43d417d768ade1f0f
DIST restic-0.17.0.tar.gz 24093378 BLAKE2B 9930c1b7e27b532cfefecfd5bc8f90112e75452c5fe660015b5c31493018914f4f81fc3895fa83045a099cfd600d1bc615e689ec0cda28ecb93f4b95c6a3b075 SHA512 f9b91844f8eec7b462af05bf210c489c440ef7e8d2a5109aed4c1ead5988d722c74ca84ba770270e65c683e1c973ed0d36a3a218f2170da936d84028a264938b
DIST restic-0.17.1-deps.tar.xz 173603816 BLAKE2B 45745446febd9bfcd9bbb69e1687be3ec8d3487a33bf01011fa05e8155df7e20c04416754ed28fc12e9dcb6550960e672848605cf1c0b474cb8fe301ba49ab4a SHA512 932fa4ccf71fb04da0a68440e7f79ff628ea3fab3c970c11e87b8868cf7603691c73bb6083d34caa7f7e3be12a2b18b4e6c996ccd0294d15bdc76968f30fa1d6
DIST restic-0.17.1.tar.gz 24104588 BLAKE2B cdfb89f21afe31c0f7bd881e8fbdfdeef020d3cb00910533954ff29218e2ee2ff7966e60c7e44fafb756cf0f1f7707e236b522e01816385d5db1a36f42e104ff SHA512 668b41cff65a81c7458b58c622a35bbbc4f73561e78af399440050744d18d751cab3030163a4c192091f1e21755c6988b94fbb6dd2dc47c626582fea8711f574
+DIST restic-0.17.2-deps.tar.xz 173467792 BLAKE2B 211142acd818e236bdd19709a641afd072670ebed082a914cda0a1b51c49cbd0c92877afb552abeabfa0482e51f39eee399f53a8731099851cf89a0340f06ebb SHA512 958bc3dc2af328a097b925e20f1a22ae238425fed2afc9ce382c31c54152d28a00cc64dc90a88c939e17670608dcb786a972f64fa7cba40cbcc9bf1f9964b49d
+DIST restic-0.17.2.tar.gz 24107857 BLAKE2B 56bc1035a9f9721f74db9645330700489dddf18a8116dec4b5c9a0fa1192e3b015a288c6f9409e840b6d783b34b777c2d0f8aa38ffc2cee38733a984b50e068e SHA512 73d6706203cd75288633f15fb440a05f5eee8b3e352f3f3ce78a53f6397a82a431f0d53bfe6559fd302314b33d98cb1290845c25b338931f8b829bf634b2fb36
+DIST restic-0.17.2.tar.gz.asc 833 BLAKE2B 4671fb794c40412e91df91c0fc80da2a6fe382e7226b2f7cdb2f70c8c95812d4ec1dd81b58067a1cb8d12adf019b94e92f419a32dd429b30f9414cf0d9ee7ac9 SHA512 8363cf66e1251fda9d2dec7832fc9717c3da249eea87af94385dc2b69bf2acd7051c9bce4577a8ea3ccfa48f38dcf2d46be31deab9a8daa6e693aa590de78bae
diff --git a/app-backup/restic/restic-0.17.2.ebuild b/app-backup/restic/restic-0.17.2.ebuild
new file mode 100644
index 000000000000..ca8727ad11c3
--- /dev/null
+++ b/app-backup/restic/restic-0.17.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/alexanderneumann.asc
+inherit go-module shell-completion verify-sig
+
+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
+ verify-sig? ( https://github.com/restic/restic/releases/download/v${PV}/${P}.tar.gz.asc )
+"
+SRC_URI+=" https://gentoo.kropotkin.rocks/go-pkgs/${P}-deps.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}"
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-alexanderneumann )"
+
+src_unpack() {
+ if use verify-sig; then
+ verify-sig_verify_detached "${DISTDIR}"/${P}.tar.gz "${DISTDIR}"/${P}.tar.gz.asc
+ fi
+
+ default
+}
+
+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
+}
next reply other threads:[~2024-12-01 12:04 UTC|newest]
Thread overview: 104+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-01 12:04 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-23 13:45 [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/ Sam James
2025-09-23 13:45 Sam James
2025-07-07 22:11 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-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-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
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=1733054527.0ed83aba95fdb0a87ac774234b54624839ec55a8.sam@gentoo \
--to=sam@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