app-containers/lxc-templates - 9999 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =app-containers/lxc-templates-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-containers/lxc-templates-9999

Or alternatively:

emerge --autounmask-write -a =app-containers/lxc-templates-9999

Package Information

Description:
Old style template scripts for LXC
Homepage:
https://linuxcontainers.org/ https://github.com/lxc/lxc-templates
License:
LGPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools git-r3

DESCRIPTION="Old style template scripts for LXC"
HOMEPAGE="https://linuxcontainers.org/ https://github.com/lxc/lxc-templates"
EGIT_REPO_URI="https://github.com/lxc/lxc-templates.git"
LICENSE="LGPL-3"
SLOT="0"

RDEPEND=">=app-containers/lxc-3.0"
DEPEND="${RDEPEND}"

DOCS=()

src_prepare() {
	default

	sed -i '/^install-data-local:/,/^$/d' Makefile.am || die

	eautoreconf
}

Inherited Eclasses

Dependencies

DEPEND

>=app-containers/lxc-3.0

RDEPEND

>=app-containers/lxc-3.0