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, 27 Oct 2020 16:27:48
Message-Id: 1603816056.13c0d0329e4147d7f65e123a259339162cfc0368.juippis@gentoo
1 commit: 13c0d0329e4147d7f65e123a259339162cfc0368
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Wed Oct 21 23:04:35 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 16:27:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c0d032
7
8 sys-cluster/charliecloud: Version bump to 0.20.
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 sys-cluster/charliecloud/Manifest | 1 +
15 .../{charliecloud-9999.ebuild => charliecloud-0.20.ebuild} | 8 ++++----
16 sys-cluster/charliecloud/charliecloud-9999.ebuild | 8 ++++----
17 3 files changed, 9 insertions(+), 8 deletions(-)
18
19 diff --git a/sys-cluster/charliecloud/Manifest b/sys-cluster/charliecloud/Manifest
20 index 1478f698f64..9fd80c5676d 100644
21 --- a/sys-cluster/charliecloud/Manifest
22 +++ b/sys-cluster/charliecloud/Manifest
23 @@ -1,2 +1,3 @@
24 DIST charliecloud-0.18.tar.gz 366210 BLAKE2B 0da9542cccc39ff6f3ce97532e8576b8eb91c9d7f104fb31c1fe47ca88b3eb0150370fe7585c96a3f9ac3eee28e853866cf9a2c4bfc03b6dd1961d3731ae5439 SHA512 0b23db2348fb1fd491e450fa8684c47dae5acbbdac10fc3b12b5019e1db5f7024d259b43d082e0a4a202b5e79e042e408460d4b52f1e634eff3d4a7f4e68c50b
25 DIST charliecloud-0.19.tar.gz 370553 BLAKE2B a87fc00a88528dfaf5a0a666ff92b98ee4bc7d37c5eaaa7c5029e4269b497d280e1e84757bf882f94480b618ac2430b0cc0550406317e8247155e1b380d30c8b SHA512 e2a000155ac2cc5bd40e1f2a7c2d873e4860bd5ef28a362ce5a04a1f4152b2ad1124055755c288e6ae5d40067661dfacbb77a528e3c071aa189765e0d29addb5
26 +DIST charliecloud-0.20.tar.gz 372770 BLAKE2B a5e6ad3fc93aa7219ec8d35ae112fc7320befc909d2cc805f5d67a356840112c245581c18d790a4fc755e70240e6444059cab8b9531eaedb3e3b941cf756aa55 SHA512 e3269bbf667462214ba88f8fc4651396c9621cd315a798113b66e8be0d4367ce1c18b8b956f325bd07049d644b46fd6837c5b712ced4bdf20a42bcc9aaafd8b7
27
28 diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-0.20.ebuild
29 similarity index 91%
30 copy from sys-cluster/charliecloud/charliecloud-9999.ebuild
31 copy to sys-cluster/charliecloud/charliecloud-0.20.ebuild
32 index ff37c4fd92a..af2a098d694 100644
33 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
34 +++ b/sys-cluster/charliecloud/charliecloud-0.20.ebuild
35 @@ -21,7 +21,7 @@ HOMEPAGE="https://hpc.github.io/charliecloud/"
36
37 SLOT="0"
38 LICENSE="Apache-2.0"
39 -IUSE="ch-grow doc examples +squashfs squashfuse"
40 +IUSE="ch-grow doc"
41
42 # Extensive test suite exists, but downloads container images
43 # directly and via Docker and installs packages inside using apt/yum.
44 @@ -30,9 +30,7 @@ RESTRICT="test"
45
46 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
47
48 -RDEPEND="${PYTHON_DEPS}
49 - squashfs? ( sys-fs/squashfs-tools )
50 - squashfuse? ( sys-fs/squashfuse )"
51 +RDEPEND="${PYTHON_DEPS}"
52 DEPEND="
53 ch-grow? (
54 $(python_gen_cond_dep '
55 @@ -77,4 +75,6 @@ pkg_postinst() {
56 optfeature "Building with Buildah" app-emulation/buildah
57 optfeature "Building with Docker" app-emulation/docker
58 optfeature "Progress bars during long operations" sys-apps/pv
59 + optfeature "Pack and unpack squashfs images" sys-fs/squashfs-tools
60 + optfeature "Mount and umount squashfs images" sys-fs/squashfuse
61 }
62
63 diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild
64 index ff37c4fd92a..af2a098d694 100644
65 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild
66 +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild
67 @@ -21,7 +21,7 @@ HOMEPAGE="https://hpc.github.io/charliecloud/"
68
69 SLOT="0"
70 LICENSE="Apache-2.0"
71 -IUSE="ch-grow doc examples +squashfs squashfuse"
72 +IUSE="ch-grow doc"
73
74 # Extensive test suite exists, but downloads container images
75 # directly and via Docker and installs packages inside using apt/yum.
76 @@ -30,9 +30,7 @@ RESTRICT="test"
77
78 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
79
80 -RDEPEND="${PYTHON_DEPS}
81 - squashfs? ( sys-fs/squashfs-tools )
82 - squashfuse? ( sys-fs/squashfuse )"
83 +RDEPEND="${PYTHON_DEPS}"
84 DEPEND="
85 ch-grow? (
86 $(python_gen_cond_dep '
87 @@ -77,4 +75,6 @@ pkg_postinst() {
88 optfeature "Building with Buildah" app-emulation/buildah
89 optfeature "Building with Docker" app-emulation/docker
90 optfeature "Progress bars during long operations" sys-apps/pv
91 + optfeature "Pack and unpack squashfs images" sys-fs/squashfs-tools
92 + optfeature "Mount and umount squashfs images" sys-fs/squashfuse
93 }