Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-9999.ebuild ChangeLog v8-3.9.8.ebuild
Date: Mon, 27 Feb 2012 15:19:51
Message-Id: 20120227151930.3CB492004B@flycatcher.gentoo.org
1 phajdan.jr 12/02/27 15:19:30
2
3 Modified: v8-9999.ebuild ChangeLog v8-3.9.8.ebuild
4 Log:
5 Cleanup: drop support for older SONAME format preserved_libs.
6
7 (Portage version: 2.1.10.44/cvs/Linux i686)
8
9 Revision Changes Path
10 1.25 dev-lang/v8/v8-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?r1=1.24&r2=1.25
15
16 Index: v8-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- v8-9999.ebuild 23 Nov 2011 22:47:56 -0000 1.24
23 +++ v8-9999.ebuild 27 Feb 2012 15:19:30 -0000 1.25
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.24 2011/11/23 22:47:56 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.25 2012/02/27 15:19:30 phajdan.jr Exp $
30
31 EAPI="4"
32
33 @@ -105,8 +105,7 @@
34
35 eshopts_push -s nullglob
36
37 - for candidate in "${EROOT}usr/$(get_libdir)"/libv8-*$(get_libname) \
38 - "${EROOT}usr/$(get_libdir)"/libv8$(get_libname).*; do
39 + for candidate in "${EROOT}usr/$(get_libdir)"/libv8$(get_libname).*; do
40 baselib=${candidate##*/}
41 if [[ ! -e "${ED}usr/$(get_libdir)/${baselib}" ]]; then
42 preserved_libs+=( "${EPREFIX}/usr/$(get_libdir)/${baselib}" )
43
44
45
46 1.139 dev-lang/v8/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.139&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.139&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?r1=1.138&r2=1.139
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
55 retrieving revision 1.138
56 retrieving revision 1.139
57 diff -u -r1.138 -r1.139
58 --- ChangeLog 24 Feb 2012 17:57:39 -0000 1.138
59 +++ ChangeLog 27 Feb 2012 15:19:30 -0000 1.139
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-lang/v8
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.138 2012/02/24 17:57:39 phajdan.jr Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.139 2012/02/27 15:19:30 phajdan.jr Exp $
65 +
66 + 27 Feb 2012; Pawel Hajdan jr <phajdan.jr@g.o> v8-3.9.8.ebuild,
67 + v8-9999.ebuild:
68 + Cleanup: drop support for older SONAME format preserved_libs.
69
70 *v8-3.9.8 (24 Feb 2012)
71
72
73
74
75 1.2 dev-lang/v8/v8-3.9.8.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.9.8.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.9.8.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.9.8.ebuild?r1=1.1&r2=1.2
80
81 Index: v8-3.9.8.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.8.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- v8-3.9.8.ebuild 24 Feb 2012 17:57:39 -0000 1.1
88 +++ v8-3.9.8.ebuild 27 Feb 2012 15:19:30 -0000 1.2
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2012 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.8.ebuild,v 1.1 2012/02/24 17:57:39 phajdan.jr Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.8.ebuild,v 1.2 2012/02/27 15:19:30 phajdan.jr Exp $
94
95 EAPI="4"
96
97 @@ -107,8 +107,7 @@
98
99 eshopts_push -s nullglob
100
101 - for candidate in "${EROOT}usr/$(get_libdir)"/libv8-*$(get_libname) \
102 - "${EROOT}usr/$(get_libdir)"/libv8$(get_libname).*; do
103 + for candidate in "${EROOT}usr/$(get_libdir)"/libv8$(get_libname).*; do
104 baselib=${candidate##*/}
105 if [[ ! -e "${ED}usr/$(get_libdir)/${baselib}" ]]; then
106 preserved_libs+=( "${EPREFIX}/usr/$(get_libdir)/${baselib}" )