public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/
Date: Sun, 30 Jul 2017 16:24:00 +0000 (UTC)	[thread overview]
Message-ID: <1501431823.db9c0e2cfd13f33775f1402fec0f3bd257b815f3.soap@gentoo> (raw)

commit:     db9c0e2cfd13f33775f1402fec0f3bd257b815f3
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Jul 22 13:36:38 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 16:23:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9c0e2c

app-backup/restic: bump to 0.7.1

Closes: https://github.com/gentoo/gentoo/pull/5169

 app-backup/restic/Manifest                                     | 1 +
 app-backup/restic/restic-0.4.0.ebuild                          | 4 ++--
 app-backup/restic/restic-0.5.0.ebuild                          | 2 +-
 app-backup/restic/restic-0.6.1.ebuild                          | 4 ++--
 app-backup/restic/{restic-0.6.1.ebuild => restic-0.7.1.ebuild} | 6 +++---
 5 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/app-backup/restic/Manifest b/app-backup/restic/Manifest
index ae72245e315..cf9250b5e48 100644
--- a/app-backup/restic/Manifest
+++ b/app-backup/restic/Manifest
@@ -2,3 +2,4 @@ DIST restic-0.4.0.tar.gz 22926188 SHA256 746dbc7b73f5a542be57b71714b243266a011f1
 DIST restic-0.5.0.tar.gz 22937327 SHA256 a8e99087478a076b8a9c7c74d37cd23a56224d8c9b242c171756784ade024fda SHA512 571e4b0aa92a6cd9320f48c46a4b2190576d9328169d54762747dfa024ab280fb41ee377b59f0114d89ebd50bc54488a8cb5e2b36c57959202e848394107bb3c WHIRLPOOL 19fef25a6e2dff3145a6700abb581e7cae3abe5522ee0197f56a572d499824e84ba25a3111c5e71856ffac18d75622766c74c585a44b6db489468050e1c8d59a
 DIST restic-0.6.1.tar.gz 25231223 SHA256 7cd709c592a5978723673397d7d13c37c0977e20c43db253d0c274b53a55654a SHA512 8c899ca8b6e3dfa399fe5c4306f72a1bcfa869dd667d27f3f88efa26aaa1000959bf91b515911b2ef7b2d4c5bb3e2ed4f202c87add7766d2147b7d40f0757a9a WHIRLPOOL 39225876fd6ce9e4ddac765688238ab5ea430272aacc6e96d54c359de939d2e69cdc45a5571cb63777c258a74b5a9bfbd6114d2463004b242b009856d87b6e2e
 DIST restic-0.7.0.tar.gz 25331189 SHA256 0d50e846429005fb78cb8d62876a8f0748942d7422cb115aba2d0669d25afee7 SHA512 13a7748d5317fb623b4a2dcc7771f09a2039159cc2a0d762d80ca253d59dd5d22f463fb2b033d134b540c2f239b9a75bb2eb13a08a61e009b78a56fa73ff4c2d WHIRLPOOL ae0d7fb17df4fd8346dcdd80172ec44e7127c354237472611e43a31bf85ed4342a6d79725761a7667608095e36d14b0e85a3b58bde27db24d0e5c9ff9c1b5027
+DIST restic-0.7.1.tar.gz 25438170 SHA256 81efde662c34225b5705f3d72daa1f6278455c2b8f786224d7a1ecca0b14efca SHA512 3b887149c801fe81f9bf65e0ae4a17ba97f66c0133f45b3f5526d79d580f072e0e5fd89cd78a5018992dc42e6dafb9385139f4336fe6f06d57d8abe7a9e323b1 WHIRLPOOL bbdeafadd7b329147b7ea30b13d806d20de76e8efcc1ace4eea74420aa39f6d7a8f5eb186169d2a053988d07d44063ca71c54287aa07c4cd4cdc906a07b80dc7

diff --git a/app-backup/restic/restic-0.4.0.ebuild b/app-backup/restic/restic-0.4.0.ebuild
index 1d246f69ba3..f8b97883a8a 100644
--- a/app-backup/restic/restic-0.4.0.ebuild
+++ b/app-backup/restic/restic-0.4.0.ebuild
@@ -15,9 +15,9 @@ IUSE="test"
 DOCS=( README.md CONTRIBUTING.md doc/Design.md doc/FAQ.md doc/index.md doc/Manual.md doc/REST_backend.md )
 
 DEPEND="dev-lang/go
-	test? ( sys-fs/fuse )"
+	test? ( sys-fs/fuse:0 )"
 
-RDEPEND="sys-fs/fuse"
+RDEPEND="sys-fs/fuse:0"
 
 src_compile() {
 	local mygoargs=(

diff --git a/app-backup/restic/restic-0.5.0.ebuild b/app-backup/restic/restic-0.5.0.ebuild
index 1d246f69ba3..7780342a0c8 100644
--- a/app-backup/restic/restic-0.5.0.ebuild
+++ b/app-backup/restic/restic-0.5.0.ebuild
@@ -17,7 +17,7 @@ DOCS=( README.md CONTRIBUTING.md doc/Design.md doc/FAQ.md doc/index.md doc/Manua
 DEPEND="dev-lang/go
 	test? ( sys-fs/fuse )"
 
-RDEPEND="sys-fs/fuse"
+RDEPEND="sys-fs/fuse:0"
 
 src_compile() {
 	local mygoargs=(

diff --git a/app-backup/restic/restic-0.6.1.ebuild b/app-backup/restic/restic-0.6.1.ebuild
index a2ae0e8c561..ed91b94db27 100644
--- a/app-backup/restic/restic-0.6.1.ebuild
+++ b/app-backup/restic/restic-0.6.1.ebuild
@@ -16,9 +16,9 @@ DOCS=( README.rst CONTRIBUTING.md doc/design.rst doc/faq.rst doc/index.rst doc/m
 	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 )"
+	test? ( sys-fs/fuse:0 )"
 
-RDEPEND="sys-fs/fuse"
+RDEPEND="sys-fs/fuse:0"
 
 src_compile() {
 	local mygoargs=(

diff --git a/app-backup/restic/restic-0.6.1.ebuild b/app-backup/restic/restic-0.7.1.ebuild
similarity index 88%
copy from app-backup/restic/restic-0.6.1.ebuild
copy to app-backup/restic/restic-0.7.1.ebuild
index a2ae0e8c561..a8378c308d7 100644
--- a/app-backup/restic/restic-0.6.1.ebuild
+++ b/app-backup/restic/restic-0.7.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-DESCRIPTION="restic is a backup program that is fast, efficient and secure"
+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"
 
@@ -16,9 +16,9 @@ DOCS=( README.rst CONTRIBUTING.md doc/design.rst doc/faq.rst doc/index.rst doc/m
 	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 )"
+	test? ( sys-fs/fuse:0 )"
 
-RDEPEND="sys-fs/fuse"
+RDEPEND="sys-fs/fuse:0"
 
 src_compile() {
 	local mygoargs=(


             reply	other threads:[~2017-07-30 16:24 UTC|newest]

Thread overview: 81+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-30 16:24 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07  6:46 [gentoo-commits] repo/gentoo:master commit in: app-backup/restic/ 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-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=1501431823.db9c0e2cfd13f33775f1402fec0f3bd257b815f3.soap@gentoo \
    --to=soap@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