Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/opera-next: opera-next-12.12_pre1662.ebuild ChangeLog opera-next-12.11_pre1661.ebuild
Date: Wed, 28 Nov 2012 18:34:16
Message-Id: 20121128183400.CC14F20C65@flycatcher.gentoo.org
1 jer 12/11/28 18:34:00
2
3 Modified: opera-next-12.12_pre1662.ebuild ChangeLog
4 opera-next-12.11_pre1661.ebuild
5 Log:
6 Merge O_B mangling into O_D/O_P concatenation.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux i686, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.2 www-client/opera-next/opera-next-12.12_pre1662.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/opera-next-12.12_pre1662.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/opera-next-12.12_pre1662.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/opera-next-12.12_pre1662.ebuild?r1=1.1&r2=1.2
16
17 Index: opera-next-12.12_pre1662.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.12_pre1662.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- opera-next-12.12_pre1662.ebuild 28 Nov 2012 17:40:20 -0000 1.1
24 +++ opera-next-12.12_pre1662.ebuild 28 Nov 2012 18:34:00 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.12_pre1662.ebuild,v 1.1 2012/11/28 17:40:20 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.12_pre1662.ebuild,v 1.2 2012/11/28 18:34:00 jer Exp $
30
31 EAPI=4
32 inherit eutils fdo-mime gnome2-utils multilib pax-utils versionator
33 @@ -30,9 +30,8 @@
34 # == End of variables that often change ==
35
36 if [[ "pre${O_B/pre/}" = "${O_B}" ]]; then # snapshot: _pre
37 - O_B="${O_B/pre}" # remove _pre
38 - O_D="${O_K}_${O_V}-${O_B}" # directory string
39 - O_P="${PN}-${O_V}-${O_B}" # package string
40 + O_D="${O_K}_${O_V}-${O_B/pre}" # directory string
41 + O_P="${PN}-${O_V}-${O_B/pre}" # package string
42 O_U="http://snapshot.opera.com/unix/" # base URI
43
44 SRC_URI="
45 @@ -41,9 +40,8 @@
46 x86-fbsd? ( ${O_U}${O_D}/${O_P}.i386.freebsd.tar.xz )
47 "
48 else # release: _p
49 - O_B="${O_B/p}" # remove _p
50 O_D="${O_V/./}" # directory string
51 - O_P="${PN}-${O_V}-${O_B}" # package string
52 + O_P="${PN}-${O_V}-${O_B/p}" # package string
53 O_U="mirror://opera/" # base URI
54
55 SRC_URI="
56
57
58
59 1.158 www-client/opera-next/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/ChangeLog?rev=1.158&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/ChangeLog?rev=1.158&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/ChangeLog?r1=1.157&r2=1.158
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/www-client/opera-next/ChangeLog,v
68 retrieving revision 1.157
69 retrieving revision 1.158
70 diff -u -r1.157 -r1.158
71 --- ChangeLog 28 Nov 2012 17:40:20 -0000 1.157
72 +++ ChangeLog 28 Nov 2012 18:34:00 -0000 1.158
73 @@ -1,6 +1,10 @@
74 # ChangeLog for www-client/opera-next
75 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/ChangeLog,v 1.157 2012/11/28 17:40:20 jer Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/ChangeLog,v 1.158 2012/11/28 18:34:00 jer Exp $
78 +
79 + 28 Nov 2012; Jeroen Roovers <jer@g.o> opera-next-12.11_pre1661.ebuild,
80 + opera-next-12.12_pre1662.ebuild:
81 + Merge O_B mangling into O_D/O_P concatenation.
82
83 *opera-next-12.12_pre1662 (28 Nov 2012)
84 *opera-next-12.11_pre1661 (28 Nov 2012)
85
86
87
88 1.2 www-client/opera-next/opera-next-12.11_pre1661.ebuild
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/opera-next-12.11_pre1661.ebuild?rev=1.2&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/opera-next-12.11_pre1661.ebuild?rev=1.2&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-next/opera-next-12.11_pre1661.ebuild?r1=1.1&r2=1.2
93
94 Index: opera-next-12.11_pre1661.ebuild
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.11_pre1661.ebuild,v
97 retrieving revision 1.1
98 retrieving revision 1.2
99 diff -u -r1.1 -r1.2
100 --- opera-next-12.11_pre1661.ebuild 28 Nov 2012 17:40:20 -0000 1.1
101 +++ opera-next-12.11_pre1661.ebuild 28 Nov 2012 18:34:00 -0000 1.2
102 @@ -1,6 +1,6 @@
103 # Copyright 1999-2012 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.11_pre1661.ebuild,v 1.1 2012/11/28 17:40:20 jer Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.11_pre1661.ebuild,v 1.2 2012/11/28 18:34:00 jer Exp $
107
108 EAPI=4
109 inherit eutils fdo-mime gnome2-utils multilib pax-utils versionator
110 @@ -19,7 +19,7 @@
111 # == Variables that often change ==
112 # All other variables should be accounted for by _pre/_p
113
114 -O_K="" # The key to the snapshot URL
115 +O_K="rev" # The key to the snapshot URL
116
117 O_LINGUAS="
118 af ar az be bg bn cs da de el en-GB es-ES es-LA et fa fi fr fr-CA fy gd he
119 @@ -30,9 +30,8 @@
120 # == End of variables that often change ==
121
122 if [[ "pre${O_B/pre/}" = "${O_B}" ]]; then # snapshot: _pre
123 - O_B="${O_B/pre}" # remove _pre
124 - O_D="${O_K}_${O_V}-${O_B}" # directory string
125 - O_P="${PN}-${O_V}-${O_B}" # package string
126 + O_D="${O_K}_${O_V}-${O_B/pre}" # directory string
127 + O_P="${PN}-${O_V}-${O_B/pre}" # package string
128 O_U="http://snapshot.opera.com/unix/" # base URI
129
130 SRC_URI="
131 @@ -41,9 +40,8 @@
132 x86-fbsd? ( ${O_U}${O_D}/${O_P}.i386.freebsd.tar.xz )
133 "
134 else # release: _p
135 - O_B="${O_B/p}" # remove _p
136 O_D="${O_V/./}" # directory string
137 - O_P="${PN}-${O_V}-${O_B}" # package string
138 + O_P="${PN}-${O_V}-${O_B/p}" # package string
139 O_U="mirror://opera/" # base URI
140
141 SRC_URI="