Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libpcre: libpcre-8.02.ebuild libpcre-7.9-r1.ebuild ChangeLog
Date: Tue, 24 Jun 2014 03:50:12
Message-Id: 20140624035006.5BBE020036@flycatcher.gentoo.org
1 patrick 14/06/24 03:50:06
2
3 Modified: libpcre-8.02.ebuild libpcre-7.9-r1.ebuild ChangeLog
4 Log:
5 Remove obsolete lafilefixer messages
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.12 dev-libs/libpcre/libpcre-8.02.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.02.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.02.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-8.02.ebuild?r1=1.11&r2=1.12
15
16 Index: libpcre-8.02.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.02.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- libpcre-8.02.ebuild 25 May 2012 16:39:29 -0000 1.11
23 +++ libpcre-8.02.ebuild 24 Jun 2014 03:50:06 -0000 1.12
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.02.ebuild,v 1.11 2012/05/25 16:39:29 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-8.02.ebuild,v 1.12 2014/06/24 03:50:06 patrick Exp $
30
31 EAPI=2
32
33 @@ -52,10 +52,3 @@
34 gen_usr_ldscript -a pcre
35 find "${D}" -type f -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed"
36 }
37 -
38 -pkg_postinst() {
39 - elog "This version of ${PN} has stopped installing .la files. This may"
40 - elog "cause compilation failures in other packages. To fix this problem,"
41 - elog "install dev-util/lafilefixer and run:"
42 - elog "lafilefixer --justfixit"
43 -}
44
45
46
47 1.15 dev-libs/libpcre/libpcre-7.9-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild?rev=1.15&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild?rev=1.15&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild?r1=1.14&r2=1.15
52
53 Index: libpcre-7.9-r1.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild,v
56 retrieving revision 1.14
57 retrieving revision 1.15
58 diff -u -r1.14 -r1.15
59 --- libpcre-7.9-r1.ebuild 25 May 2012 16:39:29 -0000 1.14
60 +++ libpcre-7.9-r1.ebuild 24 Jun 2014 03:50:06 -0000 1.15
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2012 Gentoo Foundation
63 +# Copyright 1999-2014 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild,v 1.14 2012/05/25 16:39:29 vapier Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild,v 1.15 2014/06/24 03:50:06 patrick Exp $
67
68 EAPI=2
69
70 @@ -60,10 +60,3 @@
71 use doc && dohtml doc/html/*
72 find "${D}" -type f -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed"
73 }
74 -
75 -pkg_postinst() {
76 - elog "This version of ${PN} has stopped installing .la files. This may"
77 - elog "cause compilation failures in other packages. To fix this problem,"
78 - elog "install dev-util/lafilefixer and run:"
79 - elog "lafilefixer --justfixit"
80 -}
81
82
83
84 1.234 dev-libs/libpcre/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.234&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/ChangeLog?rev=1.234&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/ChangeLog?r1=1.233&r2=1.234
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v
93 retrieving revision 1.233
94 retrieving revision 1.234
95 diff -u -r1.233 -r1.234
96 --- ChangeLog 22 May 2014 07:15:18 -0000 1.233
97 +++ ChangeLog 24 Jun 2014 03:50:06 -0000 1.234
98 @@ -1,6 +1,10 @@
99 # ChangeLog for dev-libs/libpcre
100 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.233 2014/05/22 07:15:18 mgorny Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/ChangeLog,v 1.234 2014/06/24 03:50:06 patrick Exp $
103 +
104 + 24 Jun 2014; Patrick Lauer <patrick@g.o> libpcre-7.9-r1.ebuild,
105 + libpcre-8.02.ebuild:
106 + Remove obsolete lafilefixer messages
107
108 22 May 2014; Michał Górny <mgorny@g.o> libpcre-8.35.ebuild:
109 Add pcre-config to MULTILIB_CHOST_TOOLS.