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: Sat, 15 Sep 2018 12:07:16
Message-Id: 1537013222.a37ab3cb2d90788f6aec89525bfb7a69f6667307.grknight@gentoo
1 commit: a37ab3cb2d90788f6aec89525bfb7a69f6667307
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 15 12:07:02 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 12:07:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37ab3cb
7
8 virtual/mysql: Drop old
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 virtual/mysql/mysql-5.5-r1.ebuild | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/virtual/mysql/mysql-5.5-r1.ebuild b/virtual/mysql/mysql-5.5-r1.ebuild
16 deleted file mode 100644
17 index 254d8a3c3b4..00000000000
18 --- a/virtual/mysql/mysql-5.5-r1.ebuild
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="5"
25 -
26 -DESCRIPTION="Virtual for MySQL client or database"
27 -SLOT="0"
28 -KEYWORDS="~alpha ~amd64 ~arm ~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"
29 -IUSE="embedded minimal static static-libs"
30 -
31 -RDEPEND="|| (
32 - =dev-db/mariadb-${PV}*[embedded=,minimal=,static=,static-libs=]
33 - =dev-db/mysql-${PV}*[embedded=,minimal=,static=,static-libs=]
34 - =dev-db/mysql-cluster-7.2*[embedded=,minimal=,static=,static-libs=]
35 -)"