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 E8599138819 for ; Tue, 10 Dec 2013 14:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4B0BE0B42; Tue, 10 Dec 2013 14:39:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 753CAE0B42 for ; Tue, 10 Dec 2013 14:39:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B39E33F6A2 for ; Tue, 10 Dec 2013 14:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 34281D004C for ; Tue, 10 Dec 2013 14:39:18 +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: <1386686332.e4366c6945f5e168ae59943d4b41fec12ad16cc1.grknight.pub@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.7.ebuild X-VCS-Directories: virtual/mysql/ X-VCS-Committer: grknight.pub X-VCS-Committer-Name: Brian Evans X-VCS-Revision: e4366c6945f5e168ae59943d4b41fec12ad16cc1 X-VCS-Branch: master Date: Tue, 10 Dec 2013 14:39:18 +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: 09d61dc6-96b2-491a-91f9-e77c572a0ef4 X-Archives-Hash: 6116bb9ffab53cc842cf692af834d5ba commit: e4366c6945f5e168ae59943d4b41fec12ad16cc1 Author: Brian Evans tuffmail com> AuthorDate: Tue Dec 10 14:38:52 2013 +0000 Commit: Brian Evans lavabit com> CommitDate: Tue Dec 10 14:38:52 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=e4366c69 [virtual] Add missing 5.7 virtual Package-Manager: portage-2.2.7 --- virtual/mysql/ChangeLog | 5 +++++ virtual/mysql/mysql-5.7.ebuild | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog index 7e63f95..2c619f9 100644 --- a/virtual/mysql/ChangeLog +++ b/virtual/mysql/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*mysql-5.7 (10 Dec 2013) + + 10 Dec 2013; Brian Evans +mysql-5.7.ebuild: + [virtual] Add missing 5.7 virtual + *mysql-10.0 (21 Mar 2013) 21 Mar 2013; Robin H. Johnson +mysql-10.0.ebuild: diff --git a/virtual/mysql/mysql-5.7.ebuild b/virtual/mysql/mysql-5.7.ebuild new file mode 100644 index 0000000..06aa544 --- /dev/null +++ b/virtual/mysql/mysql-5.7.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +DESCRIPTION="Virtual for MySQL client or database" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~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 minimal static" + +DEPEND="" +RDEPEND="|| ( + =dev-db/mysql-${PV}*[embedded=,minimal=,static=] +)"