Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mysql/
Date: Wed, 28 Feb 2018 16:24:43
Message-Id: 1519835053.e2de611c1f4e304a4ec370f5f34ccc6f6747b24a.grknight@gentoo
1 commit: e2de611c1f4e304a4ec370f5f34ccc6f6747b24a
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 28 15:53:11 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 28 16:24:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2de611c
7
8 virtual/mysql: Revbump to include mariadb 10.3; drop old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 virtual/mysql/mysql-5.6-r11.ebuild | 22 ++++++++++++++++++++++
13 virtual/mysql/mysql-5.6-r6.ebuild | 35 -----------------------------------
14 virtual/mysql/mysql-5.6-r7.ebuild | 35 -----------------------------------
15 virtual/mysql/mysql-5.6-r8.ebuild | 19 -------------------
16 4 files changed, 22 insertions(+), 89 deletions(-)
17
18 diff --git a/virtual/mysql/mysql-5.6-r11.ebuild b/virtual/mysql/mysql-5.6-r11.ebuild
19 new file mode 100644
20 index 00000000000..3451d708ee6
21 --- /dev/null
22 +++ b/virtual/mysql/mysql-5.6-r11.ebuild
23 @@ -0,0 +1,22 @@
24 +# Copyright 1999-2018 Gentoo Foundation
25 +# Distributed under the terms of the GNU General Public License v2
26 +
27 +EAPI="6"
28 +
29 +DESCRIPTION="Virtual for MySQL database server"
30 +SLOT="0/18"
31 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
32 +IUSE="embedded +server static"
33 +
34 +RDEPEND="|| (
35 + =dev-db/mariadb-10.3*[embedded(-)?,server?,static?]
36 + =dev-db/mariadb-10.2*[embedded(-)?,server?,static?]
37 + =dev-db/mariadb-10.1*[embedded(-)?,server?,static?]
38 + =dev-db/mariadb-10.0*[embedded(-)?,server?,static?]
39 + =dev-db/mysql-${PV}*[embedded(-)?,server?,static?]
40 + =dev-db/percona-server-${PV}*[embedded(-)?,server?,static?]
41 + =dev-db/mariadb-galera-10.0*[embedded(-)?,server?,static?]
42 + =dev-db/mysql-cluster-7.4*[embedded(-)?,server?,static?]
43 + =dev-db/mysql-cluster-7.3*[embedded(-)?,server?,static?]
44 + )
45 +"
46
47 diff --git a/virtual/mysql/mysql-5.6-r6.ebuild b/virtual/mysql/mysql-5.6-r6.ebuild
48 deleted file mode 100644
49 index c0766fda8bf..00000000000
50 --- a/virtual/mysql/mysql-5.6-r6.ebuild
51 +++ /dev/null
52 @@ -1,35 +0,0 @@
53 -# Copyright 1999-2018 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI="5"
57 -
58 -inherit multilib-build
59 -
60 -DESCRIPTION="Virtual for MySQL database server"
61 -SLOT="0/18"
62 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
63 -IUSE="embedded static static-libs"
64 -
65 -RDEPEND="
66 - virtual/libmysqlclient[static-libs?,${MULTILIB_USEDEP}]
67 - embedded? (
68 - || (
69 - =dev-db/mariadb-10.1*[client-libs(+),embedded,static=]
70 - =dev-db/mariadb-10.0*[client-libs(+),embedded,static=]
71 - =dev-db/mysql-${PV}*[client-libs(+),embedded,static=]
72 - =dev-db/percona-server-${PV}*[client-libs(+),embedded,static=]
73 - =dev-db/mariadb-galera-10.0*[client-libs(+),embedded,static=]
74 - =dev-db/mysql-cluster-7.3*[client-libs(+),embedded,static=]
75 - )
76 - )
77 - !embedded? (
78 - || (
79 - =dev-db/mariadb-10.1*[-embedded,static=]
80 - =dev-db/mariadb-10.0*[-embedded,static=]
81 - =dev-db/mysql-${PV}*[-embedded,static=]
82 - =dev-db/percona-server-${PV}*[-embedded,static=]
83 - =dev-db/mariadb-galera-10.0*[-embedded,static=]
84 - =dev-db/mysql-cluster-7.3*[-embedded,static=]
85 - )
86 - )
87 -"
88
89 diff --git a/virtual/mysql/mysql-5.6-r7.ebuild b/virtual/mysql/mysql-5.6-r7.ebuild
90 deleted file mode 100644
91 index 4291f5e0790..00000000000
92 --- a/virtual/mysql/mysql-5.6-r7.ebuild
93 +++ /dev/null
94 @@ -1,35 +0,0 @@
95 -# Copyright 1999-2018 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI="5"
99 -
100 -inherit multilib-build
101 -
102 -DESCRIPTION="Virtual for MySQL database server"
103 -SLOT="0/18"
104 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
105 -IUSE="embedded static static-libs"
106 -
107 -PDEPEND="virtual/libmysqlclient[static-libs?,${MULTILIB_USEDEP}]"
108 -RDEPEND="
109 - embedded? (
110 - || (
111 - =dev-db/mariadb-10.1*[client-libs(+),embedded,static=]
112 - =dev-db/mariadb-10.0*[client-libs(+),embedded,static=]
113 - =dev-db/mysql-${PV}*[client-libs(+),embedded,static=]
114 - =dev-db/percona-server-${PV}*[client-libs(+),embedded,static=]
115 - =dev-db/mariadb-galera-10.0*[client-libs(+),embedded,static=]
116 - =dev-db/mysql-cluster-7.3*[client-libs(+),embedded,static=]
117 - )
118 - )
119 - !embedded? (
120 - || (
121 - =dev-db/mariadb-10.1*[-embedded,static=]
122 - =dev-db/mariadb-10.0*[-embedded,static=]
123 - =dev-db/mysql-${PV}*[-embedded,static=]
124 - =dev-db/percona-server-${PV}*[-embedded,static=]
125 - =dev-db/mariadb-galera-10.0*[-embedded,static=]
126 - =dev-db/mysql-cluster-7.3*[-embedded,static=]
127 - )
128 - )
129 -"
130
131 diff --git a/virtual/mysql/mysql-5.6-r8.ebuild b/virtual/mysql/mysql-5.6-r8.ebuild
132 deleted file mode 100644
133 index f18b5d48afb..00000000000
134 --- a/virtual/mysql/mysql-5.6-r8.ebuild
135 +++ /dev/null
136 @@ -1,19 +0,0 @@
137 -# Copyright 1999-2018 Gentoo Foundation
138 -# Distributed under the terms of the GNU General Public License v2
139 -
140 -EAPI="6"
141 -
142 -DESCRIPTION="Virtual for MySQL database server"
143 -SLOT="0/18"
144 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
145 -IUSE="embedded static"
146 -
147 -RDEPEND="|| (
148 - =dev-db/mariadb-10.1*[embedded?,server,static?]
149 - =dev-db/mariadb-10.0*[embedded?,server,static?]
150 - =dev-db/mysql-${PV}*[embedded?,server,static?]
151 - =dev-db/percona-server-${PV}*[embedded?,server,static?]
152 - =dev-db/mariadb-galera-10.0*[embedded?,server,static?]
153 - =dev-db/mysql-cluster-7.3*[embedded?,server,static?]
154 - )
155 -"