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: ChangeLog mariadb-5.1.50.ebuild
Date: Thu, 07 Oct 2010 20:02:47
Message-Id: 20101007190547.BF7AD20051@flycatcher.gentoo.org
1 robbat2 10/10/07 19:05:47
2
3 Modified: ChangeLog mariadb-5.1.50.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.9 dev-db/mariadb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -p -w -b -B -u -u -r1.8 -r1.9
22 --- ChangeLog 6 Oct 2010 00:15:27 -0000 1.8
23 +++ ChangeLog 7 Oct 2010 19:05:47 -0000 1.9
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-db/mariadb
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.8 2010/10/06 00:15:27 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.9 2010/10/07 19:05:47 robbat2 Exp $
29 +
30 + 07 Oct 2010; Robin H. Johnson <robbat2@g.o> mariadb-5.1.50.ebuild:
31 + We need a newer libtool now, bug #339717 comment #3.
32
33 *mariadb-5.1.50 (06 Oct 2010)
34
35
36
37
38 1.2 dev-db/mariadb/mariadb-5.1.50.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-5.1.50.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-5.1.50.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-5.1.50.ebuild?r1=1.1&r2=1.2
43
44 Index: mariadb-5.1.50.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.50.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 --- mariadb-5.1.50.ebuild 6 Oct 2010 00:15:27 -0000 1.1
51 +++ mariadb-5.1.50.ebuild 7 Oct 2010 19:05:47 -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/mariadb/mariadb-5.1.50.ebuild,v 1.1 2010/10/06 00:15:27 robbat2 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.1.50.ebuild,v 1.2 2010/10/07 19:05:47 robbat2 Exp $
57
58 MY_EXTRAS_VER="20101006-0004Z"
59 EAPI=2
60 @@ -15,7 +15,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc
61 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
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