From c80fb4df125332cb93aee9ccb92fe0076f639f66 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 20 Dec 2025 17:10:43 +0200 Subject: [PATCH] app-containers/podman-compose: drop 1.3.0, 1.4.0, 1.4.1 Signed-off-by: Arthur Zamarin --- app-containers/podman-compose/Manifest | 3 -- .../podman-compose-1.3.0.ebuild | 40 ------------------ .../podman-compose-1.4.0.ebuild | 41 ------------------- .../podman-compose-1.4.1.ebuild | 41 ------------------- 4 files changed, 125 deletions(-) delete mode 100644 app-containers/podman-compose/podman-compose-1.3.0.ebuild delete mode 100644 app-containers/podman-compose/podman-compose-1.4.0.ebuild delete mode 100644 app-containers/podman-compose/podman-compose-1.4.1.ebuild diff --git a/app-containers/podman-compose/Manifest b/app-containers/podman-compose/Manifest index ac5d7b770b43..791670ffd48b 100644 --- a/app-containers/podman-compose/Manifest +++ b/app-containers/podman-compose/Manifest @@ -1,4 +1 @@ -DIST podman-compose-1.3.0.gh.tar.gz 103006 BLAKE2B aa3202e23728d71cb7685ceeac5ba67d638477666ae5863d67ed36d404a84e897ffbf60c4188aedf5fda06b43db697baff338f43c8637981ffa3c4e62872f140 SHA512 7f7be6d0d230554f766aa9d7d2e4a8b16155780706859f6f0ee94b7e73bd6b095f20948ff168f5492690ee7e8f5acd7dd8d88219d8721c483214eba74575a582 -DIST podman-compose-1.4.0.gh.tar.gz 119300 BLAKE2B 12bcedb04fc4d4566e21b555d561e142b38a81c12fbeb3a573c7ddc6aa906ad20c8586558a43b14ca607cfd6c33dc9e3284bf623db14d2b8f81e09e524ab5a9c SHA512 f687f150538aa73acdbcd6f3473c0d254a94f207d0ed20461b53211457958349bb43a289783b9742fe9023d97abcf996f4c16b95e74d32ae919f5404085b4897 -DIST podman-compose-1.4.1.gh.tar.gz 119508 BLAKE2B 20a10719daa13289c1a9a19e1fd72b78134f89ce2867068c9aa7580ca63a5becf746e8d015161d1f3a7ee744783956036a2d889a025a85ed9b406aacf9edf601 SHA512 dd253d06637dd486ecf54932ca5b12a50a5a3fcf666755931187b1c18e5aa6d6e6243f46bfde2c24aa96c98bcf47329533dbe722ebe957a08b121ccae593dc90 DIST podman-compose-1.5.0.gh.tar.gz 128890 BLAKE2B 77a1acad78662358240ac638cfec95bff447d287f0f85d3d940989cdd1d4b4cbbf5ea24b21286e36031a0406e34f42a5ac0fbf8b7b31653ba89775059a202a93 SHA512 903b37b2233b0cb5965ef7730df11e2c2b69f5b2bce946004cbd728858ac7c068fd64c4e08c4860c97a10bb297de7d9d9f9a54cf74075e34f870d29f1b4f3d25 diff --git a/app-containers/podman-compose/podman-compose-1.3.0.ebuild b/app-containers/podman-compose/podman-compose-1.3.0.ebuild deleted file mode 100644 index 881806f6e2a1..000000000000 --- a/app-containers/podman-compose/podman-compose-1.3.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) -inherit distutils-r1 - -DESCRIPTION="A script to run docker-compose.yml using Podman" -HOMEPAGE="https://github.com/containers/podman-compose" -SRC_URI="https://github.com/containers/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - app-containers/aardvark-dns - app-containers/netavark - app-containers/podman -" - -RDEPEND=" - ${DEPEND} - dev-python/pyaml[${PYTHON_USEDEP}] - dev-python/python-dotenv[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/parameterized[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - epytest tests/unit -} diff --git a/app-containers/podman-compose/podman-compose-1.4.0.ebuild b/app-containers/podman-compose/podman-compose-1.4.0.ebuild deleted file mode 100644 index e7a9f3de437e..000000000000 --- a/app-containers/podman-compose/podman-compose-1.4.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) -inherit distutils-r1 - -DESCRIPTION="A script to run docker-compose.yml using Podman" -HOMEPAGE="https://github.com/containers/podman-compose" -SRC_URI="https://github.com/containers/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - app-containers/aardvark-dns - app-containers/netavark - app-containers/podman -" - -RDEPEND=" - ${DEPEND} - dev-python/pyaml[${PYTHON_USEDEP}] - dev-python/python-dotenv[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/parameterized[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - epytest tests/unit -} diff --git a/app-containers/podman-compose/podman-compose-1.4.1.ebuild b/app-containers/podman-compose/podman-compose-1.4.1.ebuild deleted file mode 100644 index e7a9f3de437e..000000000000 --- a/app-containers/podman-compose/podman-compose-1.4.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) -inherit distutils-r1 - -DESCRIPTION="A script to run docker-compose.yml using Podman" -HOMEPAGE="https://github.com/containers/podman-compose" -SRC_URI="https://github.com/containers/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - app-containers/aardvark-dns - app-containers/netavark - app-containers/podman -" - -RDEPEND=" - ${DEPEND} - dev-python/pyaml[${PYTHON_USEDEP}] - dev-python/python-dotenv[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/parameterized[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -python_test() { - epytest tests/unit -}