Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gpet/
Date: Mon, 10 Feb 2020 00:18:41
Message-Id: 1581293884.ae8ba39eb2d302a9cb7028ba897598de00be40ab.soap@gentoo
1 commit: ae8ba39eb2d302a9cb7028ba897598de00be40ab
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 00:18:04 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 00:18:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8ba39e
7
8 sys-apps/gpet: Port to EAPI 7
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sys-apps/gpet/gpet-0.4.ebuild | 11 ++++++-----
14 1 file changed, 6 insertions(+), 5 deletions(-)
15
16 diff --git a/sys-apps/gpet/gpet-0.4.ebuild b/sys-apps/gpet/gpet-0.4.ebuild
17 index 116891f3994..70a0b701a92 100644
18 --- a/sys-apps/gpet/gpet-0.4.ebuild
19 +++ b/sys-apps/gpet/gpet-0.4.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=4
26 +EAPI=7
27
28 DESCRIPTION="GTK+ based TOMOYO policy editor"
29 HOMEPAGE="http://en.sourceforge.jp/projects/gpet/"
30 @@ -10,13 +10,14 @@ SRC_URI="mirror://sourceforge.jp/gpet/53178/${P}.tar.bz2"
31 LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="~amd64"
34 -IUSE=""
35
36 -RDEPEND="gnome-base/gconf
37 +RDEPEND="
38 + gnome-base/gconf
39 sys-devel/gettext
40 x11-libs/cairo
41 x11-libs/gtk+:2
42 x11-libs/pango"
43 -DEPEND="${RDEPEND}
44 +DEPEND="${RDEPEND}"
45 +BDEPEND="
46 dev-util/intltool
47 virtual/pkgconfig"