diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-07-28 11:45:07 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-07-28 11:45:07 +0000 |
commit | 2a2607a926976e04e5d0034c0ceda469875d41a4 (patch) | |
tree | a8888b16b76daece369103624770dd5cba36cd13 /virtual/mysql | |
parent | Drop duplicated eautoreconf call that was included by error due some local te... (diff) | |
download | gentoo-2-2a2607a926976e04e5d0034c0ceda469875d41a4.tar.gz gentoo-2-2a2607a926976e04e5d0034c0ceda469875d41a4.tar.bz2 gentoo-2-2a2607a926976e04e5d0034c0ceda469875d41a4.zip |
[virtual/mysql] Added missing virtual for 5.2 from the overlay.
Added virtual for 5.3 now that mariadb has a first beta 5.3.0 release.
Dropped virtual for 5.4 as all mysql-5.4 ebuilds were dropped from the tree.
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'virtual/mysql')
-rw-r--r-- | virtual/mysql/ChangeLog | 11 | ||||
-rw-r--r-- | virtual/mysql/mysql-5.2.ebuild | 19 | ||||
-rw-r--r-- | virtual/mysql/mysql-5.3.ebuild | 19 | ||||
-rw-r--r-- | virtual/mysql/mysql-5.4.ebuild | 18 |
4 files changed, 48 insertions, 19 deletions
diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog index 91f7924b103e..cf07c2ef62d0 100644 --- a/virtual/mysql/ChangeLog +++ b/virtual/mysql/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for virtual/mysql # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.28 2011/04/20 12:26:25 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.29 2011/07/28 11:45:07 jmbsvicetto Exp $ + +*mysql-5.3 (28 Jul 2011) +*mysql-5.2 (28 Jul 2011) + + 28 Jul 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + +mysql-5.2.ebuild, +mysql-5.3.ebuild, -mysql-5.4.ebuild: + [virtual/mysql] Added missing virtual for 5.2 from the overlay. + Added virtual for 5.3 now that mariadb has a first beta 5.3.0 release. + Dropped virtual for 5.4 as all mysql-5.4 ebuilds were dropped from the tree. 20 Apr 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> mysql-5.1.ebuild, mysql-5.5.ebuild: diff --git a/virtual/mysql/mysql-5.2.ebuild b/virtual/mysql/mysql-5.2.ebuild new file mode 100644 index 000000000000..8e082bcc811a --- /dev/null +++ b/virtual/mysql/mysql-5.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.2.ebuild,v 1.1 2011/07/28 11:45:07 jmbsvicetto Exp $ + +EAPI="2" + +DESCRIPTION="Virtual for MySQL client or database" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-solaris" +IUSE="embedded minimal static" + +DEPEND="" +RDEPEND="|| ( + =dev-db/mariadb-${PV}*[embedded=,minimal=,static=] +)" diff --git a/virtual/mysql/mysql-5.3.ebuild b/virtual/mysql/mysql-5.3.ebuild new file mode 100644 index 000000000000..7dbf849cfe72 --- /dev/null +++ b/virtual/mysql/mysql-5.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.3.ebuild,v 1.1 2011/07/28 11:45:07 jmbsvicetto Exp $ + +EAPI="2" + +DESCRIPTION="Virtual for MySQL client or database" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-solaris" +IUSE="embedded minimal static" + +DEPEND="" +RDEPEND="|| ( + =dev-db/mariadb-${PV}*[embedded=,minimal=,static=] +)" diff --git a/virtual/mysql/mysql-5.4.ebuild b/virtual/mysql/mysql-5.4.ebuild deleted file mode 100644 index fb0d63dd07cf..000000000000 --- a/virtual/mysql/mysql-5.4.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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.2 2010/03/23 14:48:06 darkside 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" -IUSE="" - -DEPEND="" -# TODO: add Drizzle and MariaDB here -RDEPEND="|| ( - =dev-db/mysql-${PV}* -)" |