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: mysql-4.1.23_alpha20070101-r61.ebuild ChangeLog mysql-4.1.22-r1.ebuild
Date: Sat, 28 Feb 2009 22:42:13
Message-Id: E1LdXso-0006UT-G6@stork.gentoo.org
1 robbat2 09/02/28 22:42:10
2
3 Modified: mysql-4.1.23_alpha20070101-r61.ebuild ChangeLog
4 mysql-4.1.22-r1.ebuild
5 Log:
6 Bug #259977: apply the automake patch so that older 4.1 still compiles.
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 dev-db/mysql/mysql-4.1.23_alpha20070101-r61.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-4.1.23_alpha20070101-r61.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-4.1.23_alpha20070101-r61.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-4.1.23_alpha20070101-r61.ebuild?r1=1.5&r2=1.6
15
16 Index: mysql-4.1.23_alpha20070101-r61.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.23_alpha20070101-r61.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 --- mysql-4.1.23_alpha20070101-r61.ebuild 14 Dec 2008 20:17:13 -0000 1.5
23 +++ mysql-4.1.23_alpha20070101-r61.ebuild 28 Feb 2009 22:42:10 -0000 1.6
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.23_alpha20070101-r61.ebuild,v 1.5 2008/12/14 20:17:13 klausman Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.23_alpha20070101-r61.ebuild,v 1.6 2009/02/28 22:42:10 robbat2 Exp $
30
31 -MY_EXTRAS_VER="latest"
32 +MY_EXTRAS_VER="20090228-2228Z"
33 SERVER_URI="mirror://gentoo/MySQL-${PV%.*}/mysql-${PV//_alpha/-bk-}.tar.bz2"
34
35 inherit mysql
36
37
38
39 1.484 dev-db/mysql/ChangeLog
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.484&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.484&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.483&r2=1.484
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
48 retrieving revision 1.483
49 retrieving revision 1.484
50 diff -p -w -b -B -u -u -r1.483 -r1.484
51 --- ChangeLog 11 Feb 2009 12:22:14 -0000 1.483
52 +++ ChangeLog 28 Feb 2009 22:42:10 -0000 1.484
53 @@ -1,6 +1,10 @@
54 # ChangeLog for dev-db/mysql
55 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.483 2009/02/11 12:22:14 robbat2 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.484 2009/02/28 22:42:10 robbat2 Exp $
58 +
59 + 28 Feb 2009; Robin H. Johnson <robbat2@g.o> mysql-4.1.22-r1.ebuild,
60 + mysql-4.1.23_alpha20070101-r61.ebuild:
61 + Bug #259977: apply the automake patch so that older 4.1 still compiles.
62
63 *mysql-5.0.76 (11 Feb 2009)
64
65
66
67
68 1.7 dev-db/mysql/mysql-4.1.22-r1.ebuild
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-4.1.22-r1.ebuild?rev=1.7&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-4.1.22-r1.ebuild?rev=1.7&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-4.1.22-r1.ebuild?r1=1.6&r2=1.7
73
74 Index: mysql-4.1.22-r1.ebuild
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.22-r1.ebuild,v
77 retrieving revision 1.6
78 retrieving revision 1.7
79 diff -p -w -b -B -u -u -r1.6 -r1.7
80 --- mysql-4.1.22-r1.ebuild 14 Dec 2008 20:17:13 -0000 1.6
81 +++ mysql-4.1.22-r1.ebuild 28 Feb 2009 22:42:10 -0000 1.7
82 @@ -1,8 +1,8 @@
83 -# Copyright 1999-2008 Gentoo Foundation
84 +# Copyright 1999-2009 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.22-r1.ebuild,v 1.6 2008/12/14 20:17:13 klausman Exp $
87 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.1.22-r1.ebuild,v 1.7 2009/02/28 22:42:10 robbat2 Exp $
88
89 -MY_EXTRAS_VER="20070105"
90 +MY_EXTRAS_VER="20090228-2228Z"
91 SERVER_URI="mirror://mysql/Downloads/MySQL-${PV%.*}/mysql-${PV//_/-}.tar.gz"
92
93 inherit mysql