[gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/

2018-08-04 Thread Mart Raudsepp
commit: 09d7ea682f78235efa997b7a10d3aa03a4f5e95b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug  4 12:59:01 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug  4 12:59:01 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=09d7ea68

media-gfx/eog-plugins: remove, 3.26.3 available in ::gentoo

.. without unnecessary gdk-pixbuf build dep (no to-pixdata usage in
GResources)

 media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild | 65 -
 media-gfx/eog-plugins/metadata.xml  | 12 -
 2 files changed, 77 deletions(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild
deleted file mode 100644
index e08eaddb..
--- a/media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5,3_6} )
-
-inherit gnome2 python-single-r1
-
-DESCRIPTION="Eye of GNOME plugins"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="+exif map picasa +python"
-REQUIRED_USE="
-   map? ( exif )
-   python? ( ${PYTHON_REQUIRED_USE} )
-"
-
-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 )
-   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] )
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-   x11-libs/gdk-pixbuf:2
-"
-
-pkg_setup() {
-   use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
-   use exif && plugins="${plugins},exif-display"
-   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}
-}

diff --git a/media-gfx/eog-plugins/metadata.xml 
b/media-gfx/eog-plugins/metadata.xml
deleted file mode 100644
index 3319801f..
--- a/media-gfx/eog-plugins/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-
-   Enable world map display using 
media-libs/libchamplain
-   Enable uploading to Google's Picasa Web 
Albums
-
-



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog/

2018-08-04 Thread Mart Raudsepp
commit: 2e8b2d33058d678d5e4cb6f347a4c43dcd13ac62
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug  4 12:49:41 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug  4 12:49:41 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2e8b2d33

media-gfx/eog-3.26.2: remove, available in ::gentoo

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-gfx/eog/eog-3.26.2.ebuild | 56 -
 1 file changed, 56 deletions(-)

diff --git a/media-gfx/eog/eog-3.26.2.ebuild b/media-gfx/eog/eog-3.26.2.ebuild
deleted file mode 100644
index a6850ca7..
--- a/media-gfx/eog/eog-3.26.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
-
-LICENSE="GPL-2+"
-SLOT="1"
-
-IUSE="debug +exif +introspection +jpeg lcms +svg tiff xmp"
-REQUIRED_USE="exif? ( jpeg )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND="
-   >=dev-libs/glib-2.42.0:2[dbus]
-   >=dev-libs/libpeas-0.7.4:=[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=x11-libs/gtk+-3.22.0:3[introspection,X]
-   >=x11-misc/shared-mime-info-0.20
-
-   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
-   x11-libs/libX11
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
-   jpeg? ( virtual/jpeg:0 )
-   lcms? ( media-libs/lcms:2 )
-   svg? ( >=gnome-base/librsvg-2.36.2:2 )
-   xmp? ( media-libs/exempi:2 )
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${RDEPEND}
-   dev-libs/libxml2:2
-   >=dev-util/gtk-doc-am-1.16
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.7
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure \
-   $(usex debug --enable-debug=yes ' ') \
-   $(use_enable introspection) \
-   $(use_with jpeg libjpeg) \
-   $(use_with exif libexif) \
-   $(use_with lcms cms) \
-   $(use_with xmp) \
-   $(use_with svg librsvg)
-}



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/

2018-06-02 Thread Gilles Dartiguelongue
commit: e5140e1f6286341fefd9a48fc469a744320f44cb
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Jun  2 08:29:15 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Jun  2 08:29:22 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e5140e1f

media-gfx/eog-plugins: 3.16.1-r1 → 3.26.2

Translation updates. Switch from intltool to gettext.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild | 65 +
 media-gfx/eog-plugins/metadata.xml  | 12 +
 2 files changed, 77 insertions(+)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild
new file mode 100644
index ..e08eaddb
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.26.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION="Eye of GNOME plugins"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+exif map picasa +python"
+REQUIRED_USE="
+   map? ( exif )
+   python? ( ${PYTHON_REQUIRED_USE} )
+"
+
+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 )
+   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] )
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources
+DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
+   >=sys-devel/gettext-0.19.7
+   virtual/pkgconfig
+   x11-libs/gdk-pixbuf:2
+"
+
+pkg_setup() {
+   use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+   local plugins="fit-to-width,send-by-mail,hide-titlebar,light-theme"
+   use exif && plugins="${plugins},exif-display"
+   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}
+}

diff --git a/media-gfx/eog-plugins/metadata.xml 
b/media-gfx/eog-plugins/metadata.xml
new file mode 100644
index ..3319801f
--- /dev/null
+++ b/media-gfx/eog-plugins/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+
+   Enable world map display using 
media-libs/libchamplain
+   Enable uploading to Google's Picasa Web 
Albums
+
+



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog/

2018-05-31 Thread Gilles Dartiguelongue
commit: d09e2e64adb9d9191de75ecdd6ef26fe2d0363d0
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Thu May 31 07:06:09 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Thu May 31 07:09:45 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d09e2e64

media-gfx/eog: add libxml2 for glib-compile-resources

Drop now unused intltool dependency.

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 media-gfx/eog/eog-3.26.2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/media-gfx/eog/eog-3.26.2.ebuild b/media-gfx/eog/eog-3.26.2.ebuild
index d067d938..a6850ca7 100644
--- a/media-gfx/eog/eog-3.26.2.ebuild
+++ b/media-gfx/eog/eog-3.26.2.ebuild
@@ -35,11 +35,12 @@ RDEPEND="
svg? ( >=gnome-base/librsvg-2.36.2:2 )
xmp? ( media-libs/exempi:2 )
 "
+# libxml2+gdk-pixbuf required for glib-compile-resources
 DEPEND="${RDEPEND}
+   dev-libs/libxml2:2
>=dev-util/gtk-doc-am-1.16
-   >=dev-util/intltool-0.50.1
dev-util/itstool
-   sys-devel/gettext
+   >=sys-devel/gettext-0.19.7
virtual/pkgconfig
 "
 



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog/

2018-02-16 Thread Sobhan Mohammadpour
commit: 341e61b901f8ee9b736845bcc56945a066c86fc1
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Fri Feb 16 15:34:23 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Fri Feb 16 15:34:23 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=341e61b9

media-gfx/eog: bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 media-gfx/eog/{eog-3.26.1.ebuild => eog-3.26.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-gfx/eog/eog-3.26.1.ebuild b/media-gfx/eog/eog-3.26.2.ebuild
similarity index 100%
rename from media-gfx/eog/eog-3.26.1.ebuild
rename to media-gfx/eog/eog-3.26.2.ebuild



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog/

2018-01-23 Thread Sobhan Mohammadpour
commit: 19d2eec094c3707ecee4757b3c634949554fd208
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Tue Jan 23 20:00:48 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Tue Jan 23 20:00:48 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=19d2eec0

media-gfx/eog: version bump to 3.26.1

Package-Manager: Portage-2.3.20, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 media-gfx/eog/eog-3.26.1.ebuild | 55 +
 1 file changed, 55 insertions(+)

diff --git a/media-gfx/eog/eog-3.26.1.ebuild b/media-gfx/eog/eog-3.26.1.ebuild
new file mode 100644
index ..d067d938
--- /dev/null
+++ b/media-gfx/eog/eog-3.26.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
+
+LICENSE="GPL-2+"
+SLOT="1"
+
+IUSE="debug +exif +introspection +jpeg lcms +svg tiff xmp"
+REQUIRED_USE="exif? ( jpeg )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="
+   >=dev-libs/glib-2.42.0:2[dbus]
+   >=dev-libs/libpeas-0.7.4:=[gtk]
+   >=gnome-base/gnome-desktop-2.91.2:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=x11-libs/gtk+-3.22.0:3[introspection,X]
+   >=x11-misc/shared-mime-info-0.20
+
+   >=x11-libs/gdk-pixbuf-2.36.5:2[jpeg?,tiff?]
+   x11-libs/libX11
+
+   exif? ( >=media-libs/libexif-0.6.14 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
+   jpeg? ( virtual/jpeg:0 )
+   lcms? ( media-libs/lcms:2 )
+   svg? ( >=gnome-base/librsvg-2.36.2:2 )
+   xmp? ( media-libs/exempi:2 )
+"
+DEPEND="${RDEPEND}
+   >=dev-util/gtk-doc-am-1.16
+   >=dev-util/intltool-0.50.1
+   dev-util/itstool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure \
+   $(usex debug --enable-debug=yes ' ') \
+   $(use_enable introspection) \
+   $(use_with jpeg libjpeg) \
+   $(use_with exif libexif) \
+   $(use_with lcms cms) \
+   $(use_with xmp) \
+   $(use_with svg librsvg)
+}



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog/

2018-01-12 Thread Dennis Lamm
commit: 7b00d85d227153d9e4d335d0c9fbfad91f0a299a
Author: Dennis Lamm  gentoo  org>
AuthorDate: Fri Jan 12 13:52:36 2018 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Fri Jan 12 13:52:36 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7b00d85d

media-gfx/eog: drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --force

 media-gfx/eog/eog-3.20.0.ebuild | 56 -
 1 file changed, 56 deletions(-)

diff --git a/media-gfx/eog/eog-3.20.0.ebuild b/media-gfx/eog/eog-3.20.0.ebuild
deleted file mode 100644
index 409fa224..
--- a/media-gfx/eog/eog-3.20.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
-
-LICENSE="GPL-2+"
-SLOT="1"
-IUSE="+exif +introspection +jpeg lcms +svg tiff xmp"
-REQUIRED_USE="exif? ( jpeg )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND="
-   >=dev-libs/glib-2.42.0:2[dbus]
-   >=dev-libs/libpeas-0.7.4:=[gtk]
-   >=gnome-base/gnome-desktop-2.91.2:3=
-   >=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=x11-libs/gtk+-3.19.3:3[introspection,X]
-   >=x11-misc/shared-mime-info-0.20
-
-   >=x11-libs/gdk-pixbuf-2.30.0:2[jpeg?,tiff?]
-   x11-libs/libX11
-
-   exif? ( >=media-libs/libexif-0.6.14 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
-   jpeg? ( virtual/jpeg:0 )
-   lcms? ( media-libs/lcms:2 )
-   svg? ( >=gnome-base/librsvg-2.36.2:2 )
-   xmp? ( media-libs/exempi:2 )
-"
-DEPEND="${RDEPEND}
-   >=dev-util/gtk-doc-am-1.16
-   >=dev-util/intltool-0.50.1
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
-   gnome2_src_configure \
-   $(use_enable introspection) \
-   $(use_with jpeg libjpeg) \
-   $(use_with exif libexif) \
-   $(use_with lcms cms) \
-   $(use_with xmp) \
-   $(use_with svg librsvg)
-}



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog/

2016-03-27 Thread Ole Reifschneider
commit: dbe51cb4311c9ec6c2819369bd130b832dd51c40
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Sat Mar 26 23:29:02 2016 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Sat Mar 26 23:29:02 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=dbe51cb4

media-gfx/eog: Bump version to 3.20.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 .../eog/{eog-.ebuild => eog-3.20.0.ebuild} | 34 ++
 media-gfx/eog/eog-.ebuild  | 11 +++
 2 files changed, 15 insertions(+), 30 deletions(-)

diff --git a/media-gfx/eog/eog-.ebuild b/media-gfx/eog/eog-3.20.0.ebuild
similarity index 63%
copy from media-gfx/eog/eog-.ebuild
copy to media-gfx/eog/eog-3.20.0.ebuild
index 7eb343b..409fa22 100644
--- a/media-gfx/eog/eog-.ebuild
+++ b/media-gfx/eog/eog-3.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,9 +7,6 @@ GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
 
 DESCRIPTION="The Eye of GNOME image viewer"
 HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
@@ -17,28 +14,23 @@ HOMEPAGE="https://wiki.gnome.org/Apps/EyeOfGnome;
 LICENSE="GPL-2+"
 SLOT="1"
 IUSE="+exif +introspection +jpeg lcms +svg tiff xmp"
-if [[ ${PV} =  ]]; then
-   IUSE="${IUSE} doc"
-   KEYWORDS=""
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-fi
-
 REQUIRED_USE="exif? ( jpeg )"
 
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
 RDEPEND="
-   >=dev-libs/glib-2.38:2
+   >=dev-libs/glib-2.42.0:2[dbus]
>=dev-libs/libpeas-0.7.4:=[gtk]
>=gnome-base/gnome-desktop-2.91.2:3=
>=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=x11-libs/gtk+-3.14:3[introspection,X]
+   >=x11-libs/gtk+-3.19.3:3[introspection,X]
>=x11-misc/shared-mime-info-0.20
 
-   x11-libs/gdk-pixbuf:2[jpeg?,tiff?]
+   >=x11-libs/gdk-pixbuf-2.30.0:2[jpeg?,tiff?]
x11-libs/libX11
 
exif? ( >=media-libs/libexif-0.6.14 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
jpeg? ( virtual/jpeg:0 )
lcms? ( media-libs/lcms:2 )
svg? ( >=gnome-base/librsvg-2.36.2:2 )
@@ -47,19 +39,12 @@ RDEPEND="
 DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.16
>=dev-util/intltool-0.50.1
+   dev-util/itstool
sys-devel/gettext
virtual/pkgconfig
 "
 
-if [[ ${PV} =  ]]; then
-   DEPEND="${DEPEND}
-   app-text/yelp-tools
-   doc? ( >=dev-util/gtk-doc-1.16 )"
-fi
-
 src_configure() {
-   local myconf=""
-   [[ ${PV} !=  ]] && myconf="ITSTOOL=$(type -P true)"
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
gnome2_src_configure \
$(use_enable introspection) \
@@ -67,6 +52,5 @@ src_configure() {
$(use_with exif libexif) \
$(use_with lcms cms) \
$(use_with xmp) \
-   $(use_with svg librsvg) \
-   ${myconf}
+   $(use_with svg librsvg)
 }

diff --git a/media-gfx/eog/eog-.ebuild b/media-gfx/eog/eog-.ebuild
index 7eb343b..1166191 100644
--- a/media-gfx/eog/eog-.ebuild
+++ b/media-gfx/eog/eog-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -27,18 +27,18 @@ fi
 REQUIRED_USE="exif? ( jpeg )"
 
 RDEPEND="
-   >=dev-libs/glib-2.38:2
+   >=dev-libs/glib-2.42.0:2[dbus]
>=dev-libs/libpeas-0.7.4:=[gtk]
>=gnome-base/gnome-desktop-2.91.2:3=
>=gnome-base/gsettings-desktop-schemas-2.91.92
-   >=x11-libs/gtk+-3.14:3[introspection,X]
+   >=x11-libs/gtk+-3.19.3:3[introspection,X]
>=x11-misc/shared-mime-info-0.20
 
-   x11-libs/gdk-pixbuf:2[jpeg?,tiff?]
+   >=x11-libs/gdk-pixbuf-2.30.0:2[jpeg?,tiff?]
x11-libs/libX11
 
exif? ( >=media-libs/libexif-0.6.14 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
jpeg? ( virtual/jpeg:0 )
lcms? ( media-libs/lcms:2 )
svg? ( >=gnome-base/librsvg-2.36.2:2 )
@@ -47,6 +47,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.16
>=dev-util/intltool-0.50.1
+   dev-util/itstool
sys-devel/gettext
virtual/pkgconfig
 "



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog/

2015-05-14 Thread Gilles Dartiguelongue
commit: ff09fbb58ba1ee2e2fa5315917b57a2cdf9be7ca
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Thu May 14 10:57:27 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Thu May 14 10:57:27 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ff09fbb5

media-gfx/eog: 3.16.1 → 3.16.2

 media-gfx/eog/{eog-3.16.1.ebuild = eog-3.16.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-gfx/eog/eog-3.16.1.ebuild b/media-gfx/eog/eog-3.16.2.ebuild
similarity index 100%
rename from media-gfx/eog/eog-3.16.1.ebuild
rename to media-gfx/eog/eog-3.16.2.ebuild



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/

2015-05-10 Thread Gilles Dartiguelongue
commit: 86b94e4968a394becaf0d0032767d5c3c71f57dc
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May 10 16:03:00 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May 10 16:09:40 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=86b94e49

media-gfx/eog-plugins: 3.14.2 → 3.16.0

 media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild | 66 +
 1 file changed, 66 insertions(+)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild
new file mode 100644
index 000..f5c7ae5
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.16.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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}
+}



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog/

2015-05-10 Thread Gilles Dartiguelongue
commit: 3345f0d177a6ec38ec96c87bbe0c73bd70b8bd70
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May 10 14:22:46 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May 10 15:16:23 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=3345f0d1

media-gfx/eog: 3.14.4 → 3.16.1

 .../eog/{eog-.ebuild = eog-3.16.1.ebuild} | 25 --
 media-gfx/eog/eog-.ebuild  |  7 +++---
 2 files changed, 7 insertions(+), 25 deletions(-)

diff --git a/media-gfx/eog/eog-.ebuild b/media-gfx/eog/eog-3.16.1.ebuild
similarity index 73%
copy from media-gfx/eog/eog-.ebuild
copy to media-gfx/eog/eog-3.16.1.ebuild
index 40ddca7..b11121b 100644
--- a/media-gfx/eog/eog-.ebuild
+++ b/media-gfx/eog/eog-3.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -7,9 +7,6 @@ GCONF_DEBUG=yes
 GNOME2_LA_PUNT=yes
 
 inherit gnome2
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
 
 DESCRIPTION=The Eye of GNOME image viewer
 HOMEPAGE=https://wiki.gnome.org/Apps/EyeOfGnome;
@@ -17,22 +14,16 @@ HOMEPAGE=https://wiki.gnome.org/Apps/EyeOfGnome;
 LICENSE=GPL-2+
 SLOT=1
 IUSE=+exif +introspection +jpeg lcms +svg tiff xmp
-if [[ ${PV} =  ]]; then
-   IUSE=${IUSE} doc
-   KEYWORDS=
-else
-   KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
-fi
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
 
 REQUIRED_USE=exif? ( jpeg )
 
 RDEPEND=
-   =x11-libs/gtk+-3.14:3[introspection,X]
=dev-libs/glib-2.38:2
-   =dev-libs/libxml2-2:2
=dev-libs/libpeas-0.7.4:=[gtk]
=gnome-base/gnome-desktop-2.91.2:3=
=gnome-base/gsettings-desktop-schemas-2.91.92
+   =x11-libs/gtk+-3.14:3[introspection,X]
=x11-misc/shared-mime-info-0.20
 
x11-libs/gdk-pixbuf:2[jpeg?,tiff?]
@@ -52,15 +43,7 @@ DEPEND=${RDEPEND}
virtual/pkgconfig
 
 
-if [[ ${PV} =  ]]; then
-   DEPEND=${DEPEND}
-   app-text/yelp-tools
-   doc? ( =dev-util/gtk-doc-1.10 )
-fi
-
 src_configure() {
-   local myconf=
-   [[ ${PV} !=  ]]  myconf=ITSTOOL=$(type -P true)
DOCS=AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO
gnome2_src_configure \
$(use_enable introspection) \
@@ -69,5 +52,5 @@ src_configure() {
$(use_with lcms cms) \
$(use_with xmp) \
$(use_with svg librsvg) \
-   ${myconf}
+   ITSTOOL=$(type -P true)
 }

diff --git a/media-gfx/eog/eog-.ebuild b/media-gfx/eog/eog-.ebuild
index 40ddca7..3cfeac4 100644
--- a/media-gfx/eog/eog-.ebuild
+++ b/media-gfx/eog/eog-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -27,12 +27,11 @@ fi
 REQUIRED_USE=exif? ( jpeg )
 
 RDEPEND=
-   =x11-libs/gtk+-3.14:3[introspection,X]
=dev-libs/glib-2.38:2
-   =dev-libs/libxml2-2:2
=dev-libs/libpeas-0.7.4:=[gtk]
=gnome-base/gnome-desktop-2.91.2:3=
=gnome-base/gsettings-desktop-schemas-2.91.92
+   =x11-libs/gtk+-3.14:3[introspection,X]
=x11-misc/shared-mime-info-0.20
 
x11-libs/gdk-pixbuf:2[jpeg?,tiff?]
@@ -55,7 +54,7 @@ DEPEND=${RDEPEND}
 if [[ ${PV} =  ]]; then
DEPEND=${DEPEND}
app-text/yelp-tools
-   doc? ( =dev-util/gtk-doc-1.10 )
+   doc? ( =dev-util/gtk-doc-1.16 )
 fi
 
 src_configure() {



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/

2014-12-26 Thread Gilles Dartiguelongue
commit: b863f65899ba1ba4795dd9a54bbb069aca1b5d8b
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Fri Dec 26 21:46:17 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Fri Dec 26 21:46:17 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b863f658

media-gfx/eog-plugins: moved to gentoo-x86

---
 media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild | 64 -
 1 file changed, 64 deletions(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
deleted file mode 100644
index 0261ce7..000
--- a/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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://live.gnome.org/EyeOfGnome/Plugins;
-
-LICENSE=GPL-2
-SLOT=0
-KEYWORDS=~amd64 ~x86
-IUSE=+exif +flickr map +picasa +python
-REQUIRED_USE=
-   map? ( exif )
-   python? ( ${PYTHON_REQUIRED_USE} )
-
-RDEPEND=
-   =dev-libs/glib-2.32:2
-   =dev-libs/libpeas-0.7.4:=
-   =media-gfx/eog-3.11.4
-   =x11-libs/gtk+-3.3.8: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/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
-   gnome2_src_configure \
-   $(use_enable python) \
-   --with-plugins=${plugins}
-}



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/

2014-12-01 Thread Michał Górny
commit: 405a435f58bde681bdae45004efd20ce29f3a6b4
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Mon Dec  1 12:52:26 2014 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Mon Dec  1 12:52:26 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=405a435f

media-gfx/eog-plugins: use python-r1 with proper REQUIRED_USE

Use python-r1 instead of python-single-r1 to avoid issues with libpeas
dependency (REQUIRED_USE).

Package-Manager: portage-2.2.14
Manifest-Sign-Key: EFB4464E!

---
 media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
index 447464b..0261ce7 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
@@ -5,9 +5,9 @@
 EAPI=5
 GCONF_DEBUG=no
 GNOME2_LA_PUNT=yes
-PYTHON_COMPAT=( python{3_2,3_3} )
+PYTHON_COMPAT=( python{3_3,3_4} )
 
-inherit gnome2 python-single-r1
+inherit gnome2 python-r1
 
 DESCRIPTION=Eye of GNOME plugins
 HOMEPAGE=https://live.gnome.org/EyeOfGnome/Plugins;
@@ -48,7 +48,7 @@ DEPEND=${RDEPEND}
 
 
 pkg_setup() {
-   use python  python-single-r1_pkg_setup
+   use python  [[ ${MERGE_TYPE} == binary ]]  python_setup
 }
 
 src_configure() {



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog/

2014-11-23 Thread Gilles Dartiguelongue
commit: 404c6d9df674034d732d06d8b8d3eab7a19417ad
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Nov 23 19:06:30 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Nov 23 19:12:28 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=404c6d9d

media-gfx/eog: 3.14.1 → 3.14.3

---
 media-gfx/eog/{eog-3.14.1.ebuild = eog-3.14.3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-gfx/eog/eog-3.14.1.ebuild b/media-gfx/eog/eog-3.14.3.ebuild
similarity index 100%
rename from media-gfx/eog/eog-3.14.1.ebuild
rename to media-gfx/eog/eog-3.14.3.ebuild



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/

2014-11-23 Thread Gilles Dartiguelongue
commit: 2e2b7e05ed4c53ba2ebd826f107865119ff6856f
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Nov 23 19:11:05 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Nov 23 19:12:29 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2e2b7e05

media-gfx/eog-plugins: 3.14.0 → 3.14.1

---
 .../eog-plugins/{eog-plugins-3.14.0.ebuild = eog-plugins-3.14.1.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.14.0.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild
similarity index 100%
rename from media-gfx/eog-plugins/eog-plugins-3.14.0.ebuild
rename to media-gfx/eog-plugins/eog-plugins-3.14.1.ebuild



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog/

2014-10-05 Thread Gilles Dartiguelongue
commit: e72ff96a2826a33cc1f289bd476913f23891bea2
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Oct  5 21:36:55 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct  5 21:42:23 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e72ff96a

media-gfx/eog: 3.12.2 → 3.14.0

Raise gtk+ dependency.

https://bugzilla.gnome.org/show_bug.cgi?id=737960

---
 media-gfx/eog/{eog-3.12.1.ebuild = eog-3.14.0.ebuild} | 5 ++---
 media-gfx/eog/eog-.ebuild  | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/media-gfx/eog/eog-3.12.1.ebuild b/media-gfx/eog/eog-3.14.0.ebuild
similarity index 91%
rename from media-gfx/eog/eog-3.12.1.ebuild
rename to media-gfx/eog/eog-3.14.0.ebuild
index 343951f..0d6927e 100644
--- a/media-gfx/eog/eog-3.12.1.ebuild
+++ b/media-gfx/eog/eog-3.14.0.ebuild
@@ -9,7 +9,7 @@ GNOME2_LA_PUNT=yes
 inherit gnome2
 
 DESCRIPTION=The Eye of GNOME image viewer
-HOMEPAGE=http://projects.gnome.org/eog/;
+HOMEPAGE=https://wiki.gnome.org/Apps/EyeOfGnome;
 
 LICENSE=GPL-2+
 SLOT=1
@@ -19,13 +19,12 @@ KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd
 REQUIRED_USE=exif? ( jpeg )
 
 RDEPEND=
-   =x11-libs/gtk+-3.10.6:3[introspection,X]
+   =x11-libs/gtk+-3.14:3[introspection,X]
=dev-libs/glib-2.38:2
=dev-libs/libxml2-2:2
=dev-libs/libpeas-0.7.4:=[gtk]
=gnome-base/gnome-desktop-2.91.2:3=
=gnome-base/gsettings-desktop-schemas-2.91.92
-   =x11-themes/gnome-icon-theme-2.19.1
=x11-misc/shared-mime-info-0.20
 
x11-libs/gdk-pixbuf:2[jpeg?,tiff?]

diff --git a/media-gfx/eog/eog-.ebuild b/media-gfx/eog/eog-.ebuild
index 502174a..40ddca7 100644
--- a/media-gfx/eog/eog-.ebuild
+++ b/media-gfx/eog/eog-.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} =  ]]; then
 fi
 
 DESCRIPTION=The Eye of GNOME image viewer
-HOMEPAGE=http://projects.gnome.org/eog/;
+HOMEPAGE=https://wiki.gnome.org/Apps/EyeOfGnome;
 
 LICENSE=GPL-2+
 SLOT=1
@@ -27,13 +27,12 @@ fi
 REQUIRED_USE=exif? ( jpeg )
 
 RDEPEND=
-   =x11-libs/gtk+-3.10.6:3[introspection,X]
+   =x11-libs/gtk+-3.14:3[introspection,X]
=dev-libs/glib-2.38:2
=dev-libs/libxml2-2:2
=dev-libs/libpeas-0.7.4:=[gtk]
=gnome-base/gnome-desktop-2.91.2:3=
=gnome-base/gsettings-desktop-schemas-2.91.92
-   =x11-themes/gnome-icon-theme-2.19.1
=x11-misc/shared-mime-info-0.20
 
x11-libs/gdk-pixbuf:2[jpeg?,tiff?]



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/

2014-10-05 Thread Gilles Dartiguelongue
commit: f98b29cc397625a5543c3782ca0a676b6c57b769
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Oct  5 21:44:15 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct  5 21:44:15 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f98b29cc

media-gfx/eog-plugins: 3.12.1 → 3.14.0

---
 .../{eog-plugins-3.12.1.ebuild = eog-plugins-3.14.0.ebuild}| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.12.1.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.14.0.ebuild
similarity index 98%
rename from media-gfx/eog-plugins/eog-plugins-3.12.1.ebuild
rename to media-gfx/eog-plugins/eog-plugins-3.14.0.ebuild
index c1b2f7b..447464b 100644
--- a/media-gfx/eog-plugins/eog-plugins-3.12.1.ebuild
+++ b/media-gfx/eog-plugins/eog-plugins-3.14.0.ebuild
@@ -42,7 +42,7 @@ RDEPEND=
x11-libs/pango[introspection] )
 
 DEPEND=${RDEPEND}
-   =dev-util/intltool-0.40
+   =dev-util/intltool-0.50.1
sys-devel/gettext
virtual/pkgconfig
 



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/

2014-04-23 Thread Gilles Dartiguelongue
commit: 7cff874e958c478e8a6a2fc9c763ef238a1c3eac
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Wed Apr 23 22:02:09 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Wed Apr 23 22:13:18 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7cff874e

media-gfx/eog-plugins: 3.12.0 → 3.12.1

---
 .../eog-plugins/{eog-plugins-3.12.0.ebuild = eog-plugins-3.12.1.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.12.0.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.12.1.ebuild
similarity index 100%
rename from media-gfx/eog-plugins/eog-plugins-3.12.0.ebuild
rename to media-gfx/eog-plugins/eog-plugins-3.12.1.ebuild



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog/

2014-04-23 Thread Gilles Dartiguelongue
commit: 53df443677e3167beffcc0cdb4757444c6805fd0
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Wed Apr 23 21:51:39 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Wed Apr 23 22:13:13 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=53df4436

media-gfx/eog: 3.12.0 → 3.12.1

---
 media-gfx/eog/{eog-3.12.0.ebuild = eog-3.12.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-gfx/eog/eog-3.12.0.ebuild b/media-gfx/eog/eog-3.12.1.ebuild
similarity index 100%
rename from media-gfx/eog/eog-3.12.0.ebuild
rename to media-gfx/eog/eog-3.12.1.ebuild



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/

2014-04-12 Thread Gilles Dartiguelongue
commit: 62c4c4ff218bf57662ba087891cbbba9601ed4c6
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sat Apr 12 15:03:24 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sat Apr 12 15:14:31 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=62c4c4ff

media-gfx/eog-plugins: 3.10.1 → 3.12.0

---
 media-gfx/eog-plugins/eog-plugins-3.12.0.ebuild | 64 +
 1 file changed, 64 insertions(+)

diff --git a/media-gfx/eog-plugins/eog-plugins-3.12.0.ebuild 
b/media-gfx/eog-plugins/eog-plugins-3.12.0.ebuild
new file mode 100644
index 000..c1b2f7b
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.12.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+GCONF_DEBUG=no
+GNOME2_LA_PUNT=yes
+PYTHON_COMPAT=( python{3_2,3_3} )
+
+inherit gnome2 python-single-r1
+
+DESCRIPTION=Eye of GNOME plugins
+HOMEPAGE=https://live.gnome.org/EyeOfGnome/Plugins;
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=+exif +flickr map +picasa +python
+REQUIRED_USE=
+   map? ( exif )
+   python? ( ${PYTHON_REQUIRED_USE} )
+
+RDEPEND=
+   =dev-libs/glib-2.32:2
+   =dev-libs/libpeas-0.7.4:=
+   =media-gfx/eog-3.11.4
+   =x11-libs/gtk+-3.3.8: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/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.40
+   sys-devel/gettext
+   virtual/pkgconfig
+
+
+pkg_setup() {
+   use python  python-single-r1_pkg_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
+   gnome2_src_configure \
+   $(use_enable python) \
+   --with-plugins=${plugins}
+}



[gentoo-commits] proj/gnome:master commit in: media-gfx/eog/

2014-04-12 Thread Gilles Dartiguelongue
commit: 7a12b4267f782cf9adb94dc4640440080cba1f83
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sat Apr 12 15:00:17 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sat Apr 12 15:14:30 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7a12b426

media-gfx/eog: 3.10.2 → 3.12.0

---
 .../eog/{eog-.ebuild = eog-3.12.0.ebuild} | 30 +-
 media-gfx/eog/eog-.ebuild  | 10 
 2 files changed, 12 insertions(+), 28 deletions(-)

diff --git a/media-gfx/eog/eog-.ebuild b/media-gfx/eog/eog-3.12.0.ebuild
similarity index 68%
copy from media-gfx/eog/eog-.ebuild
copy to media-gfx/eog/eog-3.12.0.ebuild
index 28ee50c..343951f 100644
--- a/media-gfx/eog/eog-.ebuild
+++ b/media-gfx/eog/eog-3.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -7,9 +7,6 @@ GCONF_DEBUG=yes
 GNOME2_LA_PUNT=yes
 
 inherit gnome2
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
 
 DESCRIPTION=The Eye of GNOME image viewer
 HOMEPAGE=http://projects.gnome.org/eog/;
@@ -17,18 +14,13 @@ HOMEPAGE=http://projects.gnome.org/eog/;
 LICENSE=GPL-2+
 SLOT=1
 IUSE=+exif +introspection +jpeg lcms +svg tiff xmp
-if [[ ${PV} =  ]]; then
-   IUSE=${IUSE} doc
-   KEYWORDS=
-else
-   KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
-fi
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
 
 REQUIRED_USE=exif? ( jpeg )
 
 RDEPEND=
-   =x11-libs/gtk+-3.7.8:3[introspection,X]
-   =dev-libs/glib-2.31:2
+   =x11-libs/gtk+-3.10.6:3[introspection,X]
+   =dev-libs/glib-2.38:2
=dev-libs/libxml2-2:2
=dev-libs/libpeas-0.7.4:=[gtk]
=gnome-base/gnome-desktop-2.91.2:3=
@@ -47,21 +39,13 @@ RDEPEND=
xmp? ( media-libs/exempi:2 )
 
 DEPEND=${RDEPEND}
-   =dev-util/gtk-doc-am-1.10
-   =dev-util/intltool-0.40
+   =dev-util/gtk-doc-am-1.16
+   =dev-util/intltool-0.50.1
sys-devel/gettext
virtual/pkgconfig
 
 
-if [[ ${PV} =  ]]; then
-   DEPEND=${DEPEND}
-   app-text/yelp-tools
-   doc? ( =dev-util/gtk-doc-1.10 )
-fi
-
 src_configure() {
-   local myconf=
-   [[ ${PV} !=  ]]  myconf=ITSTOOL=$(type -P true)
DOCS=AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO
gnome2_src_configure \
$(use_enable introspection) \
@@ -70,5 +54,5 @@ src_configure() {
$(use_with lcms cms) \
$(use_with xmp) \
$(use_with svg librsvg) \
-   ${myconf}
+   ITSTOOL=$(type -P true)
 }

diff --git a/media-gfx/eog/eog-.ebuild b/media-gfx/eog/eog-.ebuild
index 28ee50c..502174a 100644
--- a/media-gfx/eog/eog-.ebuild
+++ b/media-gfx/eog/eog-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -27,8 +27,8 @@ fi
 REQUIRED_USE=exif? ( jpeg )
 
 RDEPEND=
-   =x11-libs/gtk+-3.7.8:3[introspection,X]
-   =dev-libs/glib-2.31:2
+   =x11-libs/gtk+-3.10.6:3[introspection,X]
+   =dev-libs/glib-2.38:2
=dev-libs/libxml2-2:2
=dev-libs/libpeas-0.7.4:=[gtk]
=gnome-base/gnome-desktop-2.91.2:3=
@@ -47,8 +47,8 @@ RDEPEND=
xmp? ( media-libs/exempi:2 )
 
 DEPEND=${RDEPEND}
-   =dev-util/gtk-doc-am-1.10
-   =dev-util/intltool-0.40
+   =dev-util/gtk-doc-am-1.16
+   =dev-util/intltool-0.50.1
sys-devel/gettext
virtual/pkgconfig