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: ChangeLog mysql-5.1.51.ebuild
Date: Thu, 07 Oct 2010 20:02:50
Message-Id: 20101007190555.9169B20051@flycatcher.gentoo.org
1 robbat2 10/10/07 19:05:55
2
3 Modified: ChangeLog mysql-5.1.51.ebuild
4 Log:
5 We need a newer libtool now, bug #339717 comment #3.
6
7 (Portage version: 2.2_rc90/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.550 dev-db/mysql/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.550&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.550&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.549&r2=1.550
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
19 retrieving revision 1.549
20 retrieving revision 1.550
21 diff -p -w -b -B -u -u -r1.549 -r1.550
22 --- ChangeLog 6 Oct 2010 00:16:27 -0000 1.549
23 +++ ChangeLog 7 Oct 2010 19:05:55 -0000 1.550
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-db/mysql
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.549 2010/10/06 00:16:27 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.550 2010/10/07 19:05:55 robbat2 Exp $
29 +
30 + 07 Oct 2010; Robin H. Johnson <robbat2@g.o> mysql-5.1.51.ebuild:
31 + We need a newer libtool now, bug #339717 comment #3.
32
33 *mysql-5.1.51 (06 Oct 2010)
34
35
36
37
38 1.2 dev-db/mysql/mysql-5.1.51.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild?r1=1.1&r2=1.2
43
44 Index: mysql-5.1.51.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -p -w -b -B -u -u -r1.1 -r1.2
50 --- mysql-5.1.51.ebuild 6 Oct 2010 00:16:27 -0000 1.1
51 +++ mysql-5.1.51.ebuild 7 Oct 2010 19:05:55 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild,v 1.1 2010/10/06 00:16:27 robbat2 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild,v 1.2 2010/10/07 19:05:55 robbat2 Exp $
57
58 MY_EXTRAS_VER="20101006-0004Z"
59 EAPI=2
60 @@ -21,7 +21,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
61 # This is often broken still
62 EPATCH_EXCLUDE=''
63
64 -DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
65 +# Most of these are in the eclass
66 +RDEPEND=""
67 +DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
68 + >=sys-devel/libtool-2.2.10"
69
70 # Please do not add a naive src_unpack to this ebuild
71 # If you want to add a single patch, copy the ebuild to an overlay