Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libffi: libffi-3.1.ebuild ChangeLog
Date: Tue, 27 May 2014 17:12:59
Message-Id: 20140527171255.C684A2004E@flycatcher.gentoo.org
1 ssuominen 14/05/27 17:12:55
2
3 Modified: libffi-3.1.ebuild ChangeLog
4 Log:
5 Time to let preserve_old_lib go and rely upon FEATURES="preserved-libs" which is enabled by default in the official package manager.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.2 dev-libs/libffi/libffi-3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/libffi-3.1.ebuild?r1=1.1&r2=1.2
15
16 Index: libffi-3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libffi-3.1.ebuild 27 May 2014 17:11:15 -0000 1.1
23 +++ libffi-3.1.ebuild 27 May 2014 17:12:55 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.1.ebuild,v 1.1 2014/05/27 17:11:15 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.1.ebuild,v 1.2 2014/05/27 17:12:55 ssuominen Exp $
29
30 EAPI=5
31 inherit eutils libtool multilib multilib-minimal toolchain-funcs
32 @@ -54,11 +54,3 @@
33 prune_libtool_files
34 einstalldocs
35 }
36 -
37 -pkg_preinst() {
38 - preserve_old_lib /usr/$(get_libdir)/${PN}$(get_libname 5)
39 -}
40 -
41 -pkg_postinst() {
42 - preserve_old_lib_notify /usr/$(get_libdir)/${PN}$(get_libname 5)
43 -}
44
45
46
47 1.185 dev-libs/libffi/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.185&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/ChangeLog?rev=1.185&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/ChangeLog?r1=1.184&r2=1.185
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v
56 retrieving revision 1.184
57 retrieving revision 1.185
58 diff -u -r1.184 -r1.185
59 --- ChangeLog 27 May 2014 17:11:15 -0000 1.184
60 +++ ChangeLog 27 May 2014 17:12:55 -0000 1.185
61 @@ -1,6 +1,10 @@
62 # ChangeLog for dev-libs/libffi
63 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.184 2014/05/27 17:11:15 ssuominen Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.185 2014/05/27 17:12:55 ssuominen Exp $
66 +
67 + 27 May 2014; Samuli Suominen <ssuominen@g.o> libffi-3.1.ebuild:
68 + Time to let preserve_old_lib go and rely upon FEATURES="preserved-libs" which
69 + is enabled by default in the official package manager.
70
71 *libffi-3.1 (27 May 2014)