Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/eva:master commit in: media-gfx/eog-plugins/
Date: Thu, 22 Nov 2012 21:41:52
Message-Id: 1353620477.50b72f87ef854c9fcbfb2c88268bd6269595ab6a.eva@gentoo
1 commit: 50b72f87ef854c9fcbfb2c88268bd6269595ab6a
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 22 21:41:17 2012 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 22 21:41:17 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=50b72f87
7
8 media-gfx/eog-plugins: fix repoman warnings and update ebuild style
9
10 ---
11 media-gfx/eog-plugins/Manifest | 12 ++++++------
12 media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild | 11 +++++++----
13 2 files changed, 13 insertions(+), 10 deletions(-)
14
15 diff --git a/media-gfx/eog-plugins/Manifest b/media-gfx/eog-plugins/Manifest
16 index b9558e3..b23bf25 100644
17 --- a/media-gfx/eog-plugins/Manifest
18 +++ b/media-gfx/eog-plugins/Manifest
19 @@ -1,11 +1,11 @@
20 -----BEGIN PGP SIGNED MESSAGE-----
21 -Hash: SHA1
22 +Hash: SHA512
23
24 -DIST eog-plugins-3.2.2.tar.xz 308244 RMD160 96edc5ec74f054a68bf605ab071580fdd87364e6 SHA1 61881eeac777958bf878415b9aaeb0ccd9bd303c SHA256 123e50be69c33bddc5d6def0a1f618970e01207c2e959edbaf0afc56717d8975
25 +DIST eog-plugins-3.2.2.tar.xz 308244 SHA256 123e50be69c33bddc5d6def0a1f618970e01207c2e959edbaf0afc56717d8975
26 -----BEGIN PGP SIGNATURE-----
27 -Version: GnuPG v2.0.18 (GNU/Linux)
28 +Version: GnuPG v2.0.19 (GNU/Linux)
29
30 -iEYEARECAAYFAk7SgCcACgkQ1fmVwcYIWAYSaACaA5jWeTA9vw90z9ZjQE4jFaxH
31 -9n0An3vfpluP4j1VXjoL/5pkp5I9LZ8x
32 -=5cq2
33 +iEYEAREKAAYFAlCum/0ACgkQ1fmVwcYIWAamvwCeMF45ufy/E7y+FGPBuLtSIlC5
34 +UMcAn3PBXnFPUn08rcsOTGiORU7aOUU8
35 +=11un
36 -----END PGP SIGNATURE-----
37
38 diff --git a/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild b/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild
39 index 94eaa64..9e38bc0 100644
40 --- a/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild
41 +++ b/media-gfx/eog-plugins/eog-plugins-3.2.2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2011 Gentoo Foundation
44 +# Copyright 1999-2012 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: $
47
48 @@ -30,10 +30,14 @@ RDEPEND="
49 "
50 DEPEND="${RDEPEND}
51 >=dev-util/intltool-0.40
52 - dev-util/pkgconfig
53 + virtual/pkgconfig
54 "
55
56 pkg_setup() {
57 + python_pkg_setup
58 +}
59 +
60 +src_configure() {
61 DOCS="AUTHORS ChangeLog NEWS"
62
63 # postr map fit-to-width exif-display send-by-mail postasa
64 @@ -45,9 +49,8 @@ pkg_setup() {
65 use python && plugins="$plugins,slideshowshuffle pythonconsole"
66
67 G2CONF="${G2CONF}
68 - --disable-schemas-compile
69 $(use_enable python)
70 --with-plugins=$plugins"
71
72 - python_pkg_setup
73 + gnome2_src_configure
74 }