From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED928138334 for ; Sun, 18 Aug 2019 23:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09E2CE08EF; Sun, 18 Aug 2019 23:02:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3D50E08EF for ; Sun, 18 Aug 2019 23:02:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B26E4349DC6 for ; Sun, 18 Aug 2019 23:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 151236FF for ; Sun, 18 Aug 2019 23:02:30 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1566169345.2ab181a7162f0abfc76eb77ff9589aefaf1144d2.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/readline/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/readline/readline-8.0_p1.ebuild X-VCS-Directories: sys-libs/readline/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2ab181a7162f0abfc76eb77ff9589aefaf1144d2 X-VCS-Branch: master Date: Sun, 18 Aug 2019 23:02:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 372cd375-0177-4b13-be4f-bb3fa7bfa67b X-Archives-Hash: 181bd0c38920490b43ebc11ac77e58ab commit: 2ab181a7162f0abfc76eb77ff9589aefaf1144d2 Author: Lars Wendler gentoo org> AuthorDate: Sun Aug 18 22:59:59 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Aug 18 23:02:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab181a7 sys-libs/readline: Removed deprecated preserve_old_lib function call Thanks-to: Arfrever Frehtes Taifersar Arahesis Apache.Org> Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> sys-libs/readline/readline-8.0_p1.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sys-libs/readline/readline-8.0_p1.ebuild b/sys-libs/readline/readline-8.0_p1.ebuild index 7e6b19160ad..cb270f8f0e2 100644 --- a/sys-libs/readline/readline-8.0_p1.ebuild +++ b/sys-libs/readline/readline-8.0_p1.ebuild @@ -164,12 +164,3 @@ multilib_src_install_all() { docinto ps dodoc doc/*.ps } -pkg_preinst() { - # bug #29865 - # Reappeared in #595324 with paludis so keeping this for now... - preserve_old_lib /$(get_libdir)/lib{history,readline}.so.{4,5,6,7} -} - -pkg_postinst() { - preserve_old_lib_notify /$(get_libdir)/lib{history,readline}.so.{4,5,6,7} -}