Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: virtual/mysql/, dev-db/mysql/
Date: Fri, 05 Sep 2014 01:16:03
Message-Id: 1409879617.ef57178b608d6470eeee8b71d718615fef5e5a6f.grknight@gentoo
1 commit: ef57178b608d6470eeee8b71d718615fef5e5a6f
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 5 01:13:37 2014 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 5 01:13:37 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=ef57178b
7
8 Sync stable versions to overlay
9
10 ---
11 dev-db/mysql/mysql-5.5.39.ebuild | 4 ++--
12 virtual/mysql/mysql-5.5.ebuild | 4 ++--
13 2 files changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-db/mysql/mysql-5.5.39.ebuild b/dev-db/mysql/mysql-5.5.39.ebuild
16 index 3503ffe..6044dd5 100644
17 --- a/dev-db/mysql/mysql-5.5.39.ebuild
18 +++ b/dev-db/mysql/mysql-5.5.39.ebuild
19 @@ -1,6 +1,6 @@
20 # Copyright 1999-2014 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v 1.1 2014/08/02 00:23:41 grknight Exp $
23 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v 1.10 2014/08/13 15:26:18 maekke Exp $
24
25 EAPI="5"
26
27 @@ -19,7 +19,7 @@ IUSE="$IUSE"
28 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git"
29
30 # REMEMBER: also update eclass/mysql*.eclass before committing!
31 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
32 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
33
34 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
35 EPATCH_EXCLUDE=''
36
37 diff --git a/virtual/mysql/mysql-5.5.ebuild b/virtual/mysql/mysql-5.5.ebuild
38 index 626bb6e..bd97372 100644
39 --- a/virtual/mysql/mysql-5.5.ebuild
40 +++ b/virtual/mysql/mysql-5.5.ebuild
41 @@ -1,6 +1,6 @@
42 # Copyright 1999-2014 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.5 2012/04/18 06:12:08 robbat2 Exp $
45 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.16 2014/08/13 15:25:36 maekke Exp $
46
47 EAPI="4"
48
49 @@ -10,7 +10,7 @@ SRC_URI=""
50
51 LICENSE=""
52 SLOT="0"
53 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
54 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
55 IUSE="embedded minimal static static-libs"
56
57 DEPEND=""