Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mariadb: mariadb-5.1.42.ebuild ChangeLog mariadb-5.1.42-r1.ebuild
Date: Thu, 01 Apr 2010 20:33:45
Message-Id: E1NxR5A-00035V-Gp@stork.gentoo.org
1 robbat2 10/04/01 20:33:40
2
3 Modified: mariadb-5.1.42.ebuild ChangeLog
4 mariadb-5.1.42-r1.ebuild
5 Log:
6 Followup on bug #284946, #293801, #310615, #307251: In 5.0.87, the mutex locking code was changed a lot again, so that while 5.0.84 required a newer GCC due to the HAVE_ATOMIC_BUILTINS error, newer releases do NOT need those GCC versions anymore. This also frees up ~hppa to do more stabilization.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-db/mariadb/mariadb-5.1.42.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mariadb/mariadb-5.1.42.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mariadb/mariadb-5.1.42.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mariadb/mariadb-5.1.42.ebuild?r1=1.5&r2=1.6
15
16 Index: mariadb-5.1.42.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.42.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -p -w -b -B -u -u -r1.5 -r1.6
22 --- mariadb-5.1.42.ebuild 24 Mar 2010 02:38:29 -0000 1.5
23 +++ mariadb-5.1.42.ebuild 1 Apr 2010 20:33:40 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.42.ebuild,v 1.5 2010/03/24 02:38:29 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.42.ebuild,v 1.6 2010/04/01 20:33:40 robbat2 Exp $
29
30 MY_EXTRAS_VER="20100324-0235Z"
31 EAPI=2
32 @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc
33 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
34 EPATCH_EXCLUDE=''
35
36 -DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
37 +DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
38 RDEPEND="!media-sound/amarok[embedded]"
39
40 # Please do not add a naive src_unpack to this ebuild
41
42
43
44 1.7 dev-db/mariadb/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.7&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.7&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mariadb/ChangeLog?r1=1.6&r2=1.7
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v
53 retrieving revision 1.6
54 retrieving revision 1.7
55 diff -p -w -b -B -u -u -r1.6 -r1.7
56 --- ChangeLog 24 Mar 2010 18:27:38 -0000 1.6
57 +++ ChangeLog 1 Apr 2010 20:33:40 -0000 1.7
58 @@ -1,6 +1,14 @@
59 # ChangeLog for dev-db/mariadb
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.6 2010/03/24 18:27:38 robbat2 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.7 2010/04/01 20:33:40 robbat2 Exp $
63 +
64 + 01 Apr 2010; Robin H. Johnson <robbat2@g.o> mariadb-5.1.42.ebuild,
65 + mariadb-5.1.42-r1.ebuild:
66 + Followup on bug #284946, #293801, #310615, #307251: In 5.0.87, the mutex
67 + locking code was changed a lot again, so that while 5.0.84 required a
68 + newer GCC due to the HAVE_ATOMIC_BUILTINS error, newer releases do NOT
69 + need those GCC versions anymore. This also frees up ~hppa to do more
70 + stabilization.
71
72 *mariadb-5.1.42-r1 (24 Mar 2010)
73
74
75
76
77 1.2 dev-db/mariadb/mariadb-5.1.42-r1.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mariadb/mariadb-5.1.42-r1.ebuild?rev=1.2&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mariadb/mariadb-5.1.42-r1.ebuild?rev=1.2&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mariadb/mariadb-5.1.42-r1.ebuild?r1=1.1&r2=1.2
82
83 Index: mariadb-5.1.42-r1.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.42-r1.ebuild,v
86 retrieving revision 1.1
87 retrieving revision 1.2
88 diff -p -w -b -B -u -u -r1.1 -r1.2
89 --- mariadb-5.1.42-r1.ebuild 24 Mar 2010 18:27:38 -0000 1.1
90 +++ mariadb-5.1.42-r1.ebuild 1 Apr 2010 20:33:40 -0000 1.2
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2010 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.42-r1.ebuild,v 1.1 2010/03/24 18:27:38 robbat2 Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.42-r1.ebuild,v 1.2 2010/04/01 20:33:40 robbat2 Exp $
96
97 MY_EXTRAS_VER="20100324-0235Z"
98 EAPI=2
99 @@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc
100 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
101 EPATCH_EXCLUDE=''
102
103 -DEPEND="|| ( >=sys-devel/gcc-4.3 >=sys-devel/gcc-apple-4.2 )"
104 +DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
105 RDEPEND="!media-sound/amarok[embedded]"
106
107 # Please do not add a naive src_unpack to this ebuild