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: sys-fs/bees/
Date: Mon,  4 Jan 2021 13:56:04 +0000 (UTC)	[thread overview]
Message-ID: <1609768558.7bdcbe60c6eab1d4f4973b8df5eb9ac32669a647.juippis@gentoo> (raw)

commit:     7bdcbe60c6eab1d4f4973b8df5eb9ac32669a647
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Thu Dec 24 00:21:58 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 13:55:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdcbe60

sys-fs/bees: bump to 0.6.4

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-fs/bees/Manifest                                | 1 +
 sys-fs/bees/{bees-9999.ebuild => bees-0.6.4.ebuild} | 6 +++---
 sys-fs/bees/bees-9999.ebuild                        | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/sys-fs/bees/Manifest b/sys-fs/bees/Manifest
index e8d393d0f83..c43cefc6e65 100644
--- a/sys-fs/bees/Manifest
+++ b/sys-fs/bees/Manifest
@@ -1 +1,2 @@
 DIST bees-0.6.1.tar.gz 124411 BLAKE2B fd6c875334cb610da94a4633351b7edc5a4ecf4ff467bb93c8559a1698fd29667d43955e0031498401ceeb3d8db13b5aeb80d2f16cd61e4d5a6607e432082c79 SHA512 cd44d21959d3ab4dda255f0a4a57bd3aeecfb9fee6ea26d68a1b5f84d407f75bd0b442ecf4fefc5ac856dcd9af035f44ceeff77a8926b164f97a15350efcee33
+DIST bees-0.6.4.tar.gz 126064 BLAKE2B 562f0cfd63d15978a26f859548eb36cea0bf1be8e363c7ee5d2294e3c6407b4a93d865ffe2d15fabaeb2b3e136ad2d48cab3210c00e5fe39432985186ad62c55 SHA512 ce0eb66ac0770838e13ba6007fd765c02aea3f5eefc09e2834118d420e71693c37b8aa8511cfc9577ca09ab82d37787a1854edbed090c059759b29c70d834672

diff --git a/sys-fs/bees/bees-9999.ebuild b/sys-fs/bees/bees-0.6.4.ebuild
similarity index 96%
copy from sys-fs/bees/bees-9999.ebuild
copy to sys-fs/bees/bees-0.6.4.ebuild
index 6c04e62724b..6c38f7b9c91 100644
--- a/sys-fs/bees/bees-9999.ebuild
+++ b/sys-fs/bees/bees-0.6.4.ebuild
@@ -8,9 +8,9 @@ inherit linux-info systemd
 DESCRIPTION="Best-Effort Extent-Same, a btrfs dedup agent"
 HOMEPAGE="https://github.com/Zygo/bees"
 
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/Zygo/bees.git"
+if [[ ${PV} == 9999 ]] ; then
 	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Zygo/bees.git"
 else
 	SRC_URI="https://github.com/Zygo/bees/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~arm64"
@@ -46,7 +46,7 @@ pkg_pretend() {
 			ewarn
 		fi
 		if kernel_is -lt 5 1 0; then
-			ewarn "IMPORTANT: With kernel versions below 5.0.4, you may experience data corruption"
+			ewarn "IMPORTANT: With kernel versions below 5.1.0, you may experience data corruption"
 			ewarn "due to bees using compression in btrfs. You are adviced to use a chronologically"
 			ewarn "later kernel, that includes older LTS versions released after 5.0.4:"
 			ewarn "Fixed in: 5.1+, 5.0.4+, 4.19.31+, 4.14.108+, 4.9.165+, 4.4.177+, 3.18.137+"

diff --git a/sys-fs/bees/bees-9999.ebuild b/sys-fs/bees/bees-9999.ebuild
index 6c04e62724b..6c38f7b9c91 100644
--- a/sys-fs/bees/bees-9999.ebuild
+++ b/sys-fs/bees/bees-9999.ebuild
@@ -8,9 +8,9 @@ inherit linux-info systemd
 DESCRIPTION="Best-Effort Extent-Same, a btrfs dedup agent"
 HOMEPAGE="https://github.com/Zygo/bees"
 
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_REPO_URI="https://github.com/Zygo/bees.git"
+if [[ ${PV} == 9999 ]] ; then
 	inherit git-r3
+	EGIT_REPO_URI="https://github.com/Zygo/bees.git"
 else
 	SRC_URI="https://github.com/Zygo/bees/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 	KEYWORDS="~amd64 ~arm64"
@@ -46,7 +46,7 @@ pkg_pretend() {
 			ewarn
 		fi
 		if kernel_is -lt 5 1 0; then
-			ewarn "IMPORTANT: With kernel versions below 5.0.4, you may experience data corruption"
+			ewarn "IMPORTANT: With kernel versions below 5.1.0, you may experience data corruption"
 			ewarn "due to bees using compression in btrfs. You are adviced to use a chronologically"
 			ewarn "later kernel, that includes older LTS versions released after 5.0.4:"
 			ewarn "Fixed in: 5.1+, 5.0.4+, 4.19.31+, 4.14.108+, 4.9.165+, 4.4.177+, 3.18.137+"


             reply	other threads:[~2021-01-04 13:56 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-04 13:56 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-08 14:12 [gentoo-commits] repo/gentoo:master commit in: sys-fs/bees/ Joonas Niilola
2023-12-28 14:58 Sam James
2023-09-27 10:11 Joonas Niilola
2023-07-10  3:54 Sam James
2023-07-10  3:53 Sam James
2023-07-10  3:53 Sam James
2023-07-10  3:53 Sam James
2023-07-10  3:53 Sam James
2023-07-07  2:20 Sam James
2023-02-09 13:33 Joonas Niilola
2023-02-09 13:33 Joonas Niilola
2023-02-09 13:33 Joonas Niilola
2023-02-09 13:33 Joonas Niilola
2023-02-09 13:33 Joonas Niilola
2022-12-17 19:33 Sam James
2022-12-17 19:33 Sam James
2022-12-17 19:33 Sam James
2022-12-17 19:33 Sam James
2022-05-30  7:38 Sam James
2021-07-09  0:11 Ionen Wolkens
2021-07-07 18:47 Ionen Wolkens
2021-07-07 18:47 Ionen Wolkens
2021-01-04 13:56 Joonas Niilola
2020-11-07 20:04 Sam James
2019-11-30  7:50 Joonas Niilola
2019-11-30  7:50 Joonas Niilola
2019-11-28 16:34 Joonas Niilola
2019-11-28 16:34 Joonas Niilola
2019-06-18  5:40 Michał Górny
2019-06-18  5:40 Michał Górny
2018-10-01  8:01 Georgy Yakovlev
2018-10-01  8:01 Georgy Yakovlev
2018-09-29 20:08 Michał Górny

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=1609768558.7bdcbe60c6eab1d4f4973b8df5eb9ac32669a647.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