Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.1.50-r1.ebuild ChangeLog
Date: Tue, 28 Sep 2010 18:41:18
Message-Id: 20100928184109.5478420051@flycatcher.gentoo.org
1 grobian 10/09/28 18:41:09
2
3 Modified: mysql-5.1.50-r1.ebuild ChangeLog
4 Log:
5 Marked ~x86-macos, bug #337498
6
7 (Portage version: 2.2.01.16688-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.9 dev-db/mysql/mysql-5.1.50-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.1.50-r1.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.1.50-r1.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.1.50-r1.ebuild?r1=1.8&r2=1.9
15
16 Index: mysql-5.1.50-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.50-r1.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- mysql-5.1.50-r1.ebuild 22 Sep 2010 15:28:55 -0000 1.8
23 +++ mysql-5.1.50-r1.ebuild 28 Sep 2010 18:41:09 -0000 1.9
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/mysql/mysql-5.1.50-r1.ebuild,v 1.8 2010/09/22 15:28:55 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.50-r1.ebuild,v 1.9 2010/09/28 18:41:09 grobian Exp $
29
30 MY_EXTRAS_VER="20100901-1852Z"
31 EAPI=2
32 @@ -15,7 +15,7 @@
33 IUSE="$IUSE"
34
35 # REMEMBER: also update eclass/mysql*.eclass before committing!
36 -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-solaris"
37 +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x86-solaris"
38
39 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
40 # This is often broken still
41
42
43
44 1.548 dev-db/mysql/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.548&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.548&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.547&r2=1.548
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
53 retrieving revision 1.547
54 retrieving revision 1.548
55 diff -u -r1.547 -r1.548
56 --- ChangeLog 22 Sep 2010 15:28:55 -0000 1.547
57 +++ ChangeLog 28 Sep 2010 18:41:09 -0000 1.548
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-db/mysql
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.547 2010/09/22 15:28:55 ranger Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.548 2010/09/28 18:41:09 grobian Exp $
63 +
64 + 28 Sep 2010; Fabian Groffen <grobian@g.o> mysql-5.1.50-r1.ebuild:
65 + Marked ~x86-macos, bug #337498
66
67 22 Sep 2010; Brent Baude <ranger@g.o> mysql-5.1.50-r1.ebuild:
68 Marking mysql-5.1.50-r1 ppc for bug 321791