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: 1603816057.5a9f7505c409bf1d5fee13ef77c19db6591c2511.juippis@gentoo
1 commit: 5a9f7505c409bf1d5fee13ef77c19db6591c2511
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Wed Oct 21 23:05:22 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 16:27:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9f7505
7
8 sys-cluster/charliecloud: Drop old.
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/17996
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 sys-cluster/charliecloud/Manifest | 1 -
16 sys-cluster/charliecloud/charliecloud-0.18.ebuild | 79 -----------------------
17 sys-cluster/charliecloud/metadata.xml | 1 -
18 3 files changed, 81 deletions(-)
19
20 diff --git a/sys-cluster/charliecloud/Manifest b/sys-cluster/charliecloud/Manifest
21 index 9fd80c5676d..d85b2af1722 100644
22 --- a/sys-cluster/charliecloud/Manifest
23 +++ b/sys-cluster/charliecloud/Manifest
24 @@ -1,3 +1,2 @@
25 -DIST charliecloud-0.18.tar.gz 366210 BLAKE2B 0da9542cccc39ff6f3ce97532e8576b8eb91c9d7f104fb31c1fe47ca88b3eb0150370fe7585c96a3f9ac3eee28e853866cf9a2c4bfc03b6dd1961d3731ae5439 SHA512 0b23db2348fb1fd491e450fa8684c47dae5acbbdac10fc3b12b5019e1db5f7024d259b43d082e0a4a202b5e79e042e408460d4b52f1e634eff3d4a7f4e68c50b
26 DIST charliecloud-0.19.tar.gz 370553 BLAKE2B a87fc00a88528dfaf5a0a666ff92b98ee4bc7d37c5eaaa7c5029e4269b497d280e1e84757bf882f94480b618ac2430b0cc0550406317e8247155e1b380d30c8b SHA512 e2a000155ac2cc5bd40e1f2a7c2d873e4860bd5ef28a362ce5a04a1f4152b2ad1124055755c288e6ae5d40067661dfacbb77a528e3c071aa189765e0d29addb5
27 DIST charliecloud-0.20.tar.gz 372770 BLAKE2B a5e6ad3fc93aa7219ec8d35ae112fc7320befc909d2cc805f5d67a356840112c245581c18d790a4fc755e70240e6444059cab8b9531eaedb3e3b941cf756aa55 SHA512 e3269bbf667462214ba88f8fc4651396c9621cd315a798113b66e8be0d4367ce1c18b8b956f325bd07049d644b46fd6837c5b712ced4bdf20a42bcc9aaafd8b7
28
29 diff --git a/sys-cluster/charliecloud/charliecloud-0.18.ebuild b/sys-cluster/charliecloud/charliecloud-0.18.ebuild
30 deleted file mode 100644
31 index b35d7def4f9..00000000000
32 --- a/sys-cluster/charliecloud/charliecloud-0.18.ebuild
33 +++ /dev/null
34 @@ -1,79 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -PYTHON_COMPAT=( python3_{6,7} )
41 -
42 -inherit autotools optfeature python-single-r1
43 -
44 -if [[ ${PV} == "9999" ]] ; then
45 - inherit git-r3
46 - EGIT_REPO_URI="https://github.com/hpc/${PN}.git"
47 - S="${WORKDIR}/${P}"
48 -else
49 - SRC_URI="https://github.com/hpc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
50 - KEYWORDS="~amd64 ~x86 ~x86-linux"
51 -fi
52 -
53 -DESCRIPTION="Lightweight user-defined software stacks for high-performance computing"
54 -HOMEPAGE="https://hpc.github.io/charliecloud/"
55 -
56 -SLOT="0"
57 -LICENSE="Apache-2.0"
58 -IUSE="ch-grow doc examples +pv +squashfs squashfuse"
59 -
60 -# Extensive test suite exists, but downloads container images
61 -# directly and via Docker and installs packages inside using apt/yum.
62 -# Additionally, clashes with portage namespacing and sandbox.
63 -RESTRICT="test"
64 -
65 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
66 -
67 -RDEPEND="${PYTHON_DEPS}
68 - pv? ( sys-apps/pv )
69 - squashfs? ( sys-fs/squashfs-tools )
70 - squashfuse? ( sys-fs/squashfuse )"
71 -DEPEND="
72 - ch-grow? (
73 - $(python_gen_cond_dep '
74 - dev-python/lark-parser[${PYTHON_MULTI_USEDEP}]
75 - dev-python/requests[${PYTHON_MULTI_USEDEP}]
76 - ')
77 - )
78 - doc? (
79 - $(python_gen_cond_dep '
80 - dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
81 - dev-python/sphinx_rtd_theme[${PYTHON_MULTI_USEDEP}]
82 - ')
83 - net-misc/rsync
84 - )"
85 -
86 -src_prepare() {
87 - default
88 - eautoreconf
89 -}
90 -
91 -src_configure() {
92 - local econf_args=()
93 - econf_args+=(
94 - $(use_enable doc html)
95 - $(use_enable ch-grow)
96 - # Libdir is used as a libexec-style destination.
97 - --libdir="${EPREFIX}"/usr/lib
98 - # Attempts to call python-exec directly otherwise.
99 - --with-sphinx-python=${PYTHON}
100 - # This disables -Werror, see also: https://github.com/hpc/charliecloud/pull/808
101 - --enable-buggy-build
102 - )
103 - econf "${econf_args[@]}"
104 -}
105 -
106 -pkg_postinst() {
107 - elog "Various builders are supported, as alternative "
108 - elog "to the internal ch-grow. The following packages "
109 - elog "can be installed to get the corresponding support."
110 -
111 - optfeature "Building with Buildah" app-emulation/buildah
112 - optfeature "Building with Docker" app-emulation/docker
113 -}
114
115 diff --git a/sys-cluster/charliecloud/metadata.xml b/sys-cluster/charliecloud/metadata.xml
116 index 85cf8536faf..5abb0dbdbf5 100644
117 --- a/sys-cluster/charliecloud/metadata.xml
118 +++ b/sys-cluster/charliecloud/metadata.xml
119 @@ -14,7 +14,6 @@
120 </upstream>
121 <use>
122 <flag name='ch-grow'>Build the internal builder ch-grow</flag>
123 - <flag name='pv'>Use sys-apps/pv to enable progress bar functionality</flag>
124 <flag name='squashfs'>Use sys-fs/squashfs-tools for creating SquashFS images</flag>
125 <flag name='squashfuse'>Use sys-fs/squashfuse for the SquashFS workflow</flag>
126 </use>