Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/ganeti-os-noop/
Date: Sat, 23 Oct 2021 15:00:15
Message-Id: 1635001157.fad6aba2d497a9051522dcb65a7044a54ad10887.jsmolic@gentoo
1 commit: fad6aba2d497a9051522dcb65a7044a54ad10887
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 23 14:40:48 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 23 14:59:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fad6aba2
7
8 app-emulation/ganeti-os-noop: Port to EAPI 8
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild | 10 +++-------
13 1 file changed, 3 insertions(+), 7 deletions(-)
14
15 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
16 index 3f7639fbd4e..a808738db0f 100644
17 --- a/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
18 +++ b/app-emulation/ganeti-os-noop/ganeti-os-noop-0.2.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 +EAPI=8
26
27 DESCRIPTION="Dummy OS provider for Ganeti"
28 HOMEPAGE="https://github.com/grnet/ganeti-os-noop"
29 @@ -10,14 +10,10 @@ SRC_URI="https://github.com/grnet/ganeti-os-noop/archive/v${PV}.tar.gz -> ${P}.t
30 LICENSE="GPL-2"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 -IUSE=""
34 -
35 -DEPEND=""
36 -RDEPEND=""
37
38 src_install() {
39 dodoc CONTRIBUTORS
40 - cd ganeti/os/noop
41 + cd ganeti/os/noop || die
42 insinto /usr/share/ganeti/os/noop/
43 doins ganeti_api_version
44 exeinto /usr/share/ganeti/os/noop/