public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2016-03-27 21:24 Ole Reifschneider
  0 siblings, 0 replies; 35+ messages in thread
From: Ole Reifschneider @ 2016-03-27 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     dbe51cb4311c9ec6c2819369bd130b832dd51c40
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 23:29:02 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 23:29:02 2016 +0000
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-9999.ebuild => eog-3.20.0.ebuild}     | 34 ++++++----------------
 media-gfx/eog/eog-9999.ebuild                      | 11 +++----
 2 files changed, 15 insertions(+), 30 deletions(-)

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-3.20.0.ebuild
similarity index 63%
copy from media-gfx/eog/eog-9999.ebuild
copy to media-gfx/eog/eog-3.20.0.ebuild
index 7eb343b..409fa22 100644
--- a/media-gfx/eog/eog-9999.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} = 9999 ]]; 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} = 9999 ]]; 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} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools
-		doc? ( >=dev-util/gtk-doc-1.16 )"
-fi
-
 src_configure() {
-	local myconf=""
-	[[ ${PV} != 9999 ]] && 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-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index 7eb343b..1166191 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.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
 "


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2018-08-04 13:03 Mart Raudsepp
  0 siblings, 0 replies; 35+ messages in thread
From: Mart Raudsepp @ 2018-08-04 13:03 UTC (permalink / raw
  To: gentoo-commits

commit:     2e8b2d33058d678d5e4cb6f347a4c43dcd13ac62
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  4 12:49:41 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Aug  4 12:49:41 2018 +0000
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..00000000
--- 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)
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2018-05-31  7:10 Gilles Dartiguelongue
  0 siblings, 0 replies; 35+ messages in thread
From: Gilles Dartiguelongue @ 2018-05-31  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d09e2e64adb9d9191de75ecdd6ef26fe2d0363d0
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 07:06:09 2018 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 31 07:09:45 2018 +0000
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
 "
 


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2018-02-16 15:34 Sobhan Mohammadpour
  0 siblings, 0 replies; 35+ messages in thread
From: Sobhan Mohammadpour @ 2018-02-16 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     341e61b901f8ee9b736845bcc56945a066c86fc1
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 16 15:34:23 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 16 15:34:23 2018 +0000
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


^ permalink raw reply	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2018-01-23 20:00 Sobhan Mohammadpour
  0 siblings, 0 replies; 35+ messages in thread
From: Sobhan Mohammadpour @ 2018-01-23 20:00 UTC (permalink / raw
  To: gentoo-commits

commit:     19d2eec094c3707ecee4757b3c634949554fd208
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 20:00:48 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 20:00:48 2018 +0000
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 00000000..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)
+}


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2018-01-12 13:53 Dennis Lamm
  0 siblings, 0 replies; 35+ messages in thread
From: Dennis Lamm @ 2018-01-12 13:53 UTC (permalink / raw
  To: gentoo-commits

commit:     7b00d85d227153d9e4d335d0c9fbfad91f0a299a
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 13:52:36 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 13:52:36 2018 +0000
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..00000000
--- 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)
-}


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2015-05-14 13:39 Gilles Dartiguelongue
  0 siblings, 0 replies; 35+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-14 13:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ff09fbb58ba1ee2e2fa5315917b57a2cdf9be7ca
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 10:57:27 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 14 10:57:27 2015 +0000
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


^ permalink raw reply	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2015-05-10 17:20 Gilles Dartiguelongue
  0 siblings, 0 replies; 35+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-10 17:20 UTC (permalink / raw
  To: gentoo-commits

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

media-gfx/eog: 3.14.4 → 3.16.1

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

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-3.16.1.ebuild
similarity index 73%
copy from media-gfx/eog/eog-9999.ebuild
copy to media-gfx/eog/eog-3.16.1.ebuild
index 40ddca7..b11121b 100644
--- a/media-gfx/eog/eog-9999.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} = 9999 ]]; 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} = 9999 ]]; 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} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools
-		doc? ( >=dev-util/gtk-doc-1.10 )"
-fi
-
 src_configure() {
-	local myconf=""
-	[[ ${PV} != 9999 ]] && 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-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index 40ddca7..3cfeac4 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.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} = 9999 ]]; then
 	DEPEND="${DEPEND}
 		app-text/yelp-tools
-		doc? ( >=dev-util/gtk-doc-1.10 )"
+		doc? ( >=dev-util/gtk-doc-1.16 )"
 fi
 
 src_configure() {


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2014-11-23 19:37 Gilles Dartiguelongue
  0 siblings, 0 replies; 35+ messages in thread
From: Gilles Dartiguelongue @ 2014-11-23 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     404c6d9df674034d732d06d8b8d3eab7a19417ad
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 19:06:30 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 19:12:28 2014 +0000
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


^ permalink raw reply	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2014-10-05 22:09 Gilles Dartiguelongue
  0 siblings, 0 replies; 35+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-05 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e72ff96a2826a33cc1f289bd476913f23891bea2
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  5 21:36:55 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 21:42:23 2014 +0000
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-9999.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-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index 502174a..40ddca7 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; 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?]


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2014-04-23 22:14 Gilles Dartiguelongue
  0 siblings, 0 replies; 35+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-23 22:14 UTC (permalink / raw
  To: gentoo-commits

commit:     53df443677e3167beffcc0cdb4757444c6805fd0
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 21:51:39 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 22:13:13 2014 +0000
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


^ permalink raw reply	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2014-04-12 15:44 Gilles Dartiguelongue
  0 siblings, 0 replies; 35+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-12 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     7a12b4267f782cf9adb94dc4640440080cba1f83
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 15:00:17 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Apr 12 15:14:30 2014 +0000
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-9999.ebuild => eog-3.12.0.ebuild}     | 30 +++++-----------------
 media-gfx/eog/eog-9999.ebuild                      | 10 ++++----
 2 files changed, 12 insertions(+), 28 deletions(-)

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-3.12.0.ebuild
similarity index 68%
copy from media-gfx/eog/eog-9999.ebuild
copy to media-gfx/eog/eog-3.12.0.ebuild
index 28ee50c..343951f 100644
--- a/media-gfx/eog/eog-9999.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} = 9999 ]]; 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} = 9999 ]]; 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} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools
-		doc? ( >=dev-util/gtk-doc-1.10 )"
-fi
-
 src_configure() {
-	local myconf=""
-	[[ ${PV} != 9999 ]] && 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-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index 28ee50c..502174a 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.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
 "


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2013-11-16 10:42 Gilles Dartiguelongue
  0 siblings, 0 replies; 35+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-16 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     5bf3844acaa7d6b1d53c47aa8b233d2a23aba99f
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 12:39:12 2013 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 12:39:12 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5bf3844a

media-gfx/eog: 3.10.0 → 3.10.2

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

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


^ permalink raw reply	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2013-10-13 11:15 Gilles Dartiguelongue
  0 siblings, 0 replies; 35+ messages in thread
From: Gilles Dartiguelongue @ 2013-10-13 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     cd3fd7948670a105472a038cde0bd3030da6e964
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 10:56:25 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=cd3fd794

media-gfx/eog: 3.8.2 → 3.10.0

---
 .../eog/{eog-9999.ebuild => eog-3.10.0.ebuild}     | 39 +++++++---------------
 media-gfx/eog/eog-9999.ebuild                      | 27 +++++++--------
 2 files changed, 26 insertions(+), 40 deletions(-)

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-3.10.0.ebuild
similarity index 61%
copy from media-gfx/eog/eog-9999.ebuild
copy to media-gfx/eog/eog-3.10.0.ebuild
index 6c79a2d..0aedac6 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-3.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -7,27 +7,19 @@ GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="http://www.gnome.org/projects/eog/"
+HOMEPAGE="http://projects.gnome.org/eog/"
 
 LICENSE="GPL-2+"
 SLOT="1"
 IUSE="+exif +introspection +jpeg lcms +svg tiff xmp"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 
 REQUIRED_USE="exif? ( jpeg )"
 
 RDEPEND="
-	>=x11-libs/gtk+-3.3.6:3[introspection,X]
+	>=x11-libs/gtk+-3.7.8:3[introspection,X]
 	>=dev-libs/glib-2.31:2
 	>=dev-libs/libxml2-2:2
 	>=dev-libs/libpeas-0.7.4:=[gtk]
@@ -53,21 +45,14 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig
 "
 
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools
-		doc? ( >=dev-util/gtk-doc-1.10 )"
-fi
-
 src_configure() {
-	G2CONF="${G2CONF}
-		$(use_enable introspection)
-		$(use_with jpeg libjpeg)
-		$(use_with exif libexif)
-		$(use_with lcms cms)
-		$(use_with xmp)
-		$(use_with svg librsvg)"
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
-	gnome2_src_configure
+	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) \
+		ITSTOOL=$(type -P true)
 }

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index 6c79a2d..28ee50c 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="http://www.gnome.org/projects/eog/"
+HOMEPAGE="http://projects.gnome.org/eog/"
 
 LICENSE="GPL-2+"
 SLOT="1"
@@ -21,13 +21,13 @@ if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
 
 REQUIRED_USE="exif? ( jpeg )"
 
 RDEPEND="
-	>=x11-libs/gtk+-3.3.6:3[introspection,X]
+	>=x11-libs/gtk+-3.7.8:3[introspection,X]
 	>=dev-libs/glib-2.31:2
 	>=dev-libs/libxml2-2:2
 	>=dev-libs/libpeas-0.7.4:=[gtk]
@@ -60,14 +60,15 @@ if [[ ${PV} = 9999 ]]; then
 fi
 
 src_configure() {
-	G2CONF="${G2CONF}
-		$(use_enable introspection)
-		$(use_with jpeg libjpeg)
-		$(use_with exif libexif)
-		$(use_with lcms cms)
-		$(use_with xmp)
-		$(use_with svg librsvg)"
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
+	local myconf=""
+	[[ ${PV} != 9999 ]] && myconf="ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
-	gnome2_src_configure
+	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) \
+		${myconf}
 }


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2012-12-26 21:53 Gilles Dartiguelongue
  0 siblings, 0 replies; 35+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-26 21:53 UTC (permalink / raw
  To: gentoo-commits

commit:     853dcaaedd012626bce5f6618ab78a9871c03063
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 26 21:51:58 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Dec 26 21:51:58 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=853dcaae

media-gfx/eog: moved to gx86

    * Sync live ebuild with gx86 changes.
    * USE=introspection is now global.

---
 media-gfx/eog/eog-3.6.2.ebuild |   71 ----------------------------------------
 media-gfx/eog/eog-9999.ebuild  |   22 +++++++------
 media-gfx/eog/metadata.xml     |    4 --
 3 files changed, 12 insertions(+), 85 deletions(-)

diff --git a/media-gfx/eog/eog-3.6.2.ebuild b/media-gfx/eog/eog-3.6.2.ebuild
deleted file mode 100644
index 2271efe..0000000
--- a/media-gfx/eog/eog-3.6.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="http://www.gnome.org/projects/eog/"
-
-LICENSE="GPL-2+"
-SLOT="1"
-IUSE="+exif +introspection +jpeg lcms +svg tiff xmp"
-if [[ ${PV} = 9999 ]]; then
-	IUSE="${IUSE} doc"
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-fi
-
-REQUIRED_USE="exif? ( jpeg )"
-
-RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X]
-	>=dev-libs/glib-2.31.0: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?]
-	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
-	>=dev-util/intltool-0.40
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-if [[ ${PV} = 9999 ]]; then
-	DEPEND="${DEPEND}
-		app-text/yelp-tools
-		doc? ( >=dev-util/gtk-doc-1.10 )"
-fi
-
-src_configure() {
-	G2CONF="${G2CONF}
-		$(use_enable introspection)
-		$(use_with jpeg libjpeg)
-		$(use_with exif libexif)
-		$(use_with lcms cms)
-		$(use_with xmp)
-		$(use_with svg librsvg)
-		--disable-schemas-compile"
-	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
-	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
-	gnome2_src_configure
-}

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index 2271efe..6c79a2d 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
@@ -26,11 +26,12 @@ fi
 
 REQUIRED_USE="exif? ( jpeg )"
 
-RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X]
-	>=dev-libs/glib-2.31.0:2
+RDEPEND="
+	>=x11-libs/gtk+-3.3.6:3[introspection,X]
+	>=dev-libs/glib-2.31:2
 	>=dev-libs/libxml2-2:2
-	>=dev-libs/libpeas-0.7.4[gtk]
-	>=gnome-base/gnome-desktop-2.91.2:3
+	>=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
@@ -43,12 +44,14 @@ RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X]
 	jpeg? ( virtual/jpeg:0 )
 	lcms? ( media-libs/lcms:2 )
 	svg? ( >=gnome-base/librsvg-2.36.2:2 )
-	xmp? ( media-libs/exempi:2 )"
+	xmp? ( media-libs/exempi:2 )
+"
 DEPEND="${RDEPEND}
-	dev-util/gtk-doc-am
+	>=dev-util/gtk-doc-am-1.10
 	>=dev-util/intltool-0.40
 	sys-devel/gettext
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
@@ -63,8 +66,7 @@ src_configure() {
 		$(use_with exif libexif)
 		$(use_with lcms cms)
 		$(use_with xmp)
-		$(use_with svg librsvg)
-		--disable-schemas-compile"
+		$(use_with svg librsvg)"
 	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
 	gnome2_src_configure

diff --git a/media-gfx/eog/metadata.xml b/media-gfx/eog/metadata.xml
index 216da8a..c53de9a 100644
--- a/media-gfx/eog/metadata.xml
+++ b/media-gfx/eog/metadata.xml
@@ -7,8 +7,4 @@
 		Desktop environment. With it, you can view single image files, as well 
 		as large image collections.
 	</longdescription>
-  <use>
-    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
-			for introspection</flag>
-  </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2012-11-22 23:04 Gilles Dartiguelongue
  0 siblings, 0 replies; 35+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-22 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7f4ec37494cb3e983faad218be1c6f7b3e7fbcb7
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 22 22:56:19 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Nov 22 23:04:32 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7f4ec374

media-gfx/eog: 3.6.1 → 3.6.2

---
 .../eog/{eog-3.6.1.ebuild => eog-3.6.2.ebuild}     |    0
 media-gfx/eog/metadata.xml                         |   14 ++++++++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

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

diff --git a/media-gfx/eog/metadata.xml b/media-gfx/eog/metadata.xml
new file mode 100644
index 0000000..216da8a
--- /dev/null
+++ b/media-gfx/eog/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>gnome</herd>
+  <longdescription lang="en">
+		The Eye of GNOME image viewer is the official image viewer for the GNOME
+		Desktop environment. With it, you can view single image files, as well 
+		as large image collections.
+	</longdescription>
+  <use>
+    <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
+			for introspection</flag>
+  </use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2012-10-10 21:09 Alexandre Rostovtsev
  0 siblings, 0 replies; 35+ messages in thread
From: Alexandre Rostovtsev @ 2012-10-10 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a2f1e235b2ce78e0b81f682c7d5b908eda8bd99f
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 10 20:59:39 2012 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Wed Oct 10 21:00:03 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a2f1e235

media-gfx/eog: 3.5.92 → 3.6.0

Update license, drop useless USE=doc for non-live ebuilds.

---
 .../eog/{eog-3.5.92.ebuild => eog-3.6.0.ebuild}    |   14 ++++++++------
 media-gfx/eog/eog-9999.ebuild                      |   14 ++++++++------
 2 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/media-gfx/eog/eog-3.5.92.ebuild b/media-gfx/eog/eog-3.6.0.ebuild
similarity index 88%
rename from media-gfx/eog/eog-3.5.92.ebuild
rename to media-gfx/eog/eog-3.6.0.ebuild
index 7602371..d79aef2 100644
--- a/media-gfx/eog/eog-3.5.92.ebuild
+++ b/media-gfx/eog/eog-3.6.0.ebuild
@@ -14,10 +14,11 @@ fi
 DESCRIPTION="The Eye of GNOME image viewer"
 HOMEPAGE="http://www.gnome.org/projects/eog/"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="1"
-IUSE="doc +exif +introspection +jpeg lcms +svg tiff xmp"
+IUSE="+exif +introspection +jpeg lcms +svg tiff xmp"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
 	KEYWORDS="~amd64 ~x86 ~x86-fbsd"
@@ -44,14 +45,15 @@ RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X]
 	svg? ( >=gnome-base/librsvg-2.36.2:2 )
 	xmp? ( media-libs/exempi:2 )"
 DEPEND="${RDEPEND}
-	sys-devel/gettext
+	dev-util/gtk-doc-am
 	>=dev-util/intltool-0.40
-	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.10 )"
+	sys-devel/gettext
+	virtual/pkgconfig"
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
-		app-text/yelp-tools"
+		app-text/yelp-tools
+		doc? ( >=dev-util/gtk-doc-1.10 )"
 fi
 
 pkg_setup() {

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index 7602371..d79aef2 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -14,10 +14,11 @@ fi
 DESCRIPTION="The Eye of GNOME image viewer"
 HOMEPAGE="http://www.gnome.org/projects/eog/"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="1"
-IUSE="doc +exif +introspection +jpeg lcms +svg tiff xmp"
+IUSE="+exif +introspection +jpeg lcms +svg tiff xmp"
 if [[ ${PV} = 9999 ]]; then
+	IUSE="${IUSE} doc"
 	KEYWORDS=""
 else
 	KEYWORDS="~amd64 ~x86 ~x86-fbsd"
@@ -44,14 +45,15 @@ RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X]
 	svg? ( >=gnome-base/librsvg-2.36.2:2 )
 	xmp? ( media-libs/exempi:2 )"
 DEPEND="${RDEPEND}
-	sys-devel/gettext
+	dev-util/gtk-doc-am
 	>=dev-util/intltool-0.40
-	virtual/pkgconfig
-	doc? ( >=dev-util/gtk-doc-1.10 )"
+	sys-devel/gettext
+	virtual/pkgconfig"
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
-		app-text/yelp-tools"
+		app-text/yelp-tools
+		doc? ( >=dev-util/gtk-doc-1.10 )"
 fi
 
 pkg_setup() {


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2012-09-21  0:27 Nirbheek Chauhan
  0 siblings, 0 replies; 35+ messages in thread
From: Nirbheek Chauhan @ 2012-09-21  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     8faaa85b38dc5605bc165d999d05f9f4de5cbe44
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 23:13:52 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 00:08:21 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8faaa85b

media-gfx/eog: 3.5.91 → 3.5.92

---
 .../eog/{eog-3.5.91.ebuild => eog-3.5.92.ebuild}   |    2 +-
 media-gfx/eog/eog-9999.ebuild                      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/eog/eog-3.5.91.ebuild b/media-gfx/eog/eog-3.5.92.ebuild
similarity index 97%
rename from media-gfx/eog/eog-3.5.91.ebuild
rename to media-gfx/eog/eog-3.5.92.ebuild
index f589b63..7602371 100644
--- a/media-gfx/eog/eog-3.5.91.ebuild
+++ b/media-gfx/eog/eog-3.5.92.ebuild
@@ -41,7 +41,7 @@ RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X]
 	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
 	jpeg? ( virtual/jpeg:0 )
 	lcms? ( media-libs/lcms:2 )
-	svg? ( >=gnome-base/librsvg-2.26:2 )
+	svg? ( >=gnome-base/librsvg-2.36.2:2 )
 	xmp? ( media-libs/exempi:2 )"
 DEPEND="${RDEPEND}
 	sys-devel/gettext

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index f589b63..7602371 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -41,7 +41,7 @@ RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X]
 	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
 	jpeg? ( virtual/jpeg:0 )
 	lcms? ( media-libs/lcms:2 )
-	svg? ( >=gnome-base/librsvg-2.26:2 )
+	svg? ( >=gnome-base/librsvg-2.36.2:2 )
 	xmp? ( media-libs/exempi:2 )"
 DEPEND="${RDEPEND}
 	sys-devel/gettext


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2012-09-05 15:48 Nirbheek Chauhan
  0 siblings, 0 replies; 35+ messages in thread
From: Nirbheek Chauhan @ 2012-09-05 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6daafae2580752b712d7cedc70e7ec294aca8f1e
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  4 22:40:06 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Sep  5 15:48:22 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6daafae2

media-gfx/eog: 3.5.90 → 3.5.91

---
 .../eog/{eog-3.5.90.ebuild => eog-3.5.91.ebuild}   |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

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


^ permalink raw reply	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2012-09-03 18:50 Priit Laes
  0 siblings, 0 replies; 35+ messages in thread
From: Priit Laes @ 2012-09-03 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     996b792fe21909e409a3f594daab8cad1516a5cc
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Mon Sep  3 18:50:09 2012 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Mon Sep  3 18:50:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=996b792f

media-gfx/eog: Remove '--disable-scrollkeeper'

---
 media-gfx/eog/eog-3.5.90.ebuild |    1 -
 media-gfx/eog/eog-9999.ebuild   |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/media-gfx/eog/eog-3.5.90.ebuild b/media-gfx/eog/eog-3.5.90.ebuild
index b46ec30..f589b63 100644
--- a/media-gfx/eog/eog-3.5.90.ebuild
+++ b/media-gfx/eog/eog-3.5.90.ebuild
@@ -62,7 +62,6 @@ pkg_setup() {
 		$(use_with lcms cms)
 		$(use_with xmp)
 		$(use_with svg librsvg)
-		--disable-scrollkeeper
 		--disable-schemas-compile"
 	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index b46ec30..f589b63 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -62,7 +62,6 @@ pkg_setup() {
 		$(use_with lcms cms)
 		$(use_with xmp)
 		$(use_with svg librsvg)
-		--disable-scrollkeeper
 		--disable-schemas-compile"
 	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2012-09-02 18:59 Nirbheek Chauhan
  0 siblings, 0 replies; 35+ messages in thread
From: Nirbheek Chauhan @ 2012-09-02 18:59 UTC (permalink / raw
  To: gentoo-commits

commit:     eef2a49cd1d30e92b36422d8fa81d489d15cdc5d
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  2 05:24:31 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun Sep  2 18:50:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=eef2a49c

Add media-gfx/eog-3.5.90

---
 .../eog/{eog-9999.ebuild => eog-3.5.90.ebuild}     |    8 ++++++--
 media-gfx/eog/eog-9999.ebuild                      |    8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-3.5.90.ebuild
similarity index 91%
copy from media-gfx/eog/eog-9999.ebuild
copy to media-gfx/eog/eog-3.5.90.ebuild
index c96c3e2..b46ec30 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-3.5.90.ebuild
@@ -43,14 +43,17 @@ RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X]
 	lcms? ( media-libs/lcms:2 )
 	svg? ( >=gnome-base/librsvg-2.26:2 )
 	xmp? ( media-libs/exempi:2 )"
-
 DEPEND="${RDEPEND}
-	app-text/gnome-doc-utils
 	sys-devel/gettext
 	>=dev-util/intltool-0.40
 	virtual/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1.10 )"
 
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		app-text/yelp-tools"
+fi
+
 pkg_setup() {
 	G2CONF="${G2CONF}
 		$(use_enable introspection)
@@ -61,5 +64,6 @@ pkg_setup() {
 		$(use_with svg librsvg)
 		--disable-scrollkeeper
 		--disable-schemas-compile"
+	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
 }

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index c96c3e2..b46ec30 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -43,14 +43,17 @@ RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X]
 	lcms? ( media-libs/lcms:2 )
 	svg? ( >=gnome-base/librsvg-2.26:2 )
 	xmp? ( media-libs/exempi:2 )"
-
 DEPEND="${RDEPEND}
-	app-text/gnome-doc-utils
 	sys-devel/gettext
 	>=dev-util/intltool-0.40
 	virtual/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1.10 )"
 
+if [[ ${PV} = 9999 ]]; then
+	DEPEND="${DEPEND}
+		app-text/yelp-tools"
+fi
+
 pkg_setup() {
 	G2CONF="${G2CONF}
 		$(use_enable introspection)
@@ -61,5 +64,6 @@ pkg_setup() {
 		$(use_with svg librsvg)
 		--disable-scrollkeeper
 		--disable-schemas-compile"
+	[[ ${PV} != 9999 ]] && G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
 	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
 }


^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2012-05-24  9:11 Alexandre Restovtsev
  0 siblings, 0 replies; 35+ messages in thread
From: Alexandre Restovtsev @ 2012-05-24  9:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f7acf547cd32493b179ff5c4f5d7657ffb07cf78
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 08:32:08 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu May 24 08:32:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f7acf547

media-gfx/eog: update

---
 media-gfx/eog/eog-9999.ebuild |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index 669cb43..c96c3e2 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.32.1.ebuild,v 1.1 2010/11/28 23:00:08 pacho Exp $
+# $Header: $
 
 EAPI="4"
 GCONF_DEBUG="yes"
@@ -23,7 +23,7 @@ else
 	KEYWORDS="~amd64 ~x86 ~x86-fbsd"
 fi
 
-RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection]
+RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X]
 	>=dev-libs/glib-2.31.0:2
 	>=dev-libs/libxml2-2:2
 	>=dev-libs/libpeas-0.7.4[gtk]



^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2012-05-05  0:45 Alexandre Restovtsev
  0 siblings, 0 replies; 35+ messages in thread
From: Alexandre Restovtsev @ 2012-05-05  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6edc724800390e12e720869924210b44c9d75f0d
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sat May  5 00:45:47 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat May  5 00:45:47 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6edc7248

media-gfx/eog: in gx86 + update pkgconfig dep.

---
 media-gfx/eog/eog-3.4.0.ebuild |   65 ----------------------------------------
 media-gfx/eog/eog-9999.ebuild  |    2 +-
 2 files changed, 1 insertions(+), 66 deletions(-)

diff --git a/media-gfx/eog/eog-3.4.0.ebuild b/media-gfx/eog/eog-3.4.0.ebuild
deleted file mode 100644
index 8b1c30a..0000000
--- a/media-gfx/eog/eog-3.4.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.32.1.ebuild,v 1.1 2010/11/28 23:00:08 pacho Exp $
-
-EAPI="4"
-GCONF_DEBUG="yes"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
-
-DESCRIPTION="The Eye of GNOME image viewer"
-HOMEPAGE="http://www.gnome.org/projects/eog/"
-
-LICENSE="GPL-2"
-SLOT="1"
-IUSE="doc +exif +introspection +jpeg lcms +svg tiff xmp"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-fi
-
-RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection]
-	>=dev-libs/glib-2.31.0: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?]
-	x11-libs/libX11
-
-	exif? (
-		>=media-libs/libexif-0.6.14
-		virtual/jpeg:0 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
-	jpeg? ( virtual/jpeg:0 )
-	lcms? ( media-libs/lcms:2 )
-	svg? ( >=gnome-base/librsvg-2.26:2 )
-	xmp? ( media-libs/exempi:2 )"
-
-DEPEND="${RDEPEND}
-	app-text/gnome-doc-utils
-	sys-devel/gettext
-	>=dev-util/intltool-0.40
-	>=dev-util/pkgconfig-0.17
-	doc? ( >=dev-util/gtk-doc-1.10 )"
-
-pkg_setup() {
-	G2CONF="${G2CONF}
-		$(use_enable introspection)
-		$(use_with jpeg libjpeg)
-		$(use_with exif libexif)
-		$(use_with lcms cms)
-		$(use_with xmp)
-		$(use_with svg librsvg)
-		--disable-scrollkeeper
-		--disable-schemas-compile"
-	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
-}

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index 8b1c30a..669cb43 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -48,7 +48,7 @@ DEPEND="${RDEPEND}
 	app-text/gnome-doc-utils
 	sys-devel/gettext
 	>=dev-util/intltool-0.40
-	>=dev-util/pkgconfig-0.17
+	virtual/pkgconfig
 	doc? ( >=dev-util/gtk-doc-1.10 )"
 
 pkg_setup() {



^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2012-03-31  9:14 Nirbheek Chauhan
  0 siblings, 0 replies; 35+ messages in thread
From: Nirbheek Chauhan @ 2012-03-31  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     2809ea27bba219fa0fabe6256490700a1d20a4bb
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 19:28:29 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 19:28:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2809ea27

media-gfx/eog: 3.3.90 → 3.4.0

---
 .../eog/{eog-3.3.90.ebuild => eog-3.4.0.ebuild}    |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

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



^ permalink raw reply	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2012-02-26 21:19 Alexandre Restovtsev
  0 siblings, 0 replies; 35+ messages in thread
From: Alexandre Restovtsev @ 2012-02-26 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f4e29c6ef2e5ac96bf35de6af50d2d77b65cd729
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 21:16:37 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Feb 26 21:16:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f4e29c6e

media-gfx/eog: 3.3.4 → 3.3.90

---
 .../eog/{eog-3.3.4.ebuild => eog-3.3.90.ebuild}    |    4 ++--
 media-gfx/eog/eog-9999.ebuild                      |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-gfx/eog/eog-3.3.4.ebuild b/media-gfx/eog/eog-3.3.90.ebuild
similarity index 92%
rename from media-gfx/eog/eog-3.3.4.ebuild
rename to media-gfx/eog/eog-3.3.90.ebuild
index 1099bee..8b1c30a 100644
--- a/media-gfx/eog/eog-3.3.4.ebuild
+++ b/media-gfx/eog/eog-3.3.90.ebuild
@@ -20,10 +20,10 @@ IUSE="doc +exif +introspection +jpeg lcms +svg tiff xmp"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+	KEYWORDS="~amd64 ~x86 ~x86-fbsd"
 fi
 
-RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection]
+RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection]
 	>=dev-libs/glib-2.31.0:2
 	>=dev-libs/libxml2-2:2
 	>=dev-libs/libpeas-0.7.4[gtk]

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index 704ff9b..8b1c30a 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -20,11 +20,11 @@ IUSE="doc +exif +introspection +jpeg lcms +svg tiff xmp"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+	KEYWORDS="~amd64 ~x86 ~x86-fbsd"
 fi
 
-RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection]
-	>=dev-libs/glib-2.29.4:2
+RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection]
+	>=dev-libs/glib-2.31.0:2
 	>=dev-libs/libxml2-2:2
 	>=dev-libs/libpeas-0.7.4[gtk]
 	>=gnome-base/gnome-desktop-2.91.2:3



^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2012-01-20 19:49 Nirbheek Chauhan
  0 siblings, 0 replies; 35+ messages in thread
From: Nirbheek Chauhan @ 2012-01-20 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     7761db09607aa432b95976673b4f67ef561f4cfd
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 18:57:12 2012 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 18:57:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7761db09

media-gfx/eog: bump to 3.3.4

---
 media-gfx/eog/eog-3.3.4.ebuild |   65 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 0 deletions(-)

diff --git a/media-gfx/eog/eog-3.3.4.ebuild b/media-gfx/eog/eog-3.3.4.ebuild
new file mode 100644
index 0000000..1099bee
--- /dev/null
+++ b/media-gfx/eog/eog-3.3.4.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.32.1.ebuild,v 1.1 2010/11/28 23:00:08 pacho Exp $
+
+EAPI="4"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="The Eye of GNOME image viewer"
+HOMEPAGE="http://www.gnome.org/projects/eog/"
+
+LICENSE="GPL-2"
+SLOT="1"
+IUSE="doc +exif +introspection +jpeg lcms +svg tiff xmp"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+fi
+
+RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection]
+	>=dev-libs/glib-2.31.0: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?]
+	x11-libs/libX11
+
+	exif? (
+		>=media-libs/libexif-0.6.14
+		virtual/jpeg:0 )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
+	jpeg? ( virtual/jpeg:0 )
+	lcms? ( media-libs/lcms:2 )
+	svg? ( >=gnome-base/librsvg-2.26:2 )
+	xmp? ( media-libs/exempi:2 )"
+
+DEPEND="${RDEPEND}
+	app-text/gnome-doc-utils
+	sys-devel/gettext
+	>=dev-util/intltool-0.40
+	>=dev-util/pkgconfig-0.17
+	doc? ( >=dev-util/gtk-doc-1.10 )"
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		$(use_enable introspection)
+		$(use_with jpeg libjpeg)
+		$(use_with exif libexif)
+		$(use_with lcms cms)
+		$(use_with xmp)
+		$(use_with svg librsvg)
+		--disable-scrollkeeper
+		--disable-schemas-compile"
+	DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
+}



^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2011-10-19  8:24 Alexandre Restovtsev
  0 siblings, 0 replies; 35+ messages in thread
From: Alexandre Restovtsev @ 2011-10-19  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     5faa7389d9b82060632b9f0963a3e7a07fedfb3a
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Wed Oct 19 08:16:34 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Oct 19 08:16:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5faa7389

media-gfx/eog: 3.2.0 → 3.2.1

Bump with introspection fixes.

---
 .../eog/{eog-3.2.0.ebuild => eog-3.2.1.ebuild}     |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

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



^ permalink raw reply	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2011-06-02 16:37 Nirbheek Chauhan
  0 siblings, 0 replies; 35+ messages in thread
From: Nirbheek Chauhan @ 2011-06-02 16:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d396c3bfa5d7d985876c198a65cf36283e7e0ebf
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Fri May 27 00:45:54 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 16:19:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d396c3bf

media-gfx/eog: 3.0.1 → 3.0.2

Signed-off-by: Nirbheek Chauhan <nirbheek <AT> gentoo.org>

---
 .../eog/{eog-3.0.1.ebuild => eog-3.0.2.ebuild}     |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

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



^ permalink raw reply	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2011-04-27 22:22 Gilles Dartiguelongue
  0 siblings, 0 replies; 35+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-27 22:22 UTC (permalink / raw
  To: gentoo-commits

commit:     72715b96ba9decd5613046974ed96004033c9057
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 21:31:27 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 21:31:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=72715b96

media-gfx/eog: 3.0.0 → 3.0.1

---
 .../eog/{eog-3.0.0.ebuild => eog-3.0.1.ebuild}     |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

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



^ permalink raw reply	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2011-04-05  0:57 Nirbheek Chauhan
  0 siblings, 0 replies; 35+ messages in thread
From: Nirbheek Chauhan @ 2011-04-05  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     4a6936b42ffb720d697622a704ad09cb1a42f02f
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  4 22:47:09 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 00:29:58 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4a6936b4

media-gfx/eog: 2.91.92 → 3.0.0

* Translation updates

---
 .../eog/{eog-2.91.92.ebuild => eog-3.0.0.ebuild}   |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

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



^ permalink raw reply	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2011-03-30 10:30 Nirbheek Chauhan
  0 siblings, 0 replies; 35+ messages in thread
From: Nirbheek Chauhan @ 2011-03-30 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c1741736ebc8eade79afadf4f69628cf279a5d8d
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 10:29:54 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 10:29:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c1741736

media-gfx/eog: fix use-dep on gtk+, fix misc slot-deps

* Reported by bilboed

---
 media-gfx/eog/eog-2.91.92.ebuild |   10 ++++++----
 media-gfx/eog/eog-9999.ebuild    |   10 ++++++----
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/media-gfx/eog/eog-2.91.92.ebuild b/media-gfx/eog/eog-2.91.92.ebuild
index c5e96bb..5ee3d79 100644
--- a/media-gfx/eog/eog-2.91.92.ebuild
+++ b/media-gfx/eog/eog-2.91.92.ebuild
@@ -21,7 +21,7 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
 
-RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection?,jpeg?,tiff?]
+RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection]
 	>=dev-libs/glib-2.25.15:2
 	>=dev-libs/libxml2-2:2
 	>=dev-libs/libpeas-0.7.4[gtk]
@@ -29,6 +29,8 @@ RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection?,jpeg?,tiff?]
 	>=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?]
 	x11-libs/libX11
 
 	dbus? ( >=dev-libs/dbus-glib-0.71 )
@@ -37,9 +39,9 @@ RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection?,jpeg?,tiff?]
 		virtual/jpeg:0 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
 	jpeg? ( virtual/jpeg:0 )
-	lcms? ( =media-libs/lcms-1* )
-	svg? ( >=gnome-base/librsvg-2.26 )
-	xmp? ( >=media-libs/exempi-2 )"
+	lcms? ( media-libs/lcms:0 )
+	svg? ( >=gnome-base/librsvg-2.26:2 )
+	xmp? ( media-libs/exempi:2 )"
 
 DEPEND="${RDEPEND}
 	app-text/gnome-doc-utils

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index c5e96bb..5ee3d79 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -21,7 +21,7 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
 
-RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection?,jpeg?,tiff?]
+RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection]
 	>=dev-libs/glib-2.25.15:2
 	>=dev-libs/libxml2-2:2
 	>=dev-libs/libpeas-0.7.4[gtk]
@@ -29,6 +29,8 @@ RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection?,jpeg?,tiff?]
 	>=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?]
 	x11-libs/libX11
 
 	dbus? ( >=dev-libs/dbus-glib-0.71 )
@@ -37,9 +39,9 @@ RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection?,jpeg?,tiff?]
 		virtual/jpeg:0 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
 	jpeg? ( virtual/jpeg:0 )
-	lcms? ( =media-libs/lcms-1* )
-	svg? ( >=gnome-base/librsvg-2.26 )
-	xmp? ( >=media-libs/exempi-2 )"
+	lcms? ( media-libs/lcms:0 )
+	svg? ( >=gnome-base/librsvg-2.26:2 )
+	xmp? ( media-libs/exempi:2 )"
 
 DEPEND="${RDEPEND}
 	app-text/gnome-doc-utils



^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2011-03-26  1:58 Nirbheek Chauhan
  0 siblings, 0 replies; 35+ messages in thread
From: Nirbheek Chauhan @ 2011-03-26  1:58 UTC (permalink / raw
  To: gentoo-commits

commit:     3c91b4321dbf6fd8efa5595073843b08b14c377f
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 01:41:46 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 01:52:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3c91b432

media-gfx/eog: update live ebuild

---
 media-gfx/eog/eog-9999.ebuild |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index 9a78f30..c5e96bb 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -24,9 +24,9 @@ fi
 RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection?,jpeg?,tiff?]
 	>=dev-libs/glib-2.25.15:2
 	>=dev-libs/libxml2-2:2
-	>=dev-libs/libpeas-0.7.2[gtk]
+	>=dev-libs/libpeas-0.7.4[gtk]
 	>=gnome-base/gnome-desktop-2.91.2:3
-	>=gnome-base/gsettings-desktop-schemas-0.1.0
+	>=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/libX11



^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2011-03-23  5:20 Nirbheek Chauhan
  0 siblings, 0 replies; 35+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     9d0bb8c39dd6f45d41c847fb35f2ea57d49cca28
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 03:53:07 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 04:18:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9d0bb8c3

media-gfx/eog: 2.91.91 → 2.91.92

---
 .../eog/{eog-2.91.91.ebuild => eog-2.91.92.ebuild} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/eog/eog-2.91.91.ebuild b/media-gfx/eog/eog-2.91.92.ebuild
similarity index 95%
rename from media-gfx/eog/eog-2.91.91.ebuild
rename to media-gfx/eog/eog-2.91.92.ebuild
index 9a78f30..c5e96bb 100644
--- a/media-gfx/eog/eog-2.91.91.ebuild
+++ b/media-gfx/eog/eog-2.91.92.ebuild
@@ -24,9 +24,9 @@ fi
 RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection?,jpeg?,tiff?]
 	>=dev-libs/glib-2.25.15:2
 	>=dev-libs/libxml2-2:2
-	>=dev-libs/libpeas-0.7.2[gtk]
+	>=dev-libs/libpeas-0.7.4[gtk]
 	>=gnome-base/gnome-desktop-2.91.2:3
-	>=gnome-base/gsettings-desktop-schemas-0.1.0
+	>=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/libX11



^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2011-03-09 11:34 Nirbheek Chauhan
  0 siblings, 0 replies; 35+ messages in thread
From: Nirbheek Chauhan @ 2011-03-09 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     781971c9f6873e0b8024f7052bc1324d1e28d429
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 18:14:01 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 11:21:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=781971c9

media-gfx/eog: 2.91.90 → 2.91.91

---
 media-gfx/eog/eog-2.91.91.ebuild |    8 ++++----
 media-gfx/eog/eog-9999.ebuild    |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-gfx/eog/eog-2.91.91.ebuild b/media-gfx/eog/eog-2.91.91.ebuild
index 75b4f40..9a78f30 100644
--- a/media-gfx/eog/eog-2.91.91.ebuild
+++ b/media-gfx/eog/eog-2.91.91.ebuild
@@ -6,7 +6,7 @@ EAPI="3"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
-inherit eutils gnome2
+inherit gnome2
 
 DESCRIPTION="The Eye of GNOME image viewer"
 HOMEPAGE="http://www.gnome.org/projects/eog/"
@@ -21,9 +21,9 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
 
-RDEPEND=">=x11-libs/gtk+-2.91.7:3[introspection?,jpeg?,tiff?]
-	>=dev-libs/glib-2.25.15
-	>=dev-libs/libxml2-2
+RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection?,jpeg?,tiff?]
+	>=dev-libs/glib-2.25.15:2
+	>=dev-libs/libxml2-2:2
 	>=dev-libs/libpeas-0.7.2[gtk]
 	>=gnome-base/gnome-desktop-2.91.2:3
 	>=gnome-base/gsettings-desktop-schemas-0.1.0

diff --git a/media-gfx/eog/eog-9999.ebuild b/media-gfx/eog/eog-9999.ebuild
index 75b4f40..9a78f30 100644
--- a/media-gfx/eog/eog-9999.ebuild
+++ b/media-gfx/eog/eog-9999.ebuild
@@ -6,7 +6,7 @@ EAPI="3"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
-inherit eutils gnome2
+inherit gnome2
 
 DESCRIPTION="The Eye of GNOME image viewer"
 HOMEPAGE="http://www.gnome.org/projects/eog/"
@@ -21,9 +21,9 @@ else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 fi
 
-RDEPEND=">=x11-libs/gtk+-2.91.7:3[introspection?,jpeg?,tiff?]
-	>=dev-libs/glib-2.25.15
-	>=dev-libs/libxml2-2
+RDEPEND=">=x11-libs/gtk+-3.0.2:3[introspection?,jpeg?,tiff?]
+	>=dev-libs/glib-2.25.15:2
+	>=dev-libs/libxml2-2:2
 	>=dev-libs/libpeas-0.7.2[gtk]
 	>=gnome-base/gnome-desktop-2.91.2:3
 	>=gnome-base/gsettings-desktop-schemas-0.1.0



^ permalink raw reply related	[flat|nested] 35+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
@ 2011-03-09 11:34 Nirbheek Chauhan
  0 siblings, 0 replies; 35+ messages in thread
From: Nirbheek Chauhan @ 2011-03-09 11:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b48701f2870776727264911c47d2e0cf25308cad
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  8 18:12:16 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 11:21:35 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b48701f2

media-gfx/eog: 2.91.90 → 2.91.91

---
 .../eog/{eog-2.91.90.ebuild => eog-2.91.91.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

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



^ permalink raw reply	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2018-08-04 13:03 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-27 21:24 [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/ Ole Reifschneider
  -- strict thread matches above, loose matches on Subject: below --
2018-08-04 13:03 Mart Raudsepp
2018-05-31  7:10 Gilles Dartiguelongue
2018-02-16 15:34 Sobhan Mohammadpour
2018-01-23 20:00 Sobhan Mohammadpour
2018-01-12 13:53 Dennis Lamm
2015-05-14 13:39 Gilles Dartiguelongue
2015-05-10 17:20 Gilles Dartiguelongue
2014-11-23 19:37 Gilles Dartiguelongue
2014-10-05 22:09 Gilles Dartiguelongue
2014-04-23 22:14 Gilles Dartiguelongue
2014-04-12 15:44 Gilles Dartiguelongue
2013-11-16 10:42 Gilles Dartiguelongue
2013-10-13 11:15 Gilles Dartiguelongue
2012-12-26 21:53 Gilles Dartiguelongue
2012-11-22 23:04 Gilles Dartiguelongue
2012-10-10 21:09 Alexandre Rostovtsev
2012-09-21  0:27 Nirbheek Chauhan
2012-09-05 15:48 Nirbheek Chauhan
2012-09-03 18:50 Priit Laes
2012-09-02 18:59 Nirbheek Chauhan
2012-05-24  9:11 Alexandre Restovtsev
2012-05-05  0:45 Alexandre Restovtsev
2012-03-31  9:14 Nirbheek Chauhan
2012-02-26 21:19 Alexandre Restovtsev
2012-01-20 19:49 Nirbheek Chauhan
2011-10-19  8:24 Alexandre Restovtsev
2011-06-02 16:37 Nirbheek Chauhan
2011-04-27 22:22 Gilles Dartiguelongue
2011-04-05  0:57 Nirbheek Chauhan
2011-03-30 10:30 Nirbheek Chauhan
2011-03-26  1:58 Nirbheek Chauhan
2011-03-23  5:20 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox