summaryrefslogtreecommitdiff
path: root/dev-python/python3-lxc
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/python3-lxc
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/python3-lxc')
-rw-r--r--dev-python/python3-lxc/Manifest2
-rw-r--r--dev-python/python3-lxc/metadata.xml11
-rw-r--r--dev-python/python3-lxc/python3-lxc-5.0.0.ebuild27
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/python3-lxc/Manifest b/dev-python/python3-lxc/Manifest
deleted file mode 100644
index b64498f14037..000000000000
--- a/dev-python/python3-lxc/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST python3-lxc-5.0.0.tar.gz 28013 BLAKE2B d5c1908732fe5e4ae76df4bb96005667dddd208f494b72d28bdf3e887ef1ccfafb338e07772a9b3fe4e9a19bc86d886363286627782bceb01a87322e423be069 SHA512 4a1c9af0c322fbfe13ab0778e438ad4bc4ffde153e7fb55b594b6381c6875a93b7d0476bd1d7bcd7344a2d6de81ce6f5fd96519926a32b4acea27acf1bcd2011
-DIST python3-lxc-5.0.0.tar.gz.asc 833 BLAKE2B 85fd21b3f8f80d4f8c18b9e45373a05696cf2aea671254db792e1453d54b1c289cdb67d5a2ef066011a18c043a5a3cc28e92eecb4bda1f23ebaf3070bd7f2d5a SHA512 b5bb2c08bdc2ea0b89eff8cdb751aea8d0fd5784e6d94f41525c182111cc473ef7c15704dcacf6402ab845181831a8d7b1809dde33e46aba3fe7f9d63d3a1a9a
diff --git a/dev-python/python3-lxc/metadata.xml b/dev-python/python3-lxc/metadata.xml
deleted file mode 100644
index 576a9d3daed3..000000000000
--- a/dev-python/python3-lxc/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>virtualization@gentoo.org</email>
- <name>Gentoo Virtualization Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">lxc/python3-lxc</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python3-lxc/python3-lxc-5.0.0.ebuild b/dev-python/python3-lxc/python3-lxc-5.0.0.ebuild
deleted file mode 100644
index 703fccf6e277..000000000000
--- a/dev-python/python3-lxc/python3-lxc-5.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-
-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"
-
-DEPEND="app-containers/lxc:="
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig
- verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/linuxcontainers.asc