app-containers/podman-compose: Drop package from overlay
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
8a71852845
commit
fb5c7b3a89
@ -1 +0,0 @@
|
||||
DIST podman-compose-1.0.6.tar.gz 34063 BLAKE2B 1b5e86ee571d1c780ae821c8d92999b32e97b7910dfc834311363803b723f93ad3a458b846d4a99f8001b2c9a46506b8e14605e2df09538ebc39acd9c08cac72 SHA512 78a48ae927ad75f4f2432f2a59a68b1c82c62e7e7f1ace2548397d0eb89afb0718de68faf55c4736bf2b3a485fa83729894e35e6cb5711402660b386c90b762a
|
@ -1,12 +0,0 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>nils.freydank@posteo.de</email>
|
||||
<name>Nils Freydank</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">containers/podman-compose</remote-id>
|
||||
<remote-id type="pypi">podman-compose</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,43 +0,0 @@
|
||||
# Copyright 2020-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
COMMIT_ID=""
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYTHON_COMPAT=( python3_11 )
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Run docker-compose files without root with podman"
|
||||
HOMEPAGE="
|
||||
https://github.com/containers/podman-compose
|
||||
https://pypi.org/project/podman-compose/
|
||||
"
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
EGIT_REPO_URI="https://github.com/containers/podman-compose.git"
|
||||
inherit git-r3
|
||||
else
|
||||
if [[ ${PV} == *_p* ]]; then
|
||||
SRC_URI="https://github.com/containers/podman-compose/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/podman-compose-${COMMIT_ID}"
|
||||
fi
|
||||
fi
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
|| (
|
||||
app-containers/aardvark-dns
|
||||
app-containers/netavark
|
||||
app-containers/dnsname
|
||||
)
|
||||
app-containers/podman
|
||||
dev-python/python-dotenv[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
"
|
@ -13,10 +13,3 @@
|
||||
#
|
||||
# Removal after 2024-02-01.
|
||||
app-containers/dnsname
|
||||
|
||||
# Nils Freydank <holgersson@posteo.de> (2024-01-27)
|
||||
# Does not work fully on my machines
|
||||
# - which might be a packaging error by myself.
|
||||
#
|
||||
# Removal after 2024-02-27.
|
||||
app-containers/podman-compose
|
||||
|
Loading…
x
Reference in New Issue
Block a user