* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
@ 2012-11-24 14:55 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-24 14:55 UTC (permalink / raw
To: gentoo-commits
commit: 89b2736dd9bdf259150a1b2530f2a303c6278623
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 24 14:55:29 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 24 14:55:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=89b2736d
media-gfx/eog-plugins: 3.4.1 → 3.6.1
---
media-gfx/eog-plugins/eog-plugins-3.6.1.ebuild | 83 ++++++++++++++++++++++++
media-gfx/eog-plugins/metadata.xml | 10 +++
2 files changed, 93 insertions(+), 0 deletions(-)
diff --git a/media-gfx/eog-plugins/eog-plugins-3.6.1.ebuild b/media-gfx/eog-plugins/eog-plugins-3.6.1.ebuild
new file mode 100644
index 0000000..4f619cc
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.6.1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+PYTHON_DEPEND="python? 2:2.5"
+
+inherit gnome2 python
+
+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 )"
+
+RDEPEND="
+ >=dev-libs/glib-2.26:2
+ >=dev-libs/libpeas-0.7.4
+ >=media-gfx/eog-3.5.5
+ x11-libs/gtk+: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? (
+ dev-libs/libpeas[gtk,python]
+ dev-python/pygobject:3
+ 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() {
+ if use python; then
+ python_set_active_version 2
+ python_pkg_setup
+ fi
+}
+
+src_prepare() {
+ gnome2_src_prepare
+ use python && python_clean_py-compile_files
+}
+
+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"
+ G2CONF="${G2CONF}
+ $(use_enable python)
+ --with-plugins=${plugins}"
+ gnome2_src_configure
+}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+ if use python; then
+ python_need_rebuild
+ python_mod_optimize /usr/$(get_libdir)/eog/plugins
+ fi
+}
+
+pkg_postrm() {
+ gnome2_pkg_postrm
+ use python && python_mod_cleanup /usr/$(get_libdir)/eog/plugins
+}
diff --git a/media-gfx/eog-plugins/metadata.xml b/media-gfx/eog-plugins/metadata.xml
new file mode 100644
index 0000000..9086fb3
--- /dev/null
+++ b/media-gfx/eog-plugins/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+ <use>
+ <flag name="flickr">Enable uploading to Flickr</flag>
+ <flag name="map">Enable world map display using <pkg>media-libs/libchamplain</pkg></flag>
+ <flag name="picasa">Enable uploading to Google's Picasa Web Albums</flag>
+ </use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
@ 2012-12-26 22:09 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-26 22:09 UTC (permalink / raw
To: gentoo-commits
commit: cdda649fc740888fc07863ad134fb0721f4a4cc9
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 26 22:01:43 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Dec 26 22:01:43 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cdda649f
media-gfx/eog-plugins: moved to gx86
---
media-gfx/eog-plugins/eog-plugins-3.6.1.ebuild | 83 ------------------------
1 files changed, 0 insertions(+), 83 deletions(-)
diff --git a/media-gfx/eog-plugins/eog-plugins-3.6.1.ebuild b/media-gfx/eog-plugins/eog-plugins-3.6.1.ebuild
deleted file mode 100644
index 4f619cc..0000000
--- a/media-gfx/eog-plugins/eog-plugins-3.6.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_DEPEND="python? 2:2.5"
-
-inherit gnome2 python
-
-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 )"
-
-RDEPEND="
- >=dev-libs/glib-2.26:2
- >=dev-libs/libpeas-0.7.4
- >=media-gfx/eog-3.5.5
- x11-libs/gtk+: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? (
- dev-libs/libpeas[gtk,python]
- dev-python/pygobject:3
- 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() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
-}
-
-src_prepare() {
- gnome2_src_prepare
- use python && python_clean_py-compile_files
-}
-
-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"
- G2CONF="${G2CONF}
- $(use_enable python)
- --with-plugins=${plugins}"
- gnome2_src_configure
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- if use python; then
- python_need_rebuild
- python_mod_optimize /usr/$(get_libdir)/eog/plugins
- fi
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- use python && python_mod_cleanup /usr/$(get_libdir)/eog/plugins
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
@ 2013-10-13 11:15 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2013-10-13 11:15 UTC (permalink / raw
To: gentoo-commits
commit: e411228361bd926bcd04b46c0d1829938b5e599a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 10:58:11 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 11:15:23 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e4112283
media-gfx/eog-plugins: 3.8.1 → 3.10.0
---
media-gfx/eog-plugins/eog-plugins-3.10.0.ebuild | 64 +++++++++++++++++++++++++
1 file changed, 64 insertions(+)
diff --git a/media-gfx/eog-plugins/eog-plugins-3.10.0.ebuild b/media-gfx/eog-plugins/eog-plugins-3.10.0.ebuild
new file mode 100644
index 0000000..0ae7b77
--- /dev/null
+++ b/media-gfx/eog-plugins/eog-plugins-3.10.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2013 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=( python2_{6,7} )
+
+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.9.1
+ >=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}
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
@ 2013-11-16 10:42 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-16 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 2e8f074561f29dde1f311f69c65614a6547804ee
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 12:40:37 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 12:40:41 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2e8f0745
media-gfx/eog-plugins: 3.10.0 → 3.10.1
---
.../eog-plugins/{eog-plugins-3.10.0.ebuild => eog-plugins-3.10.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/media-gfx/eog-plugins/eog-plugins-3.10.0.ebuild b/media-gfx/eog-plugins/eog-plugins-3.10.1.ebuild
similarity index 100%
rename from media-gfx/eog-plugins/eog-plugins-3.10.0.ebuild
rename to media-gfx/eog-plugins/eog-plugins-3.10.1.ebuild
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
@ 2014-04-12 15:44 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-12 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 62c4c4ff218bf57662ba087891cbbba9601ed4c6
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 15:03:24 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 15:14:31 2014 +0000
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 0000000..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}
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
@ 2014-04-23 22:14 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-23 22:14 UTC (permalink / raw
To: gentoo-commits
commit: 7cff874e958c478e8a6a2fc9c763ef238a1c3eac
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 22:02:09 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 22:13:18 2014 +0000
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
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
@ 2014-10-05 22:09 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-05 22:09 UTC (permalink / raw
To: gentoo-commits
commit: f98b29cc397625a5543c3782ca0a676b6c57b769
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 5 21:44:15 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 5 21:44:15 2014 +0000
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
"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
@ 2014-11-23 19:37 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-23 19:37 UTC (permalink / raw
To: gentoo-commits
commit: 2e2b7e05ed4c53ba2ebd826f107865119ff6856f
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 19:11:05 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 19:12:29 2014 +0000
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
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
@ 2014-12-01 13:36 Michał Górny
0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2014-12-01 13:36 UTC (permalink / raw
To: gentoo-commits
commit: 405a435f58bde681bdae45004efd20ce29f3a6b4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 1 12:52:26 2014 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 1 12:52:26 2014 +0000
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() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
@ 2014-12-26 21:47 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 21:47 UTC (permalink / raw
To: gentoo-commits
commit: b863f65899ba1ba4795dd9a54bbb069aca1b5d8b
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:46:17 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:46:17 2014 +0000
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..0000000
--- 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}
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
@ 2015-05-10 17:20 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-10 17:20 UTC (permalink / raw
To: gentoo-commits
commit: 86b94e4968a394becaf0d0032767d5c3c71f57dc
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 16:03:00 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 10 16:09:40 2015 +0000
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 0000000..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}
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
@ 2018-06-02 8:30 Gilles Dartiguelongue
0 siblings, 0 replies; 13+ messages in thread
From: Gilles Dartiguelongue @ 2018-06-02 8:30 UTC (permalink / raw
To: gentoo-commits
commit: e5140e1f6286341fefd9a48fc469a744320f44cb
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 2 08:29:15 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Jun 2 08:29:22 2018 +0000
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 00000000..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 00000000..3319801f
--- /dev/null
+++ b/media-gfx/eog-plugins/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+</maintainer>
+<use>
+ <flag name="map">Enable world map display using <pkg>media-libs/libchamplain</pkg></flag>
+ <flag name="picasa">Enable uploading to Google's Picasa Web Albums</flag>
+</use>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/
@ 2018-08-04 13:03 Mart Raudsepp
0 siblings, 0 replies; 13+ messages in thread
From: Mart Raudsepp @ 2018-08-04 13:03 UTC (permalink / raw
To: gentoo-commits
commit: 09d7ea682f78235efa997b7a10d3aa03a4f5e95b
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 4 12:59:01 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Aug 4 12:59:01 2018 +0000
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..00000000
--- 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..00000000
--- a/media-gfx/eog-plugins/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
-</maintainer>
-<use>
- <flag name="map">Enable world map display using <pkg>media-libs/libchamplain</pkg></flag>
- <flag name="picasa">Enable uploading to Google's Picasa Web Albums</flag>
-</use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2018-08-04 13:03 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-24 14:55 [gentoo-commits] proj/gnome:master commit in: media-gfx/eog-plugins/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2012-12-26 22:09 Gilles Dartiguelongue
2013-10-13 11:15 Gilles Dartiguelongue
2013-11-16 10:42 Gilles Dartiguelongue
2014-04-12 15:44 Gilles Dartiguelongue
2014-04-23 22:14 Gilles Dartiguelongue
2014-10-05 22:09 Gilles Dartiguelongue
2014-11-23 19:37 Gilles Dartiguelongue
2014-12-01 13:36 Michał Górny
2014-12-26 21:47 Gilles Dartiguelongue
2015-05-10 17:20 Gilles Dartiguelongue
2018-06-02 8:30 Gilles Dartiguelongue
2018-08-04 13:03 Mart Raudsepp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox