commit: fad6aba2d497a9051522dcb65a7044a54ad10887 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sat Oct 23 14:40:48 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Oct 23 14:59:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad6aba2
app-emulation/ganeti-os-noop: Port to EAPI 8 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild | 10 +++------- 1 file 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 3f7639fbd4e..a808738db0f 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/
