diff options
Diffstat (limited to 'dev-db/mysql')
-rw-r--r-- | dev-db/mysql/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.83.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.84-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/mysql/mysql-5.0.84.ebuild | 4 |
4 files changed, 14 insertions, 4 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 6f77abe3a2f2..54b046c2510f 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.491 2009/09/08 12:49:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.492 2009/10/05 00:52:57 robbat2 Exp $ + + 05 Oct 2009; Robin H. Johnson <robbat2@gentoo.org> mysql-5.0.83.ebuild, + mysql-5.0.84.ebuild, mysql-5.0.84-r1.ebuild: + Bug #284946: Per upstream changes, MySQL now requires at least GCC4. 08 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> mysql-5.0.84-r1.ebuild: Bug #284078: Some of the version specs in the patchset were wrong, so the diff --git a/dev-db/mysql/mysql-5.0.83.ebuild b/dev-db/mysql/mysql-5.0.83.ebuild index 7a767afbd3ba..acd757fec3f5 100644 --- a/dev-db/mysql/mysql-5.0.83.ebuild +++ b/dev-db/mysql/mysql-5.0.83.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild,v 1.1 2009/07/06 19:08:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild,v 1.2 2009/10/05 00:52:57 robbat2 Exp $ MY_EXTRAS_VER="20090706-1838Z" EAPI=2 @@ -15,6 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbs # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' +DEPEND=">=sys-devel/gcc-4" + # Please do not add a naive src_unpack to this ebuild # If you want to add a single patch, copy the ebuild to an overlay # and create your own mysql-extras tarball, looking at 000_index.txt diff --git a/dev-db/mysql/mysql-5.0.84-r1.ebuild b/dev-db/mysql/mysql-5.0.84-r1.ebuild index 0099b82a0e10..3ce1d6c59dca 100644 --- a/dev-db/mysql/mysql-5.0.84-r1.ebuild +++ b/dev-db/mysql/mysql-5.0.84-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild,v 1.2 2009/09/08 12:49:03 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild,v 1.3 2009/10/05 00:52:58 robbat2 Exp $ MY_EXTRAS_VER="20090908-1245Z" EAPI=2 @@ -15,6 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~spar # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' +DEPEND=">=sys-devel/gcc-4" + # Please do not add a naive src_unpack to this ebuild # If you want to add a single patch, copy the ebuild to an overlay # and create your own mysql-extras tarball, looking at 000_index.txt diff --git a/dev-db/mysql/mysql-5.0.84.ebuild b/dev-db/mysql/mysql-5.0.84.ebuild index c527c6e7c6dd..dbf609441fe5 100644 --- a/dev-db/mysql/mysql-5.0.84.ebuild +++ b/dev-db/mysql/mysql-5.0.84.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild,v 1.1 2009/09/04 10:48:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild,v 1.2 2009/10/05 00:52:57 robbat2 Exp $ MY_EXTRAS_VER="20090904-0939Z" EAPI=2 @@ -15,6 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~spar # When MY_EXTRAS is bumped, the index should be revised to exclude these. EPATCH_EXCLUDE='' +DEPEND=">=sys-devel/gcc-4" + # Please do not add a naive src_unpack to this ebuild # If you want to add a single patch, copy the ebuild to an overlay # and create your own mysql-extras tarball, looking at 000_index.txt |