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-admin/gamin/
Date: Fri, 05 Nov 2021 15:05:19
Message-Id: 1636124098.ee017a055b8f6d3d4ea04ae0342320a4892cdbd6.jsmolic@gentoo
1 commit: ee017a055b8f6d3d4ea04ae0342320a4892cdbd6
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 14:54:58 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 14:54:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee017a05
7
8 app-admin/gamin: Port to EAPI 8
9
10 Closes: https://bugs.gentoo.org/819702
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/22761
13 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
14
15 app-admin/gamin/gamin-0.1.10-r1.ebuild | 13 ++++++-------
16 1 file changed, 6 insertions(+), 7 deletions(-)
17
18 diff --git a/app-admin/gamin/gamin-0.1.10-r1.ebuild b/app-admin/gamin/gamin-0.1.10-r1.ebuild
19 index a19d50b7724..f3ef1bf5e07 100644
20 --- a/app-admin/gamin/gamin-0.1.10-r1.ebuild
21 +++ b/app-admin/gamin/gamin-0.1.10-r1.ebuild
22 @@ -1,21 +1,20 @@
23 # Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=5
27 +EAPI=8
28
29 -inherit multilib-build
30 +inherit multilib-minimal
31
32 DESCRIPTION="Meta package providing the File Alteration Monitor API & Server"
33 HOMEPAGE="https://www.gnome.org/~veillard/gamin/"
34 -SRC_URI=""
35
36 LICENSE="LGPL-2"
37 SLOT="0"
38 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
39 -IUSE=""
40
41 -RDEPEND="!app-admin/fam
42 - >=dev-libs/libgamin-0.1.10-r4[${MULTILIB_USEDEP}]"
43 -DEPEND=""
44 +RDEPEND="
45 + !app-admin/fam
46 + >=dev-libs/libgamin-0.1.10-r4[${MULTILIB_USEDEP}]
47 +"
48
49 PDEPEND=">=app-admin/gam-server-0.1.10"