commit: db0b18b033b32e873affa9a89a9100301666a57f Author: Rahil Bhimjiani <me <AT> rahil <DOT> rocks> AuthorDate: Sat Mar 16 18:45:57 2024 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Tue Mar 19 01:33:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0b18b0
app-containers/podman-tui: add 0.18.0 and drop 0.12.0 Signed-off-by: Rahil Bhimjiani <me <AT> rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/35766 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> app-containers/podman-tui/Manifest | 2 +- .../{podman-tui-0.12.0.ebuild => podman-tui-0.18.0.ebuild} | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/app-containers/podman-tui/Manifest b/app-containers/podman-tui/Manifest index 4fc361e96508..2ddbb2eb02b0 100644 --- a/app-containers/podman-tui/Manifest +++ b/app-containers/podman-tui/Manifest @@ -1,3 +1,3 @@ -DIST podman-tui-0.12.0.tar.gz 15740756 BLAKE2B 2d38997e6ffc67d8d4f2e8c68856b4da4eb3b658ab5998da752b5d01a7d7591d3f196efba11f9d6d67bf438335729ea7bcab920eb1e2e847f6a024c3f4b3ebed SHA512 753932fef58746c80752c142aae17ef61b4632af51f8d9bd5aee29246ffc8179f98f4e38c7607a82efd25d0b809e9065a5b537b1a3a823eabae23a87b5b6dd74 DIST podman-tui-0.14.0.tar.gz 15857429 BLAKE2B c1a6f056b45d4fa9e0cd749570275da1d98d3f8477a1e85a151afd1cecc9506555c55e065b86d9c49acde36a27c3dac960530218022672fc8044dee0d2284c62 SHA512 d79e5b0cabed6873ff90e4e36fec841b74d53b0e876f6449c9b5512c8a92d7d4bcf733e23abc92a6344d6dcd72957929fde48b4e16dcb1cc33cf10f33074171a DIST podman-tui-0.17.0.tar.gz 15853215 BLAKE2B bfdaf085837497c8ce1525eccb04fc977472291e45417a3993a3e9bc2a742e132d14bce7580c0126be94262a10999da2b81edd6997b8c377a3de8a4da20c153f SHA512 137740737e4fe5138198923fb5db6dc6ca901ed7739af09c19bcb0a60fdfe0db79d7c2ac83157675ec478ab8e9dc9b1348cd8aa9f0e5298f8d20ff6cf0284afc +DIST podman-tui-0.18.0.tar.gz 15928626 BLAKE2B 80fd4f826a407b4eeeb664c065f836f12dd85cacab35003ad8fbcabf3eb69b3838bf02fb76269124d18c110370e42556cff8e348caabb100aa88a1994f99d4cc SHA512 77107a9e64b12fd5065698b7065909d5aa45ca49d749056cfb0f76aa2fd0f269708d3d75ecb4cab7939c30571510cdacebcdaac67549979873e3656e1af4db9f diff --git a/app-containers/podman-tui/podman-tui-0.12.0.ebuild b/app-containers/podman-tui/podman-tui-0.18.0.ebuild similarity index 90% rename from app-containers/podman-tui/podman-tui-0.12.0.ebuild rename to app-containers/podman-tui/podman-tui-0.18.0.ebuild index 2effb9e6c06b..beefef11ab58 100644 --- a/app-containers/podman-tui/podman-tui-0.12.0.ebuild +++ b/app-containers/podman-tui/podman-tui-0.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,9 +21,6 @@ LICENSE="Apache-2.0" LICENSE+=" BSD-2 BSD MIT MPL-2.0" SLOT="0" RESTRICT="test" -RDEPEND=" - >=app-containers/podman-4.0.2 -" src_compile() { # parse tags from Makefile & make them comma-seperated as space-seperated list is deprecated