diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-02-02 22:06:11 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-02-02 22:06:11 +0000 |
commit | 6f52cb45f6211485111e4f9ac3edbf990778cecf (patch) | |
tree | f71cacf6019559d89264e380424ee026b2a3f14b /virtual/mysql | |
parent | Add mysql 5.5.1-m2, we don't support the same version syntax, so mangle _alph... (diff) | |
download | gentoo-2-6f52cb45f6211485111e4f9ac3edbf990778cecf.tar.gz gentoo-2-6f52cb45f6211485111e4f9ac3edbf990778cecf.tar.bz2 gentoo-2-6f52cb45f6211485111e4f9ac3edbf990778cecf.zip |
Add virtuals for new mysql versions.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'virtual/mysql')
-rw-r--r-- | virtual/mysql/ChangeLog | 9 | ||||
-rw-r--r-- | virtual/mysql/mysql-5.1.ebuild | 3 | ||||
-rw-r--r-- | virtual/mysql/mysql-5.4.ebuild | 18 | ||||
-rw-r--r-- | virtual/mysql/mysql-5.5.ebuild | 18 |
4 files changed, 46 insertions, 2 deletions
diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog index 7ecc9391f9be..3cd4f04db32a 100644 --- a/virtual/mysql/ChangeLog +++ b/virtual/mysql/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for virtual/mysql # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.11 2010/01/11 11:07:53 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.12 2010/02/02 22:06:11 robbat2 Exp $ + +*mysql-5.5 (02 Feb 2010) +*mysql-5.4 (02 Feb 2010) + + 02 Feb 2010; Robin H. Johnson <robbat2@gentoo.org> mysql-5.1.ebuild, + +mysql-5.4.ebuild, +mysql-5.5.ebuild: + Add virtuals for new mysql versions. 11 Jan 2010; Ulrich Mueller <ulm@gentoo.org> mysql-4.0.ebuild, mysql-4.1.ebuild, mysql-5.0.ebuild, mysql-5.1.ebuild: diff --git a/virtual/mysql/mysql-5.1.ebuild b/virtual/mysql/mysql-5.1.ebuild index 612514c79a61..c373b95cb768 100644 --- a/virtual/mysql/mysql-5.1.ebuild +++ b/virtual/mysql/mysql-5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.5 2010/01/11 11:07:53 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v 1.6 2010/02/02 22:06:11 robbat2 Exp $ DESCRIPTION="Virtual for MySQL client or database" HOMEPAGE="" @@ -12,6 +12,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~spar IUSE="" DEPEND="" +# TODO: add Drizzle and MariaDB here RDEPEND="|| ( =dev-db/mysql-${PV}* =dev-db/mysql-community-${PV}* diff --git a/virtual/mysql/mysql-5.4.ebuild b/virtual/mysql/mysql-5.4.ebuild new file mode 100644 index 000000000000..34740d4f2938 --- /dev/null +++ b/virtual/mysql/mysql-5.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.4.ebuild,v 1.1 2010/02/02 22:06:11 robbat2 Exp $ + +DESCRIPTION="Virtual for MySQL client or database" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="" +# TODO: add Drizzle and MariaDB here +RDEPEND="|| ( + =dev-db/mysql-${PV}* +)" diff --git a/virtual/mysql/mysql-5.5.ebuild b/virtual/mysql/mysql-5.5.ebuild new file mode 100644 index 000000000000..dcf98bfa33f4 --- /dev/null +++ b/virtual/mysql/mysql-5.5.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 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.1 2010/02/02 22:06:11 robbat2 Exp $ + +DESCRIPTION="Virtual for MySQL client or database" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="" +# TODO: add Drizzle and MariaDB here +RDEPEND="|| ( + =dev-db/mysql-${PV}* +)" |