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-334979-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Q8z1Q-0000YV-Hi
	for garchives@archives.gentoo.org; Sun, 10 Apr 2011 18:06:04 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 073421C0BE;
	Sun, 10 Apr 2011 18:04:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id C72A91C0C0
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2011 18:04:49 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8440B1B409F
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2011 18:04:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id E144F80073
	for <gentoo-commits@lists.gentoo.org>; Sun, 10 Apr 2011 18:04:48 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" <eva@gentoo.org>
Message-ID: <ddd8a32d23f50f44fc833247dc00f389dd721e68.eva@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: app-text/evince/
X-VCS-Repository: proj/gnome
X-VCS-Files: app-text/evince/evince-3.0.0.ebuild app-text/evince/evince-9999.ebuild
X-VCS-Directories: app-text/evince/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: ddd8a32d23f50f44fc833247dc00f389dd721e68
Date: Sun, 10 Apr 2011 18:04:48 +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: 
X-Archives-Hash: 153ee5fc15865572cf1c9789b5b51fe3

commit:     ddd8a32d23f50f44fc833247dc00f389dd721e68
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 13:54:18 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 18:03:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3Dddd8a32d

app-text/evince: QAed

	* Add slot notation for libxml2
	* Drop unneeded gdk-pixbuf dependency
	* Also intltoolize before eautoreconf

(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --forc=
e, signed Manifest commit with key C6085806)

---
 app-text/evince/evince-3.0.0.ebuild |    8 +++++---
 app-text/evince/evince-9999.ebuild  |    8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/app-text/evince/evince-3.0.0.ebuild b/app-text/evince/evince=
-3.0.0.ebuild
index c9f9b73..92f7c1d 100644
--- a/app-text/evince/evince-3.0.0.ebuild
+++ b/app-text/evince/evince-3.0.0.ebuild
@@ -28,8 +28,7 @@ fi
 RDEPEND=3D"
 	>=3Dapp-text/libspectre-0.2.0
 	>=3Ddev-libs/glib-2.25.11:2
-	>=3Ddev-libs/libxml2-2.5
-	>=3Dx11-libs/gdk-pixbuf-2.22:2[introspection?]
+	>=3Ddev-libs/libxml2-2.5:2
 	>=3Dx11-libs/gtk+-3.0.2:3[introspection?]
 	>=3Dx11-libs/libSM-1
 	x11-libs/libICE
@@ -104,7 +103,10 @@ src_prepare() {
 	# Fix building of EvinceView-3.0.gir, needs eautoreconf
 	epatch "${FILESDIR}"/${PN}-2.91.5-fix-evinceview-introspection.patch
=20
-	[[ ${PV} !=3D 9999 ]] && eautoreconf
+	if [[ ${PV} !=3D 9999 ]]; then
+		intltoolize --force --copy --automake || die "intltoolize failed"
+		eautoreconf
+	fi
=20
 	gnome2_src_prepare
 }

diff --git a/app-text/evince/evince-9999.ebuild b/app-text/evince/evince-=
9999.ebuild
index c9f9b73..92f7c1d 100644
--- a/app-text/evince/evince-9999.ebuild
+++ b/app-text/evince/evince-9999.ebuild
@@ -28,8 +28,7 @@ fi
 RDEPEND=3D"
 	>=3Dapp-text/libspectre-0.2.0
 	>=3Ddev-libs/glib-2.25.11:2
-	>=3Ddev-libs/libxml2-2.5
-	>=3Dx11-libs/gdk-pixbuf-2.22:2[introspection?]
+	>=3Ddev-libs/libxml2-2.5:2
 	>=3Dx11-libs/gtk+-3.0.2:3[introspection?]
 	>=3Dx11-libs/libSM-1
 	x11-libs/libICE
@@ -104,7 +103,10 @@ src_prepare() {
 	# Fix building of EvinceView-3.0.gir, needs eautoreconf
 	epatch "${FILESDIR}"/${PN}-2.91.5-fix-evinceview-introspection.patch
=20
-	[[ ${PV} !=3D 9999 ]] && eautoreconf
+	if [[ ${PV} !=3D 9999 ]]; then
+		intltoolize --force --copy --automake || die "intltoolize failed"
+		eautoreconf
+	fi
=20
 	gnome2_src_prepare
 }