Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.7.7.ebuild v8-9999.ebuild ChangeLog
Date: Wed, 23 Nov 2011 22:28:52
Message-Id: 20111123222841.BB1542004B@flycatcher.gentoo.org
1 floppym 11/11/23 22:28:41
2
3 Modified: v8-3.7.7.ebuild v8-9999.ebuild ChangeLog
4 Log:
5 Simplify setting of soname_version.
6
7 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-lang/v8/v8-3.7.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.7.7.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.7.7.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.7.7.ebuild?r1=1.3&r2=1.4
15
16 Index: v8-3.7.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.7.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- v8-3.7.7.ebuild 23 Nov 2011 22:23:19 -0000 1.3
23 +++ v8-3.7.7.ebuild 23 Nov 2011 22:28:41 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.7.ebuild,v 1.3 2011/11/23 22:23:19 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.7.ebuild,v 1.4 2011/11/23 22:28:41 floppym Exp $
29
30 EAPI="4"
31
32 @@ -49,12 +49,7 @@
33 esac
34 mytarget=${myarch}.release
35
36 - if [[ ${PV} == "9999" ]]; then
37 - subversion_wc_info
38 - soname_version="${PV}-${ESVN_WC_REVISION}"
39 - else
40 - soname_version="${PV}"
41 - fi
42 + soname_version="${PV}"
43
44 local snapshot=on
45 host-is-pax && snapshot=off
46
47
48
49 1.23 dev-lang/v8/v8-9999.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.23&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.23&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?r1=1.22&r2=1.23
54
55 Index: v8-9999.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v
58 retrieving revision 1.22
59 retrieving revision 1.23
60 diff -u -r1.22 -r1.23
61 --- v8-9999.ebuild 23 Nov 2011 19:29:35 -0000 1.22
62 +++ v8-9999.ebuild 23 Nov 2011 22:28:41 -0000 1.23
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2011 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.22 2011/11/23 19:29:35 floppym Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.23 2011/11/23 22:28:41 floppym Exp $
68
69 EAPI="4"
70
71 @@ -55,12 +55,8 @@
72 esac
73 mytarget=${myarch}.release
74
75 - if [[ ${PV} == "9999" ]]; then
76 - subversion_wc_info
77 - soname_version="${PV}.${ESVN_WC_REVISION}"
78 - else
79 - soname_version="${PV}"
80 - fi
81 + subversion_wc_info
82 + soname_version="${PV}.${ESVN_WC_REVISION}"
83
84 local snapshot=on
85 host-is-pax && snapshot=off
86
87
88
89 1.113 dev-lang/v8/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.113&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.113&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?r1=1.112&r2=1.113
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
98 retrieving revision 1.112
99 retrieving revision 1.113
100 diff -u -r1.112 -r1.113
101 --- ChangeLog 23 Nov 2011 22:23:20 -0000 1.112
102 +++ ChangeLog 23 Nov 2011 22:28:41 -0000 1.113
103 @@ -1,6 +1,10 @@
104 # ChangeLog for dev-lang/v8
105 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.112 2011/11/23 22:23:20 floppym Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.113 2011/11/23 22:28:41 floppym Exp $
108 +
109 + 23 Nov 2011; Mike Gilbert <floppym@g.o> v8-3.7.7.ebuild,
110 + v8-9999.ebuild:
111 + Simplify setting of soname_version.
112
113 23 Nov 2011; Mike Gilbert <floppym@g.o> v8-3.7.6.ebuild,
114 v8-3.7.7.ebuild: