diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-23 16:40:48 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-10-23 16:59:17 +0200 |
commit | fad6aba2d497a9051522dcb65a7044a54ad10887 (patch) | |
tree | 20bfe7e0d91aa8580f1b577e4fcb3aa2e2413cd5 /app-emulation/ganeti-os-noop | |
parent | package.mask: Last rite app-forensics/yasat (diff) | |
download | gentoo-fad6aba2d497a9051522dcb65a7044a54ad10887.tar.gz gentoo-fad6aba2d497a9051522dcb65a7044a54ad10887.tar.bz2 gentoo-fad6aba2d497a9051522dcb65a7044a54ad10887.zip |
app-emulation/ganeti-os-noop: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-emulation/ganeti-os-noop')
-rw-r--r-- | app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild index 3f7639fbd4e9..a808738db0f4 100644 --- a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild +++ b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 DESCRIPTION="Dummy OS provider for Ganeti" HOMEPAGE="https://github.com/grnet/ganeti-os-noop" @@ -10,14 +10,10 @@ SRC_URI="https://github.com/grnet/ganeti-os-noop/archive/v${PV}.tar.gz -> ${P}.t LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" src_install() { dodoc CONTRIBUTORS - cd ganeti/os/noop + cd ganeti/os/noop || die insinto /usr/share/ganeti/os/noop/ doins ganeti_api_version exeinto /usr/share/ganeti/os/noop/ |