eva         15/06/09 16:27:15

  Modified:             ChangeLog
  Added:                eog-plugins-3.16.0.ebuild
  Log:
  Version bump for Gnome 3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  Changes    Path
1.28                 media-gfx/eog-plugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   28 Mar 2015 09:04:33 -0000      1.27
+++ ChangeLog   9 Jun 2015 16:27:15 -0000       1.28
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/eog-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.27 
2015/03/28 09:04:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog-plugins/ChangeLog,v 1.28 
2015/06/09 16:27:15 eva Exp $
+
+*eog-plugins-3.16.0 (09 Jun 2015)
+
+  09 Jun 2015; Gilles Dartiguelongue <[email protected]>
+  +eog-plugins-3.16.0.ebuild:
+  Version bump for Gnome 3.16.
 
 *eog-plugins-3.14.2 (28 Mar 2015)
 



1.1                  media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild?rev=1.1&content-type=text/plain

Index: eog-plugins-3.16.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild,v 1.1 
2015/06/09 16:27:15 eva Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python{3_3,3_4} )

inherit gnome2 python-r1

DESCRIPTION="Eye of GNOME plugins"
HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="+exif +flickr map +picasa +python"
REQUIRED_USE="
        map? ( exif )
        python? ( ^^ ( $(python_gen_useflags '*') ) )"

RDEPEND="
        >=dev-libs/glib-2.38:2
        >=dev-libs/libpeas-0.7.4:=
        >=media-gfx/eog-3.15.90
        >=x11-libs/gtk+-3.14:3
        exif? ( >=media-libs/libexif-0.6.16 )
        flickr? ( media-gfx/postr )
        map? (
                media-libs/libchamplain:0.12[gtk]
                >=media-libs/clutter-1.9.4:1.0
                >=media-libs/clutter-gtk-1.1.2:1.0 )
        picasa? ( >=dev-libs/libgdata-0.9.1:= )
        python? (
                ${PYTHON_DEPS}
                >=dev-libs/glib-2.32:2[dbus]
                dev-libs/libpeas:=[gtk,python,${PYTHON_USEDEP}]
                dev-python/pygobject:3[${PYTHON_USEDEP}]
                gnome-base/gsettings-desktop-schemas
                media-gfx/eog[introspection]
                x11-libs/gtk+:3[introspection]
                x11-libs/pango[introspection] )
"
DEPEND="${RDEPEND}
        >=dev-util/intltool-0.50.1
        sys-devel/gettext
        virtual/pkgconfig
"

pkg_setup() {
        use python && [[ ${MERGE_TYPE} == binary ]] && python_setup
}

src_configure() {
        local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
        use exif && plugins="${plugins},exif-display"
        use flickr && plugins="${plugins},postr"
        use map && plugins="${plugins},map"
        use picasa && plugins="${plugins},postasa"
        use python && 
plugins="${plugins},slideshowshuffle,pythonconsole,fullscreenbg,export-to-folder,maximize-windows"
        gnome2_src_configure \
                $(use_enable python) \
                --with-plugins=${plugins}
}




Reply via email to