diff options
author | 2025-01-16 15:47:38 +0200 | |
---|---|---|
committer | 2025-01-16 15:47:38 +0200 | |
commit | 6c952ce066df40833bfe88e84bb97d34bb839ada (patch) | |
tree | 294a6aca18d2a4d982562d6ca291f5e69fcba060 /app-containers | |
parent | dev-util/stressapptest: drop 1.0.9-r1 (diff) | |
download | gentoo-6c952ce066df40833bfe88e84bb97d34bb839ada.tar.gz gentoo-6c952ce066df40833bfe88e84bb97d34bb839ada.tar.bz2 gentoo-6c952ce066df40833bfe88e84bb97d34bb839ada.zip |
app-containers/lxc-templates: remove unused eclass & comment
Closes: https://bugs.gentoo.org/948179
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/lxc-templates/lxc-templates-3.0.4_p20240917.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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 index 6b6d96436671..3a1ba2016b5e 100644 --- a/app-containers/lxc-templates/lxc-templates-3.0.4_p20240917.ebuild +++ b/app-containers/lxc-templates/lxc-templates-3.0.4_p20240917.ebuild @@ -3,10 +3,9 @@ EAPI=8 -inherit autotools verify-sig +inherit autotools MY_COMMIT="da14466ce09afa3b39adb2b324be20084b776eb7" -https://github.com/lxc/lxc-templates/archive/da14466ce09afa3b39adb2b324be20084b776eb7.zip 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" |