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 71651198005 for ; Thu, 21 Mar 2013 21:01:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05070E051C; Thu, 21 Mar 2013 21:01:16 +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 912F0E051C for ; Thu, 21 Mar 2013 21:01:15 +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 777D0335E2D for ; Thu, 21 Mar 2013 21:01:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 05760E4073 for ; Thu, 21 Mar 2013 21:01:13 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1363899666.df11768f4163ab8d30295d7f576e86a6df8930f5.robbat2@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-10.0.ebuild X-VCS-Directories: virtual/mysql/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: df11768f4163ab8d30295d7f576e86a6df8930f5 X-VCS-Branch: master Date: Thu, 21 Mar 2013 21:01:13 +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: e90d26c7-8de5-46be-9c50-6301f15acad7 X-Archives-Hash: df8c47de91f3b5dd2ae5ee02016731c8 commit: df11768f4163ab8d30295d7f576e86a6df8930f5 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Mar 21 21:01:06 2013 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Mar 21 21:01:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=df11768f Update virtual for MariaDB, but perhaps it should be in virtual/mysql-5.6. Package-Manager: portage-2.2.0_alpha166 --- virtual/mysql/ChangeLog | 5 +++++ virtual/mysql/mysql-10.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog index b8991f2..7e63f95 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-10.0 (21 Mar 2013) + + 21 Mar 2013; Robin H. Johnson +mysql-10.0.ebuild: + Update virtual for MariaDB, but perhaps it should be in virtual/mysql-5.6. + 04 Mar 2013; Robin H. Johnson -Manifest, mysql-5.2.ebuild, mysql-5.3.ebuild: Update headers and keywords. diff --git a/virtual/mysql/mysql-10.0.ebuild b/virtual/mysql/mysql-10.0.ebuild new file mode 100644 index 0000000..90ee113 --- /dev/null +++ b/virtual/mysql/mysql-10.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.2 2010/03/23 14:48:06 darkside Exp $ + +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="" +# TODO: add Drizzle and MariaDB here +RDEPEND="|| ( + =dev-db/mariadb-${PV}*[embedded=,minimal=,static=] +)"