commit: fa53e63d7df86e243595a99973cc2a97b000d139 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Aug 21 08:04:01 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Aug 21 08:59:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa53e63d
dev-python/python3-lxc: Remove old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python3-lxc/python3-lxc-3.0.4.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild b/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild deleted file mode 100644 index 6150bfc558ad..000000000000 --- a/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 verify-sig - -DESCRIPTION="Python bindings for LXC" -HOMEPAGE="https://linuxcontainers.org/lxc/" -SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz - verify-sig? ( https://linuxcontainers.org/downloads/lxc/${P}.tar.gz.asc )" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" -IUSE="verify-sig" - -RDEPEND="app-containers/lxc" -BDEPEND="virtual/pkgconfig - verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )" - -VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/linuxcontainers.asc