Gentoo Archives: gentoo-commits

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