Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/eog-plugins: ChangeLog eog-plugins-3.6.1-r1.ebuild eog-plugins-3.4.0.ebuild
Date: Wed, 26 Dec 2012 22:03:28
Message-Id: 20121226220316.22B4C2171D@flycatcher.gentoo.org
1 eva 12/12/26 22:03:16
2
3 Modified: ChangeLog
4 Added: eog-plugins-3.6.1-r1.ebuild
5 Removed: eog-plugins-3.4.0.ebuild
6 Log:
7 Version bump for Gnome 3.6. Switch to EAPI=5 and python-single-r1.eclass. Clean up old revision.
8
9 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C6085806)
10
11 Revision Changes Path
12 1.3 media-gfx/eog-plugins/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 16 Jul 2012 06:51:53 -0000 1.2
25 +++ ChangeLog 26 Dec 2012 22:03:15 -0000 1.3
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-gfx/eog-plugins
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.2 2012/07/16 06:51:53 tetromino Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.3 2012/12/26 22:03:15 eva Exp $
31 +
32 +*eog-plugins-3.6.1-r1 (26 Dec 2012)
33 +
34 + 26 Dec 2012; Gilles Dartiguelongue <eva@g.o>
35 + -eog-plugins-3.4.0.ebuild, +eog-plugins-3.6.1-r1.ebuild:
36 + Version bump for Gnome 3.6. Switch to EAPI=5 and python-single-r1.eclass.
37 + Clean up old revision.
38
39 *eog-plugins-3.4.1 (16 Jul 2012)
40
41
42
43
44 1.1 media-gfx/eog-plugins/eog-plugins-3.6.1-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.6.1-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.6.1-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: eog-plugins-3.6.1-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.6.1-r1.ebuild,v 1.1 2012/12/26 22:03:16 eva Exp $
54
55 EAPI="5"
56 GCONF_DEBUG="no"
57 GNOME2_LA_PUNT="yes"
58 PYTHON_COMPAT=( python2_{6,7} )
59
60 inherit gnome2 python-single-r1
61
62 DESCRIPTION="Eye of GNOME plugins"
63 HOMEPAGE="https://live.gnome.org/EyeOfGnome/Plugins"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="+exif +flickr map +picasa +python"
69 REQUIRED_USE="map? ( exif )"
70
71 RDEPEND="
72 >=dev-libs/glib-2.26:2
73 >=dev-libs/libpeas-0.7.4:=
74 >=media-gfx/eog-3.5.5
75 x11-libs/gtk+:3
76 exif? ( >=media-libs/libexif-0.6.16 )
77 flickr? ( media-gfx/postr )
78 map? (
79 media-libs/libchamplain:0.12[gtk]
80 >=media-libs/clutter-1.9.4:1.0
81 >=media-libs/clutter-gtk-1.1.2:1.0 )
82 picasa? ( >=dev-libs/libgdata-0.9.1:= )
83 python? (
84 ${PYTHON_DEPS}
85 dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
86 dev-python/pygobject:3[${PYTHON_USEDEP}]
87 gnome-base/gsettings-desktop-schemas
88 media-gfx/eog[introspection]
89 x11-libs/gtk+:3[introspection]
90 x11-libs/pango[introspection] )
91 "
92 DEPEND="${RDEPEND}
93 >=dev-util/intltool-0.40
94 sys-devel/gettext
95 virtual/pkgconfig
96 "
97
98 pkg_setup() {
99 if use python; then
100 python-single-r1_pkg_setup
101 fi
102 }
103
104 src_configure() {
105 local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
106 use exif && plugins="${plugins},exif-display"
107 use flickr && plugins="${plugins},postr"
108 use map && plugins="${plugins},map"
109 use picasa && plugins="${plugins},postasa"
110 use python && plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder"
111 G2CONF="${G2CONF}
112 $(use_enable python)
113 --with-plugins=${plugins}"
114 gnome2_src_configure
115 }