ssuominen 14/05/27 17:12:55 Modified: libffi-3.1.ebuild ChangeLog Log: Time to let preserve_old_lib go and rely upon FEATURES="preserved-libs" which is enabled by default in the official package manager. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.2 dev-libs/libffi/libffi-3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.1.ebuild?r1=1.1&r2=1.2 Index: libffi-3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libffi-3.1.ebuild 27 May 2014 17:11:15 -0000 1.1 +++ libffi-3.1.ebuild 27 May 2014 17:12:55 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.1.ebuild,v 1.1 2014/05/27 17:11:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.1.ebuild,v 1.2 2014/05/27 17:12:55 ssuominen Exp $ EAPI=5 inherit eutils libtool multilib multilib-minimal toolchain-funcs @@ -54,11 +54,3 @@ prune_libtool_files einstalldocs } - -pkg_preinst() { - preserve_old_lib /usr/$(get_libdir)/${PN}$(get_libname 5) -} - -pkg_postinst() { - preserve_old_lib_notify /usr/$(get_libdir)/${PN}$(get_libname 5) -} 1.185 dev-libs/libffi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.185&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.185&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/ChangeLog?r1=1.184&r2=1.185 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v retrieving revision 1.184 retrieving revision 1.185 diff -u -r1.184 -r1.185 --- ChangeLog 27 May 2014 17:11:15 -0000 1.184 +++ ChangeLog 27 May 2014 17:12:55 -0000 1.185 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libffi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.184 2014/05/27 17:11:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.185 2014/05/27 17:12:55 ssuominen Exp $ + + 27 May 2014; Samuli Suominen <[email protected]> libffi-3.1.ebuild: + Time to let preserve_old_lib go and rely upon FEATURES="preserved-libs" which + is enabled by default in the official package manager. *libffi-3.1 (27 May 2014)
