* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.0.83.ebuild mysql-5.0.84.ebuild ChangeLog mysql-5.0.84-r1.ebuild
@ 2009-10-05 0:52 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson (robbat2) @ 2009-10-05 0:52 UTC (permalink / raw
To: gentoo-commits
robbat2 09/10/05 00:52:58
Modified: mysql-5.0.83.ebuild mysql-5.0.84.ebuild ChangeLog
mysql-5.0.84-r1.ebuild
Log:
Bug #284946: Per upstream changes, MySQL now requires at least GCC4.
(Portage version: 2.2_rc42/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.2 dev-db/mysql/mysql-5.0.83.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild?r1=1.1&r2=1.2
Index: mysql-5.0.83.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- mysql-5.0.83.ebuild 6 Jul 2009 19:08:59 -0000 1.1
+++ mysql-5.0.83.ebuild 5 Oct 2009 00:52:57 -0000 1.2
@@ -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
# 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
1.2 dev-db/mysql/mysql-5.0.84.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild?r1=1.1&r2=1.2
Index: mysql-5.0.84.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- mysql-5.0.84.ebuild 4 Sep 2009 10:48:36 -0000 1.1
+++ mysql-5.0.84.ebuild 5 Oct 2009 00:52:57 -0000 1.2
@@ -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
# 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
1.492 dev-db/mysql/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.492&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.492&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.491&r2=1.492
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.491
retrieving revision 1.492
diff -p -w -b -B -u -u -r1.491 -r1.492
--- ChangeLog 8 Sep 2009 12:49:03 -0000 1.491
+++ ChangeLog 5 Oct 2009 00:52:57 -0000 1.492
@@ -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
1.3 dev-db/mysql/mysql-5.0.84-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild?r1=1.2&r2=1.3
Index: mysql-5.0.84-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -w -b -B -u -u -r1.2 -r1.3
--- mysql-5.0.84-r1.ebuild 8 Sep 2009 12:49:03 -0000 1.2
+++ mysql-5.0.84-r1.ebuild 5 Oct 2009 00:52:58 -0000 1.3
@@ -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
# 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.0.83.ebuild mysql-5.0.84.ebuild ChangeLog mysql-5.0.84-r1.ebuild
@ 2009-10-10 23:31 Robin H. Johnson (robbat2)
0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson (robbat2) @ 2009-10-10 23:31 UTC (permalink / raw
To: gentoo-commits
robbat2 09/10/10 23:31:29
Modified: mysql-5.0.83.ebuild mysql-5.0.84.ebuild ChangeLog
mysql-5.0.84-r1.ebuild
Log:
Bug 284946 again, prefix needs gcc-apple too.
(Portage version: 2.2_rc42/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.4 dev-db/mysql/mysql-5.0.83.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild?r1=1.3&r2=1.4
Index: mysql-5.0.83.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -p -w -b -B -u -u -r1.3 -r1.4
--- mysql-5.0.83.ebuild 5 Oct 2009 00:57:36 -0000 1.3
+++ mysql-5.0.83.ebuild 10 Oct 2009 23:31:28 -0000 1.4
@@ -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.3 2009/10/05 00:57:36 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.83.ebuild,v 1.4 2009/10/10 23:31:28 robbat2 Exp $
MY_EXTRAS_VER="20090706-1838Z"
EAPI=2
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''
-DEPEND=">=sys-devel/gcc-4"
+DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
RDEPEND=""
# Please do not add a naive src_unpack to this ebuild
1.4 dev-db/mysql/mysql-5.0.84.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild?r1=1.3&r2=1.4
Index: mysql-5.0.84.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -p -w -b -B -u -u -r1.3 -r1.4
--- mysql-5.0.84.ebuild 5 Oct 2009 00:57:36 -0000 1.3
+++ mysql-5.0.84.ebuild 10 Oct 2009 23:31:28 -0000 1.4
@@ -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.3 2009/10/05 00:57:36 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84.ebuild,v 1.4 2009/10/10 23:31:28 robbat2 Exp $
MY_EXTRAS_VER="20090904-0939Z"
EAPI=2
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''
-DEPEND=">=sys-devel/gcc-4"
+DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
RDEPEND=""
# Please do not add a naive src_unpack to this ebuild
1.493 dev-db/mysql/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.493&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.493&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.492&r2=1.493
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.492
retrieving revision 1.493
diff -p -w -b -B -u -u -r1.492 -r1.493
--- ChangeLog 5 Oct 2009 00:52:57 -0000 1.492
+++ ChangeLog 10 Oct 2009 23:31:28 -0000 1.493
@@ -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.492 2009/10/05 00:52:57 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.493 2009/10/10 23:31:28 robbat2 Exp $
+
+ 10 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 again, prefix needs gcc-apple too.
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:
1.5 dev-db/mysql/mysql-5.0.84-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild?r1=1.4&r2=1.5
Index: mysql-5.0.84-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -p -w -b -B -u -u -r1.4 -r1.5
--- mysql-5.0.84-r1.ebuild 5 Oct 2009 00:57:36 -0000 1.4
+++ mysql-5.0.84-r1.ebuild 10 Oct 2009 23:31:28 -0000 1.5
@@ -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.4 2009/10/05 00:57:36 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.84-r1.ebuild,v 1.5 2009/10/10 23:31:28 robbat2 Exp $
MY_EXTRAS_VER="20090908-1245Z"
EAPI=2
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
EPATCH_EXCLUDE=''
-DEPEND=">=sys-devel/gcc-4"
+DEPEND="|| ( >=sys-devel/gcc-4 >=sys-devel/gcc-apple-4 )"
RDEPEND=""
# Please do not add a naive src_unpack to this ebuild
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-10 23:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-05 0:52 [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.0.83.ebuild mysql-5.0.84.ebuild ChangeLog mysql-5.0.84-r1.ebuild Robin H. Johnson (robbat2)
-- strict thread matches above, loose matches on Subject: below --
2009-10-10 23:31 Robin H. Johnson (robbat2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox