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 27D2213877A for ; Wed, 30 Jul 2014 06:36:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F02F5E07AE; Wed, 30 Jul 2014 06:35:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58C27E07AE for ; Wed, 30 Jul 2014 06:35:58 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0796033FCB7 for ; Wed, 30 Jul 2014 06:35:57 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 544) id CB02A2004E; Wed, 30 Jul 2014 06:35:52 +0000 (UTC) From: "Robin H. Johnson (robbat2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, robbat2@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mysql-5.1.ebuild ChangeLog X-VCS-Directories: virtual/mysql X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140730063553.CB02A2004E@flycatcher.gentoo.org> Date: Wed, 30 Jul 2014 06:35:52 +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: 4b3678fa-b4e2-4165-b01e-508136072c5a X-Archives-Hash: 380678f28d93b0f005f33c75061ec1a9 robbat2 14/07/30 06:35:52 Modified: mysql-5.1.ebuild ChangeLog Log: Restore keywords from overlay, add mysql-cluster-7.2 in the 5.5 series. (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.24 virtual/mysql/mysql-5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.1.ebuild?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.1.ebuild?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.1.ebuild?r1=1.23&r2=1.24 Index: mysql-5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v retrieving revision 1.23 retrieving revision 1.24 diff -p -w -b -B -u -u -r1.23 -r1.24 --- mysql-5.1.ebuild 20 Apr 2011 12:26:25 -0000 1.23 +++ mysql-5.1.ebuild 30 Jul 2014 06:35:52 -0000 1.24 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v 1.23 2011/04/20 12:26:25 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v 1.24 2014/07/30 06:35:52 robbat2 Exp $ EAPI="2" @@ -10,12 +10,12 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-macos ~x86-solaris" +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 mysql-cluster here RDEPEND="|| ( =dev-db/mysql-${PV}*[embedded=,minimal=,static=] =dev-db/mariadb-${PV}*[embedded=,minimal=,static=] + =dev-db/mysql-cluster-7.2*[embedded=,minimal=,static=] )" 1.35 virtual/mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -p -w -b -B -u -u -r1.34 -r1.35 --- ChangeLog 30 Jul 2014 06:30:25 -0000 1.34 +++ ChangeLog 30 Jul 2014 06:35:52 -0000 1.35 @@ -1,6 +1,10 @@ # ChangeLog for virtual/mysql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.34 2014/07/30 06:30:25 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.35 2014/07/30 06:35:52 robbat2 Exp $ + + 30 Jul 2014; Robin H. Johnson mysql-5.1.ebuild, + mysql-5.6.ebuild: + Restore keywords from overlay, add mysql-cluster-7.2 in the 5.5 series. 30 Jul 2014; Robin H. Johnson mysql-5.6.ebuild: mariadb-galera in the tree now, and mysql-cluster following soon.