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/mysql-community: ChangeLog mysql-community-5.0.67.ebuild
Date: Tue, 18 Nov 2008 21:53:46
Message-Id: E1L2YVz-00024V-Nj@stork.gentoo.org
1 robbat2 08/11/18 21:53:43
2
3 Modified: ChangeLog mysql-community-5.0.67.ebuild
4 Log:
5 Update archive_gis test disables.
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc3-00249-ga622cf6 x86_64)
7
8 Revision Changes Path
9 1.23 dev-db/mysql-community/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-community/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-community/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-community/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql-community/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -p -w -b -B -u -u -r1.22 -r1.23
21 --- ChangeLog 14 Nov 2008 09:43:04 -0000 1.22
22 +++ ChangeLog 18 Nov 2008 21:53:43 -0000 1.23
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-db/mysql-community
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/ChangeLog,v 1.22 2008/11/14 09:43:04 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/ChangeLog,v 1.23 2008/11/18 21:53:43 robbat2 Exp $
28 +
29 + 18 Nov 2008; Robin H. Johnson <robbat2@g.o>
30 + mysql-community-5.0.67.ebuild:
31 + Update archive_gis test disables.
32
33 14 Nov 2008; Robin H. Johnson <robbat2@g.o>
34 mysql-community-5.0.27-r1.ebuild, mysql-community-5.0.45.ebuild,
35
36
37
38 1.4 dev-db/mysql-community/mysql-community-5.0.67.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-community/mysql-community-5.0.67.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-community/mysql-community-5.0.67.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql-community/mysql-community-5.0.67.ebuild?r1=1.3&r2=1.4
43
44 Index: mysql-community-5.0.67.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.0.67.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -p -w -b -B -u -u -r1.3 -r1.4
50 --- mysql-community-5.0.67.ebuild 14 Nov 2008 09:43:04 -0000 1.3
51 +++ mysql-community-5.0.67.ebuild 18 Nov 2008 21:53:43 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.0.67.ebuild,v 1.3 2008/11/14 09:43:04 robbat2 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-community/mysql-community-5.0.67.ebuild,v 1.4 2008/11/18 21:53:43 robbat2 Exp $
57
58 MY_EXTRAS_VER="20080601"
59
60 @@ -42,11 +42,11 @@ src_test() {
61 mysql_disable_test "archive_gis" "Totally broken in 5.0.42"
62 ;;
63
64 - 5.0.44|5.0.45|5.0.46|5.0.48|5.0.5[0-7]*)
65 + 5.0.4[3-9]|5.0.[56]*|5.0.70)
66 [ "$(tc-endian)" == "big" ] && \
67 mysql_disable_test \
68 "archive_gis" \
69 - "Broken in 5.0.44-56 on big-endian boxes only"
70 + "Broken in 5.0.43-70 on big-endian boxes only"
71 ;;
72 esac