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-335751-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Q9wp6-0002TN-PY
	for garchives@archives.gentoo.org; Wed, 13 Apr 2011 09:57:21 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0E49F1C09B;
	Wed, 13 Apr 2011 09:57:03 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id D475F1C09B
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Apr 2011 09:57:03 +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 4D8AA1B412D
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Apr 2011 09:57:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by pelican.gentoo.org (Postfix) with ESMTP id AACDD8006D
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Apr 2011 09:57:02 +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: <c5612f24c11a16fac5cb635e6a21a05fe37efc99.nirbheek@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: nirbheek
X-VCS-Committer-Name: Nirbheek Chauhan
X-VCS-Revision: c5612f24c11a16fac5cb635e6a21a05fe37efc99
Date: Wed, 13 Apr 2011 09:57:02 +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: 961d5e3eaa2803b83bcbe603ec57fa21

commit:     c5612f24c11a16fac5cb635e6a21a05fe37efc99
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 09:56:21 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 09:56:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D=
commit;h=3Dc5612f24

dev-util/devhelp: don't remove older notify calls

* Otherwise users can upgrade and forget to remove older libraries

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

diff --git a/dev-util/devhelp/devhelp-3.0.0.ebuild b/dev-util/devhelp/dev=
help-3.0.0.ebuild
index 12336ee..f47bfec 100644
--- a/dev-util/devhelp/devhelp-3.0.0.ebuild
+++ b/dev-util/devhelp/devhelp-3.0.0.ebuild
@@ -52,7 +52,8 @@ 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
+	# Keep all the notify calls around so that users get reminded to delete=
 them
+	preserve_old_lib_notify /usr/$(get_libdir)/libdevhelp-1.so.1
 	preserve_old_lib_notify /usr/$(get_libdir)/libdevhelp-2.so.1
 }
=20