Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gtkimageview/
Date: Thu, 01 Apr 2021 23:04:18
Message-Id: 1617318238.e202861b974e5e3b5870a02f99e2b7337dac219f.sam@gentoo
1 commit: e202861b974e5e3b5870a02f99e2b7337dac219f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 22:52:44 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 1 23:03:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e202861b
7
8 media-gfx/gtkimageview: port to EAPI 7, BDEPEND
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild | 12 +++++++-----
13 1 file changed, 7 insertions(+), 5 deletions(-)
14
15 diff --git a/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild b/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild
16 index 707ce597573..2e38da6bfd9 100644
17 --- a/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild
18 +++ b/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 -GNOME2_LA_PUNT="yes"
26 +EAPI=7
27
28 +GNOME2_LA_PUNT="yes"
29 inherit autotools gnome2
30
31 DESCRIPTION="A simple image viewer widget for GTK"
32 @@ -19,9 +19,10 @@ IUSE="examples static-libs"
33 RESTRICT="test"
34
35 RDEPEND="x11-libs/gtk+:2"
36 -DEPEND="${RDEPEND}
37 - gnome-base/gnome-common
38 +DEPEND="gnome-base/gnome-common"
39 +BDEPEND="
40 dev-util/gtk-doc-am
41 + gnome-base/gnome-common
42 "
43
44 src_prepare() {
45 @@ -47,6 +48,7 @@ src_configure() {
46
47 src_install() {
48 gnome2_src_install
49 +
50 if use examples ; then
51 docinto examples
52 dodoc tests/ex-*.c