Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: profiles/, virtual/mysql/
Date: Mon, 26 Aug 2019 14:14:40
Message-Id: 1566828594.094e182697efd4745f509b3625adf188d317f8f8.grknight@gentoo
1 commit: 094e182697efd4745f509b3625adf188d317f8f8
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 26 14:09:54 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 26 14:09:54 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=094e1826
7
8 Drop unnecessary virtuals
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 profiles/package.mask | 1 -
13 virtual/mysql/mysql-5.7-r1.ebuild | 20 --------------------
14 virtual/mysql/mysql-5.7-r2.ebuild | 22 ----------------------
15 3 files changed, 43 deletions(-)
16
17 diff --git a/profiles/package.mask b/profiles/package.mask
18 index f36d300..11ebff4 100644
19 --- a/profiles/package.mask
20 +++ b/profiles/package.mask
21 @@ -1,7 +1,6 @@
22 # Brian Evans <grknight@g.o> (10 Oct 2015)
23 # Latest versions are masked for testing
24 >=dev-db/mysql-5.7
25 ->=virtual/mysql-5.7
26 >=virtual/libmysqlclient-19
27 >=virtual/libmysqlclient-20
28 >=dev-db/percona-server-5.7
29
30 diff --git a/virtual/mysql/mysql-5.7-r1.ebuild b/virtual/mysql/mysql-5.7-r1.ebuild
31 deleted file mode 100644
32 index e4cb285..0000000
33 --- a/virtual/mysql/mysql-5.7-r1.ebuild
34 +++ /dev/null
35 @@ -1,20 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI="5"
40 -
41 -DESCRIPTION="Virtual for MySQL database server"
42 -HOMEPAGE=""
43 -SRC_URI=""
44 -
45 -LICENSE=""
46 -SLOT="0/20"
47 -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"
48 -IUSE="embedded static static-libs"
49 -
50 -DEPEND=""
51 -RDEPEND="
52 - virtual/libmysqlclient
53 - || (
54 - =dev-db/mysql-${PV}*[embedded=,static=,static-libs=]
55 - )"
56
57 diff --git a/virtual/mysql/mysql-5.7-r2.ebuild b/virtual/mysql/mysql-5.7-r2.ebuild
58 deleted file mode 100644
59 index 65c5a1f..0000000
60 --- a/virtual/mysql/mysql-5.7-r2.ebuild
61 +++ /dev/null
62 @@ -1,22 +0,0 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=6
67 -
68 -DESCRIPTION="Virtual for MySQL database server"
69 -HOMEPAGE=""
70 -SRC_URI=""
71 -
72 -LICENSE=""
73 -SLOT="0/20"
74 -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"
75 -IUSE="embedded static"
76 -
77 -DEPEND=""
78 -RDEPEND="
79 - || (
80 - =dev-db/mariadb-10.3*[embedded?,server,static?]
81 - =dev-db/mariadb-10.2*[embedded?,server,static?]
82 - =dev-db/mysql-${PV}*[embedded?,server,static?]
83 - =dev-db/percona-server-${PV}*[embedded?,server,static?]
84 - )"