From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 95CF759CA3 for ; Wed, 9 Mar 2016 20:22:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 139FF21C038; Wed, 9 Mar 2016 20:22:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 854CE21C038 for ; Wed, 9 Mar 2016 20:22:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB67C340BD1 for ; Wed, 9 Mar 2016 20:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F02C2209C for ; Wed, 9 Mar 2016 20:22:08 +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: <1457554916.cf616500ad3535069c8d93fb1077e9daceb40c61.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: virtual/mysql/ X-VCS-Repository: proj/mysql X-VCS-Files: virtual/mysql/ChangeLog virtual/mysql/mysql-5.6-r8.ebuild X-VCS-Directories: virtual/mysql/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: cf616500ad3535069c8d93fb1077e9daceb40c61 X-VCS-Branch: master Date: Wed, 9 Mar 2016 20:22:08 +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: 068ead01-8615-48a1-aece-855fc7fd6796 X-Archives-Hash: 740b62fcf870aaf81ac4a1c75bbbb941 commit: cf616500ad3535069c8d93fb1077e9daceb40c61 Author: Brian Evans gentoo org> AuthorDate: Wed Mar 9 20:21:56 2016 +0000 Commit: Brian Evans gentoo org> CommitDate: Wed Mar 9 20:21:56 2016 +0000 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=cf616500 virtual/mysql: Revbump to fix dependencies Move virtual/libmysqlclient PDEPEND to the providers Remove the failed client-libs USE dependency Package-Manager: portage-2.2.27 Manifest-Sign-Key: D1F781EFF9F4A3B6 virtual/mysql/ChangeLog | 8 +++++++- virtual/mysql/mysql-5.6-r8.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog index a1d4e46..c09a10e 100644 --- a/virtual/mysql/ChangeLog +++ b/virtual/mysql/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for virtual/mysql -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 # $Id$ +*mysql-5.6-r8 (09 Mar 2016) + + 09 Mar 2016; Brian Evans +mysql-5.6-r8.ebuild: + virtual/mysql: Revbump to fix dependencies Move virtual/libmysqlclient + PDEPEND to the providers Remove the failed client-libs USE dependency + 30 Jul 2014; Robin H. Johnson mysql-5.1.ebuild: Bump header. diff --git a/virtual/mysql/mysql-5.6-r8.ebuild b/virtual/mysql/mysql-5.6-r8.ebuild new file mode 100644 index 0000000..40184b6 --- /dev/null +++ b/virtual/mysql/mysql-5.6-r8.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="6" + +inherit multilib-build + +DESCRIPTION="Virtual for MySQL database server" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0/18" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="embedded static" + +DEPEND="" +RDEPEND="|| ( + =dev-db/mariadb-10.1*[embedded?,static?] + =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?] + ) +"