summaryrefslogtreecommitdiff
path: root/app-containers
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-01 03:04:37 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-01 03:04:37 -0500
commit6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17 (patch)
tree782b1dfa8abee9f15c2fff2aca667b4abd32e5f8 /app-containers
parent3f283d6a71e35a9c6d89dc73d76f01aec1c1a6b3 (diff)
downloadbaldeagleos-repo-6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17.tar.gz
baldeagleos-repo-6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17.tar.xz
baldeagleos-repo-6344ec0d45ab5c6dc7f52b9c7ba2a4fdfa37fb17.zip
Adding metadata
Diffstat (limited to 'app-containers')
-rw-r--r--app-containers/lxc-templates/Manifest1
-rw-r--r--app-containers/lxc-templates/lxc-templates-3.0.4_p20240917.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/app-containers/lxc-templates/Manifest b/app-containers/lxc-templates/Manifest
index 3289b5b41387..f1275648e698 100644
--- a/app-containers/lxc-templates/Manifest
+++ b/app-containers/lxc-templates/Manifest
@@ -1,2 +1 @@
-DIST lxc-templates-3.0.4_p20240917.tar.gz 161974 BLAKE2B c3c3bee881197779a09d931c5bdd53ef14a58ee4e38dc1bc44cf4f048bf7bd4c78a3e499633ca705299d24675b67f16ab99e3680b8a9b485155a2bf386fe863e SHA512 a4365024ab0cfa6c6558b00e1904c13aaab2e998dba4f8a5f78e6091d8c5f633d42a66234512a90c1695a9bd05f24fb87d7a7085d0680b2331a4c814138f28bd
DIST lxc-templates-3.0.4_p20260719.tar.gz 162103 BLAKE2B 15a7f746816b2347f492abbdb6ae6a073a6b079a9f72fb626898dab0ea418a8b83aa43a84a384e1fa64f31f639a322c994bceaf20df5c5f7a804ceff722c05a4 SHA512 70aef93e95df444b6664efce74d757d5f9717a33126750de295184276f623427180be80efb3aafae1e760de5fab4f473b3f02f9a0ce63e879305ac96a965ac62
diff --git a/app-containers/lxc-templates/lxc-templates-3.0.4_p20240917.ebuild b/app-containers/lxc-templates/lxc-templates-3.0.4_p20240917.ebuild
deleted file mode 100644
index e640730d194c..000000000000
--- a/app-containers/lxc-templates/lxc-templates-3.0.4_p20240917.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-MY_COMMIT="da14466ce09afa3b39adb2b324be20084b776eb7"
-DESCRIPTION="Old style template scripts for LXC"
-HOMEPAGE="https://linuxcontainers.org/ https://github.com/lxc/lxc-templates"
-SRC_URI="https://github.com/lxc/lxc-templates/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-LICENSE="LGPL-3"
-SLOT="0"
-
-RDEPEND=">=app-containers/lxc-3.0"
-DEPEND="${RDEPEND}"
-
-DOCS=()
-
-S="${WORKDIR}/lxc-templates-${MY_COMMIT}"
-
-src_prepare() {
- default
- eautoreconf
-}