Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/charliecloud/
Date: Tue, 05 Jul 2022 08:52:09
Message-Id: 1657011122.827e963cef5d63b4da9b7e8735058fdf4dc49e74.juippis@gentoo
1 commit: 827e963cef5d63b4da9b7e8735058fdf4dc49e74
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Mon Jun 27 21:45:51 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 08:52:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827e963c
7
8 sys-cluster/charliecloud: Bump to 0.28.
9
10 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 sys-cluster/charliecloud/Manifest | 1 +
14 .../{charliecloud-9999.ebuild => charliecloud-0.28.ebuild} | 3 ++-
15 sys-cluster/charliecloud/charliecloud-9999.ebuild | 3 ++-
16 3 files changed, 5 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-cluster/charliecloud/Manifest b/sys-cluster/charliecloud/Manifest
19 index f94ed53bd21e..f1ec11e3aad4 100644
20 --- a/sys-cluster/charliecloud/Manifest
21 +++ b/sys-cluster/charliecloud/Manifest
22 @@ -1,2 +1,3 @@
23 DIST charliecloud-0.26.tar.gz 472324 BLAKE2B 2b4b8f44f05a497e9367e97e49de255170b610880ef5d7909f7837bc54962f2c2de929d8381b99dc3f4b6124583744993b59839f8f1481cdbd5dc32334d3da9f SHA512 a8638db42a5563723b62ba0e9b9861b41e76b9246b94887d57a8d4c421d9dd2e8c0965b62af166e47859b72a50a2e01ec6775ef13f79c52696a6b2fd95134174
24 DIST charliecloud-0.27.tar.gz 471754 BLAKE2B b683847a79dd55a4bb79458e94e03988acdff0a1e6a24e7f67d56758bdbc3754cc3609e97bfc778f5cb6ce35d6f4df773235314c2ed642ac796b28b824ecadf6 SHA512 cfa5b1ac923008b9a38fc0228562b31551ea941bf222c9b9e12d8dce4c83ca896893e3509773a5ebc02d6b374d08dc049797226cf1432099aae7174c2bc5ee2b
25 +DIST charliecloud-0.28.tar.gz 504793 BLAKE2B 97b9249be59700506b7b7032da7111b0099b88bea6cb73e348238ef2aacfb55ee9d868f81036728b1e67a41911ca3e754d009ba74375847747f3303a7dc2304c SHA512 62a00f16c118e3dd8d9f011290666961216d24d07825590c9a3ec9dd527948be75c66df8d5ef50f4796567aa358ca4e466148ca78bad9d0715bb4caa26004eb6
26
27 diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-0.28.ebuild
28 similarity index 95%
29 copy from sys-cluster/charliecloud/charliecloud-9999.ebuild
30 copy to sys-cluster/charliecloud/charliecloud-0.28.ebuild
31 index 41b9c8ba478d..6a3d22ba4bd9 100644
32 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
33 +++ b/sys-cluster/charliecloud/charliecloud-0.28.ebuild
34 @@ -61,7 +61,7 @@ src_configure() {
35 # Libdir is used as a libexec-style destination.
36 --libdir="${EPREFIX}"/usr/lib
37 # Attempts to call python-exec directly otherwise.
38 - --with-sphinx-python="${PYTHON}"
39 + --with-sphinx-python="${EPYTHON}"
40 # This disables -Werror, see also: https://github.com/hpc/charliecloud/pull/808
41 --enable-buggy-build
42 # Do not use bundled version of dev-python/lark.
43 @@ -79,4 +79,5 @@ pkg_postinst() {
44 optfeature "Progress bars during long operations" sys-apps/pv
45 optfeature "Pack and unpack squashfs images" sys-fs/squashfs-tools
46 optfeature "Mount and umount squashfs images" sys-fs/squashfuse
47 + optfeature "Build versioning with ch-image" dev-vcs/git
48 }
49
50 diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild
51 index 41b9c8ba478d..6a3d22ba4bd9 100644
52 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
53 +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild
54 @@ -61,7 +61,7 @@ src_configure() {
55 # Libdir is used as a libexec-style destination.
56 --libdir="${EPREFIX}"/usr/lib
57 # Attempts to call python-exec directly otherwise.
58 - --with-sphinx-python="${PYTHON}"
59 + --with-sphinx-python="${EPYTHON}"
60 # This disables -Werror, see also: https://github.com/hpc/charliecloud/pull/808
61 --enable-buggy-build
62 # Do not use bundled version of dev-python/lark.
63 @@ -79,4 +79,5 @@ pkg_postinst() {
64 optfeature "Progress bars during long operations" sys-apps/pv
65 optfeature "Pack and unpack squashfs images" sys-fs/squashfs-tools
66 optfeature "Mount and umount squashfs images" sys-fs/squashfuse
67 + optfeature "Build versioning with ch-image" dev-vcs/git
68 }