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-335706-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Q9t0b-0001xK-7S
	for garchives@archives.gentoo.org; Wed, 13 Apr 2011 05:52:57 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 040401C05B;
	Wed, 13 Apr 2011 05:52:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id CBB261C05B
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Apr 2011 05:52: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 5F4871B410C
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Apr 2011 05:52:49 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id B034F80065
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Apr 2011 05:52: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: <2762916c11dfa4b767e9258c5d97f8eb3942cdf7.eva@gentoo>
Subject: [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
X-VCS-Repository: proj/gnome
X-VCS-Files: dev-util/devhelp/devhelp-3.0.0.ebuild
X-VCS-Directories: dev-util/devhelp/
X-VCS-Committer: eva
X-VCS-Committer-Name: Gilles Dartiguelongue
X-VCS-Revision: 2762916c11dfa4b767e9258c5d97f8eb3942cdf7
Date: Wed, 13 Apr 2011 05:52: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: 8aa90200c805a08a11b7623c26a09f69

commit:     2762916c11dfa4b767e9258c5d97f8eb3942cdf7
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 05:52:18 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 05:52:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3D2762916c

dev-util/devhelp: QAed

	* Add missing pkg_preinst
	* Raise gettext dependency per configure

---
 dev-util/devhelp/devhelp-3.0.0.ebuild |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-util/devhelp/devhelp-3.0.0.ebuild b/dev-util/devhelp/dev=
help-3.0.0.ebuild
index aafe155..12336ee 100644
--- a/dev-util/devhelp/devhelp-3.0.0.ebuild
+++ b/dev-util/devhelp/devhelp-3.0.0.ebuild
@@ -5,6 +5,7 @@
 EAPI=3D"3"
 GCONF_DEBUG=3D"no"
 GNOME2_LA_PUNT=3D"yes"
+PYTHON_DEPEND=3D"2"
=20
 inherit eutils gnome2 python toolchain-funcs
=20
@@ -22,7 +23,7 @@ RDEPEND=3D">=3Dgnome-base/gconf-2.6:2
 	x11-libs/libwnck:3
 	net-libs/webkit-gtk:3"
 DEPEND=3D"${RDEPEND}
-	sys-devel/gettext
+	>=3Dsys-devel/gettext-0.17
 	>=3Ddev-util/intltool-0.40
 	>=3Ddev-util/pkgconfig-0.9"
=20
@@ -42,12 +43,17 @@ src_prepare() {
 	ln -sfn $(type -P true) py-compile
 }
=20
+pkg_preinst() {
+	gnome2_pkg_preinst
+	preserve_old_lib /usr/$(get_libdir)/libdevhelp-2.so.1
+}
+
 pkg_postinst() {
 	gnome2_pkg_postinst
 	python_need_rebuild
 	python_mod_optimize /usr/$(get_libdir)/gedit/plugins
 	# Keep this around so that users get reminded to delete this
-	preserve_old_lib_notify /usr/$(get_libdir)/libdevhelp-1.so.1
+	preserve_old_lib_notify /usr/$(get_libdir)/libdevhelp-2.so.1
 }
=20
 pkg_postrm() {