grknight 15/02/16 18:04:36 Modified: ChangeLog Added: mysql-5.5-r1.ebuild Removed: mysql-5.5.ebuild Log: Revbump the older virtual down to ~arch (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Revision Changes Path 1.61 virtual/mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.60&r2=1.61 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 16 Feb 2015 10:27:37 -0000 1.60 +++ ChangeLog 16 Feb 2015 18:04:36 -0000 1.61 @@ -1,6 +1,12 @@ # ChangeLog for virtual/mysql # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.60 2015/02/16 10:27:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.61 2015/02/16 18:04:36 grknight Exp $ + +*mysql-5.5-r1 (16 Feb 2015) + + 16 Feb 2015; Brian Evans <[email protected]> +mysql-5.5-r1.ebuild, + -mysql-5.5.ebuild: + Revbump the older virtual down to ~arch 16 Feb 2015; Agostino Sarubbo <[email protected]> mysql-5.6-r2.ebuild: Stable for alpha, wrt bug #525296 1.1 virtual/mysql/mysql-5.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.5-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.5-r1.ebuild?rev=1.1&content-type=text/plain Index: mysql-5.5-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5-r1.ebuild,v 1.1 2015/02/16 18:04:36 grknight Exp $ EAPI="5" 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 static-libs" DEPEND="" RDEPEND="|| ( =dev-db/mariadb-${PV}*[embedded=,minimal=,static=,static-libs=] =dev-db/mysql-${PV}*[embedded=,minimal=,static=,static-libs=] =dev-db/mysql-cluster-7.2*[embedded=,minimal=,static=,static-libs=] )"
