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 3E4C9138334 for ; Sat, 15 Sep 2018 12:07:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38A49E0A9F; Sat, 15 Sep 2018 12:07:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 102B3E0A9F for ; Sat, 15 Sep 2018 12:07:16 +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 3898C335C95 for ; Sat, 15 Sep 2018 12:07:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 150063C1 for ; Sat, 15 Sep 2018 12:07:11 +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: <1537013181.763ac63e1729d957e543d42845703852618a21e9.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/mysql/mysql-5.5-r2.ebuild X-VCS-Directories: virtual/mysql/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 763ac63e1729d957e543d42845703852618a21e9 X-VCS-Branch: master Date: Sat, 15 Sep 2018 12:07:11 +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: 64360b9f-2f44-462e-98f0-4e36cdedc975 X-Archives-Hash: e261dfe4ebe9ecf23cebe975b69d0873 commit: 763ac63e1729d957e543d42845703852618a21e9 Author: Brian Evans gentoo org> AuthorDate: Sat Sep 15 12:06:21 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Sat Sep 15 12:06:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763ac63e virtual/mysql: revbump for recent 5.5 changes Package-Manager: Portage-2.3.49, Repoman-2.3.10 virtual/mysql/mysql-5.5-r2.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/virtual/mysql/mysql-5.5-r2.ebuild b/virtual/mysql/mysql-5.5-r2.ebuild new file mode 100644 index 00000000000..a8cc6dd6bc6 --- /dev/null +++ b/virtual/mysql/mysql-5.5-r2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Virtual for MySQL client or database" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="static static-libs" + +RDEPEND="|| ( + =dev-db/mariadb-${PV}*[static?,static-libs(-)?] + =dev-db/mysql-${PV}*[static?,static-libs(-)?] + =dev-db/mysql-cluster-7.2*[static?,static-libs(-)?] +)"