diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-21 10:04:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-21 10:59:27 +0200 |
commit | fa53e63d7df86e243595a99973cc2a97b000d139 (patch) | |
tree | ed15926ba784633072441db60551fb17182a8222 /dev-python/python3-lxc | |
parent | dev-python/reedsolo: Remove old (diff) | |
download | gentoo-fa53e63d7df86e243595a99973cc2a97b000d139.tar.gz gentoo-fa53e63d7df86e243595a99973cc2a97b000d139.tar.bz2 gentoo-fa53e63d7df86e243595a99973cc2a97b000d139.zip |
dev-python/python3-lxc: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python3-lxc')
-rw-r--r-- | dev-python/python3-lxc/python3-lxc-3.0.4.ebuild | 24 |
1 files changed, 0 insertions, 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 |