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 ) id 1Q7pzo-0003vt-Gz for garchives@archives.gentoo.org; Thu, 07 Apr 2011 14:15:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 925D11C057; Thu, 7 Apr 2011 14:15:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6642A1C057 for ; Thu, 7 Apr 2011 14:15:28 +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 6096C1BC01D for ; Thu, 7 Apr 2011 14:15:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A9FFB80065 for ; Thu, 7 Apr 2011 14:15:26 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <17c6576743ebcd45ced2afd8e0670dbd16617a65.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild gnome-base/libgnomekbd/libgnomekbd-9999.ebuild X-VCS-Directories: gnome-base/libgnomekbd/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 17c6576743ebcd45ced2afd8e0670dbd16617a65 Date: Thu, 7 Apr 2011 14:15:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: fa428f3848e09ef1db9c983d12cdc57a commit: 17c6576743ebcd45ced2afd8e0670dbd16617a65 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Apr 7 14:09:08 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Apr 7 14:14:19 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D17c65767 gnome-base/libgnomekbd: QAed * Add missing preserve_old_lib calls (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key C6085806) --- gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild | 16 ++++++++++++++-= - gnome-base/libgnomekbd/libgnomekbd-9999.ebuild | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild b/gnome-ba= se/libgnomekbd/libgnomekbd-3.0.0.1.ebuild index ab94e32..dc5dbf9 100644 --- a/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild +++ b/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild @@ -13,18 +13,18 @@ HOMEPAGE=3D"http://www.gnome.org" =20 LICENSE=3D"LGPL-2" SLOT=3D"0" -IUSE=3D"+introspection test" if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live KEYWORDS=3D"" else KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-f= bsd ~amd64-linux ~x86-linux ~x86-solaris" fi +IUSE=3D"+introspection test" =20 RDEPEND=3D">=3Ddev-libs/glib-2.18:2 >=3Dx11-libs/gtk+-2.91.7:3[introspection?] >=3Dx11-libs/libxklavier-5.1 -=09 + introspection? ( >=3Ddev-libs/gobject-introspection-0.6.7 )" DEPEND=3D"${RDEPEND} >=3Ddev-util/intltool-0.35 @@ -38,3 +38,15 @@ pkg_setup() { $(use_enable test tests)" DOCS=3D"AUTHORS ChangeLog NEWS README" } + +pkg_preinst() { + gnome2_pkg_preinst + preserve_old_lib /usr/$(get_libdir)/libgnomekbd.so.4 + preserve_old_lib /usr/$(get_libdir)/libgnomekbdui.so.4 +} + +pkg_postinst() { + gnome2_pkg_postinst + preserve_old_lib_notify /usr/$(get_libdir)/libgnomekbd.so.4 + preserve_old_lib_notify /usr/$(get_libdir)/libgnomekbdui.so.4 +} diff --git a/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild b/gnome-base/= libgnomekbd/libgnomekbd-9999.ebuild index ab94e32..74c3106 100644 --- a/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild +++ b/gnome-base/libgnomekbd/libgnomekbd-9999.ebuild @@ -24,7 +24,7 @@ fi RDEPEND=3D">=3Ddev-libs/glib-2.18:2 >=3Dx11-libs/gtk+-2.91.7:3[introspection?] >=3Dx11-libs/libxklavier-5.1 -=09 + introspection? ( >=3Ddev-libs/gobject-introspection-0.6.7 )" DEPEND=3D"${RDEPEND} >=3Ddev-util/intltool-0.35