From fa53e63d7df86e243595a99973cc2a97b000d139 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 21 Aug 2023 10:04:01 +0200 Subject: dev-python/python3-lxc: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/python3-lxc/python3-lxc-3.0.4.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 dev-python/python3-lxc/python3-lxc-3.0.4.ebuild (limited to 'dev-python/python3-lxc') 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 -- cgit v1.2.3-65-gdbad