From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AA3D1382C5 for ; Thu, 17 May 2018 14:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5E88E07FE; Thu, 17 May 2018 14:39:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1F4AE07FE for ; Thu, 17 May 2018 14:39:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EC92335C72 for ; Thu, 17 May 2018 14:39:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 910372A1 for ; Thu, 17 May 2018 14:39:33 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1526567948.df060f243d9549a30ac91001a36ba9b8edd1e1f7.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/mysql/mysql-5.6-r6.ebuild X-VCS-Directories: virtual/mysql/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: df060f243d9549a30ac91001a36ba9b8edd1e1f7 X-VCS-Branch: master Date: Thu, 17 May 2018 14:39:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 35fffa0a-836a-408b-b7c1-0bd3cb14e8c6 X-Archives-Hash: fb2fee37d0f21106f0d6d187ade339a1 commit: df060f243d9549a30ac91001a36ba9b8edd1e1f7 Author: Brian Evans gentoo org> AuthorDate: Thu May 17 14:39:08 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu May 17 14:39:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df060f24 virtual/mysql: Drop old Package-Manager: Portage-2.3.36, Repoman-2.3.9 virtual/mysql/mysql-5.6-r6.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/virtual/mysql/mysql-5.6-r6.ebuild b/virtual/mysql/mysql-5.6-r6.ebuild deleted file mode 100644 index abe12a79015..00000000000 --- a/virtual/mysql/mysql-5.6-r6.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit multilib-build - -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 static static-libs" - -RDEPEND=" - virtual/libmysqlclient[static-libs?,${MULTILIB_USEDEP}] - || ( - >=dev-db/mariadb-10.0[embedded(-)?,static?] - >=dev-db/mysql-${PV}[embedded(-)?,static?] - >=dev-db/percona-server-${PV}[embedded(-)?,static?] - >=dev-db/mariadb-galera-10.0[embedded(-),static?] - >=dev-db/mysql-cluster-7.3[embedded(-)?,static?] - ) -"