public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mysql/
Date: Mon,  7 May 2018 20:37:59 +0000 (UTC)	[thread overview]
Message-ID: <1525725471.05a9e55e0e7afd910ff1ae1194d69e771afa0853.grknight@gentoo> (raw)

commit:     05a9e55e0e7afd910ff1ae1194d69e771afa0853
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon May  7 20:35:15 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon May  7 20:37:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a9e55e

virtual/mysql: Drop old

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 virtual/mysql/mysql-5.6-r10.ebuild | 21 ---------------------
 virtual/mysql/mysql-5.6-r11.ebuild | 22 ----------------------
 virtual/mysql/mysql-5.6-r9.ebuild  | 20 --------------------
 3 files changed, 63 deletions(-)

diff --git a/virtual/mysql/mysql-5.6-r10.ebuild b/virtual/mysql/mysql-5.6-r10.ebuild
deleted file mode 100644
index 7a5b6320d95..00000000000
--- a/virtual/mysql/mysql-5.6-r10.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for MySQL database server"
-SLOT="0/18"
-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"
-IUSE="embedded +server static"
-
-RDEPEND="|| (
-		=dev-db/mariadb-10.2*[embedded(-)?,server?,static?]
-		=dev-db/mariadb-10.1*[embedded(-)?,server?,static?]
-		=dev-db/mariadb-10.0*[embedded(-)?,server?,static?]
-		=dev-db/mysql-${PV}*[embedded(-)?,server?,static?]
-		=dev-db/percona-server-${PV}*[embedded(-)?,server?,static?]
-		=dev-db/mariadb-galera-10.0*[embedded(-)?,server?,static?]
-		=dev-db/mysql-cluster-7.4*[embedded(-)?,server?,static?]
-		=dev-db/mysql-cluster-7.3*[embedded(-)?,server?,static?]
-	)
-"

diff --git a/virtual/mysql/mysql-5.6-r11.ebuild b/virtual/mysql/mysql-5.6-r11.ebuild
deleted file mode 100644
index 3451d708ee6..00000000000
--- a/virtual/mysql/mysql-5.6-r11.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for MySQL database server"
-SLOT="0/18"
-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"
-IUSE="embedded +server static"
-
-RDEPEND="|| (
-		=dev-db/mariadb-10.3*[embedded(-)?,server?,static?]
-		=dev-db/mariadb-10.2*[embedded(-)?,server?,static?]
-		=dev-db/mariadb-10.1*[embedded(-)?,server?,static?]
-		=dev-db/mariadb-10.0*[embedded(-)?,server?,static?]
-		=dev-db/mysql-${PV}*[embedded(-)?,server?,static?]
-		=dev-db/percona-server-${PV}*[embedded(-)?,server?,static?]
-		=dev-db/mariadb-galera-10.0*[embedded(-)?,server?,static?]
-		=dev-db/mysql-cluster-7.4*[embedded(-)?,server?,static?]
-		=dev-db/mysql-cluster-7.3*[embedded(-)?,server?,static?]
-	)
-"

diff --git a/virtual/mysql/mysql-5.6-r9.ebuild b/virtual/mysql/mysql-5.6-r9.ebuild
deleted file mode 100644
index 4a0674dc888..00000000000
--- a/virtual/mysql/mysql-5.6-r9.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for MySQL database server"
-SLOT="0/18"
-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"
-IUSE="embedded +server static"
-
-RDEPEND="|| (
-		=dev-db/mariadb-10.2*[embedded?,server?,static?]
-		=dev-db/mariadb-10.1*[embedded?,server?,static?]
-		=dev-db/mariadb-10.0*[embedded?,server?,static?]
-		=dev-db/mysql-${PV}*[embedded?,server?,static?]
-		=dev-db/percona-server-${PV}*[embedded?,server?,static?]
-		=dev-db/mariadb-galera-10.0*[embedded?,server?,static?]
-		=dev-db/mysql-cluster-7.3*[embedded?,server?,static?]
-	)
-"


             reply	other threads:[~2018-05-07 20:38 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-07 20:37 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-04-06 17:54 [gentoo-commits] repo/gentoo:master commit in: virtual/mysql/ Sergei Trofimovich
2019-11-01 18:38 Thomas Deutschmann
2019-09-14  5:40 Matt Turner
2019-05-10  4:33 Aaron Bauman
2018-09-15 12:07 Brian Evans
2018-09-15 12:07 Brian Evans
2018-06-09 19:56 Mikle Kolyada
2018-05-17 14:39 Brian Evans
2018-05-13 18:52 Brian Evans
2018-05-07 20:37 Brian Evans
2018-04-22  1:10 Brian Evans
2018-02-28 17:31 Brian Evans
2018-02-28 16:24 Brian Evans
2017-11-09 14:11 Brian Evans
2017-09-03 18:54 Brian Evans
2017-09-03 17:37 Brian Evans
2017-09-03 17:37 Brian Evans
2017-09-03 17:37 Brian Evans
2016-08-18 19:15 Brian Evans
2016-03-21 12:29 Brian Evans
2016-03-09 20:34 Brian Evans
2015-12-31 18:31 Brian Evans
2015-09-24 12:40 Brian Evans
2015-09-17 15:30 Brian Evans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1525725471.05a9e55e0e7afd910ff1ae1194d69e771afa0853.grknight@gentoo \
    --to=grknight@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox