From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-419292-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RoKT2-0004es-BD
	for garchives@archives.gentoo.org; Fri, 20 Jan 2012 19:49:44 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 48DD7E0832;
	Fri, 20 Jan 2012 19:49:37 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 16061E0831
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jan 2012 19:49:37 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 926081B400D
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jan 2012 19:49:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id F2DF380042
	for <gentoo-commits@lists.gentoo.org>; Fri, 20 Jan 2012 19:49:35 +0000 (UTC)
From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" <nirbheek@gentoo.org>
Message-ID: <7761db09607aa432b95976673b4f67ef561f4cfd.nirbheek@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/eog/
X-VCS-Repository: proj/gnome
X-VCS-Files: media-gfx/eog/eog-3.3.4.ebuild
X-VCS-Directories: media-gfx/eog/
X-VCS-Committer: nirbheek
X-VCS-Committer-Name: Nirbheek Chauhan
X-VCS-Revision: 7761db09607aa432b95976673b4f67ef561f4cfd
Date: Fri, 20 Jan 2012 19:49:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 26aebf00-e6b7-4e95-8ca7-a404a0d17387
X-Archives-Hash: 34af8ee6b88e58a97d49b12191489e82

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=3Dproj/gnome.git;a=3D=
commit;h=3D7761db09

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.ebu=
ild
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=3D"4"
+GCONF_DEBUG=3D"yes"
+GNOME2_LA_PUNT=3D"yes"
+
+inherit gnome2
+if [[ ${PV} =3D 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION=3D"The Eye of GNOME image viewer"
+HOMEPAGE=3D"http://www.gnome.org/projects/eog/"
+
+LICENSE=3D"GPL-2"
+SLOT=3D"1"
+IUSE=3D"doc +exif +introspection +jpeg lcms +svg tiff xmp"
+if [[ ${PV} =3D 9999 ]]; then
+	KEYWORDS=3D""
+else
+	KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+fi
+
+RDEPEND=3D">=3Dx11-libs/gtk+-3.0.2:3[introspection]
+	>=3Ddev-libs/glib-2.31.0:2
+	>=3Ddev-libs/libxml2-2:2
+	>=3Ddev-libs/libpeas-0.7.4[gtk]
+	>=3Dgnome-base/gnome-desktop-2.91.2:3
+	>=3Dgnome-base/gsettings-desktop-schemas-2.91.92
+	>=3Dx11-themes/gnome-icon-theme-2.19.1
+	>=3Dx11-misc/shared-mime-info-0.20
+
+	x11-libs/gdk-pixbuf:2[jpeg?,tiff?]
+	x11-libs/libX11
+
+	exif? (
+		>=3Dmedia-libs/libexif-0.6.14
+		virtual/jpeg:0 )
+	introspection? ( >=3Ddev-libs/gobject-introspection-0.9.3 )
+	jpeg? ( virtual/jpeg:0 )
+	lcms? ( media-libs/lcms:2 )
+	svg? ( >=3Dgnome-base/librsvg-2.26:2 )
+	xmp? ( media-libs/exempi:2 )"
+
+DEPEND=3D"${RDEPEND}
+	app-text/gnome-doc-utils
+	sys-devel/gettext
+	>=3Ddev-util/intltool-0.40
+	>=3Ddev-util/pkgconfig-0.17
+	doc? ( >=3Ddev-util/gtk-doc-1.10 )"
+
+pkg_setup() {
+	G2CONF=3D"${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=3D"AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
+}