diff options
Diffstat (limited to 'app-containers/lxc-templates')
-rw-r--r-- | app-containers/lxc-templates/Manifest | 2 | ||||
-rw-r--r-- | app-containers/lxc-templates/lxc-templates-3.0.4_p20240917.ebuild | 28 |
2 files changed, 30 insertions, 0 deletions
diff --git a/app-containers/lxc-templates/Manifest b/app-containers/lxc-templates/Manifest index b03b0f00cc35..6907d17543c6 100644 --- a/app-containers/lxc-templates/Manifest +++ b/app-containers/lxc-templates/Manifest @@ -1,5 +1,7 @@ AUX lxc-templates-3.0.1-no-cache-dir.patch 241 BLAKE2B ba9fc4fe3d663384a64600977de1c5aba413e876e6ca43464b5f5986d21d5e01729c82eb1e6ea03b087644611b9fc7bf083436e467bc69e2b3779020ca287984 SHA512 504721074d9aa4c1d71e5fb5f59c8179cbb0247b6d56d7622a68a7c55a5fdd5fa25cb92199e5400457f1bf2e4bc8e2d91d5169fb02180688c7bbca655881bdb5 DIST lxc-templates-3.0.4.tar.gz 257015 BLAKE2B 599c0cb083cf358c8252467b3870450e754b2aa30daf8d72e07e746ce37e2fb26fecc0adf416325c9e02b1f98f5745af5985360e9494e5ed54a242a3e17330d4 SHA512 e5b628b40e7108fca858dbd9ae92495016069ff3cba7feb34e9559c7f61dfc36944a9ef441369952a988e821f8b5d883ae97b81f6eef0683a22f1f702b5b913e DIST lxc-templates-3.0.4.tar.gz.asc 833 BLAKE2B a125e46200cbc1bce6a721ba338b6c896098711a7454ee18a153b9e7a3d25e08ea29cf13accf25e8af085865237fe4b20d633c92d71103213a49ba7d80de0154 SHA512 1195a3d835935606af405af77d5ee629dc7b7c0f05a17c05df191f6275c8e7ebec9eb05201bbfb46060af5a36aba4f17b53122904fd10f2d8b28524f4e5b5e71 +DIST lxc-templates-3.0.4_p20240917.tar.gz 161974 BLAKE2B c3c3bee881197779a09d931c5bdd53ef14a58ee4e38dc1bc44cf4f048bf7bd4c78a3e499633ca705299d24675b67f16ab99e3680b8a9b485155a2bf386fe863e SHA512 a4365024ab0cfa6c6558b00e1904c13aaab2e998dba4f8a5f78e6091d8c5f633d42a66234512a90c1695a9bd05f24fb87d7a7085d0680b2331a4c814138f28bd EBUILD lxc-templates-3.0.4.ebuild 783 BLAKE2B 9fcff8c25b2490e2f1cc8a7424b429c2bcc0ed219fc749e5eb24c4063a90bac9eb0d8b054b1c044e23927a76d84a926615d5d24b15f3b17257fc8cf2cc3573a2 SHA512 4aa5fd311e17910885884ea48c8c2555e208077d9338c393def6851677a8b61fe523e633f29374fde99c37160ffe885b692102fe23128de220c787e0f62bd26a +EBUILD lxc-templates-3.0.4_p20240917.ebuild 627 BLAKE2B 349e5b5b47cb877496c32884901073a1814f88f95ff36beba6dd182beeaea2612e4349aa0c8285c5fcb754bfdb3fc870ad37154cca74dcf22d8dc04cfd25fa14 SHA512 9064318c97c71ad757c1d62947d552c25421a6a6540b0ffeee47fc19db59ff212604d6ae2b5ae5b1d76ae689acf50df3212ec2a1e2cc4559fd43902998b55a10 MISC metadata.xml 479 BLAKE2B 395cec3ebb2e907f2488528e5700e0b260fae721f737af2a7810ec3f150f60bec8a4ace9cdf73509db965c68e3f63e78a49880096c7815bca66755d6a22df8a3 SHA512 302efe83201442e8db88ec4893c496028918c6ac295c7f6009a351e79c9b6c8644447240bea5c0e651912b81bbd16ea042b67ff8519c8d6cefa0e38e74bc6895 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 new file mode 100644 index 000000000000..3a1ba2016b5e --- /dev/null +++ b/app-containers/lxc-templates/lxc-templates-3.0.4_p20240917.ebuild @@ -0,0 +1,28 @@ +# 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 +} |