public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6-r2.ebuild ChangeLog
@ 2014-08-31 21:44 Brian Evans (grknight)
  0 siblings, 0 replies; 9+ messages in thread
From: Brian Evans (grknight) @ 2014-08-31 21:44 UTC (permalink / raw
  To: gentoo-commits

grknight    14/08/31 21:44:50

  Modified:             ChangeLog
  Added:                mysql-5.6-r2.ebuild
  Log:
  Revision bump for 5.6 to support multilib
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)

Revision  Changes    Path
1.47                 virtual/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	14 Aug 2014 14:26:59 -0000	1.46
+++ ChangeLog	31 Aug 2014 21:44:50 -0000	1.47
@@ -1,6 +1,11 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.46 2014/08/14 14:26:59 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.47 2014/08/31 21:44:50 grknight Exp $
+
+*mysql-5.6-r2 (31 Aug 2014)
+
+  31 Aug 2014; Brian Evans <grknight@gentoo.org> +mysql-5.6-r2.ebuild:
+  Revision bump for 5.6 to support multilib
 
 *mysql-5.6-r1 (14 Aug 2014)
 



1.1                  virtual/mysql/mysql-5.6-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.1&content-type=text/plain

Index: mysql-5.6-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v 1.1 2014/08/31 21:44:50 grknight Exp $

EAPI="5"

inherit multilib-build

DESCRIPTION="Virtual for MySQL client or database"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="0/18"
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-10.0*[embedded=,minimal=,static=,static-libs=,${MULTILIB_USEDEP}]
	=dev-db/mysql-${PV}*[embedded=,minimal=,static=,static-libs=,${MULTILIB_USEDEP}]
	=dev-db/percona-server-${PV}*[embedded=,minimal=,static=,static-libs=,${MULTILIB_USEDEP}]
	=dev-db/mariadb-galera-10.0*[embedded=,minimal=,static=,static-libs=,${MULTILIB_USEDEP}]
	=dev-db/mysql-cluster-7.3*[embedded=,minimal=,static=,static-libs=,${MULTILIB_USEDEP}]
)"





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6-r2.ebuild ChangeLog
@ 2015-01-17 12:31 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2015-01-17 12:31 UTC (permalink / raw
  To: gentoo-commits

jer         15/01/17 12:31:29

  Modified:             mysql-5.6-r2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #525296).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  virtual/mysql/mysql-5.6-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?r1=1.1&r2=1.2

Index: mysql-5.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysql-5.6-r2.ebuild	31 Aug 2014 21:44:50 -0000	1.1
+++ mysql-5.6-r2.ebuild	17 Jan 2015 12:31:29 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.6-r2.ebuild,v 1.1 2014/08/31 21:44:50 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v 1.2 2015/01/17 12:31:29 jer Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE=""
 SLOT="0/18"
-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"
+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=""



1.52                 virtual/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	7 Jan 2015 13:56:23 -0000	1.51
+++ ChangeLog	17 Jan 2015 12:31:29 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.51 2015/01/07 13:56:23 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.52 2015/01/17 12:31:29 jer Exp $
+
+  17 Jan 2015; Jeroen Roovers <jer@gentoo.org> mysql-5.6-r2.ebuild:
+  Stable for HPPA (bug #525296).
 
   07 Jan 2015; Brian Evans <grknight@gentoo.org> -mysql-5.1.ebuild:
   Drop 5.1 series; Will live on in the mysql overlay





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6-r2.ebuild ChangeLog
@ 2015-01-24 17:06 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-01-24 17:06 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/01/24 17:06:25

  Modified:             mysql-5.6-r2.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.4                  virtual/mysql/mysql-5.6-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?r1=1.3&r2=1.4

Index: mysql-5.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mysql-5.6-r2.ebuild	22 Jan 2015 18:27:29 -0000	1.3
+++ mysql-5.6-r2.ebuild	24 Jan 2015 17:06:24 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.6-r2.ebuild,v 1.3 2015/01/22 18:27:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v 1.4 2015/01/24 17:06:24 zlogene Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE=""
 SLOT="0/18"
-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"
+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=""



1.54                 virtual/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	22 Jan 2015 18:27:29 -0000	1.53
+++ ChangeLog	24 Jan 2015 17:06:24 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.53 2015/01/22 18:27:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.54 2015/01/24 17:06:24 zlogene Exp $
+
+  24 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> mysql-5.6-r2.ebuild:
+  amd64 stable wrt bug #525296
 
   22 Jan 2015; Markus Meier <maekke@gentoo.org> mysql-5.6-r2.ebuild:
   arm stable, bug #525296





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6-r2.ebuild ChangeLog
@ 2015-01-24 20:42 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-24 20:42 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/24 20:42:26

  Modified:             mysql-5.6-r2.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  virtual/mysql/mysql-5.6-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?r1=1.4&r2=1.5

Index: mysql-5.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mysql-5.6-r2.ebuild	24 Jan 2015 17:06:24 -0000	1.4
+++ mysql-5.6-r2.ebuild	24 Jan 2015 20:42:26 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.6-r2.ebuild,v 1.4 2015/01/24 17:06:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v 1.5 2015/01/24 20:42:26 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE=""
 SLOT="0/18"
-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"
+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=""



1.55                 virtual/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	24 Jan 2015 17:06:24 -0000	1.54
+++ ChangeLog	24 Jan 2015 20:42:26 -0000	1.55
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.54 2015/01/24 17:06:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.55 2015/01/24 20:42:26 ago Exp $
+
+  24 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6-r2.ebuild:
+  Stable for ppc64, wrt bug #525296
 
   24 Jan 2015; Mikle Kolyada <zlogene@gentoo.org> mysql-5.6-r2.ebuild:
   amd64 stable wrt bug #525296





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6-r2.ebuild ChangeLog
@ 2015-01-24 20:43 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-24 20:43 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/24 20:43:11

  Modified:             mysql-5.6-r2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  virtual/mysql/mysql-5.6-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?r1=1.5&r2=1.6

Index: mysql-5.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mysql-5.6-r2.ebuild	24 Jan 2015 20:42:26 -0000	1.5
+++ mysql-5.6-r2.ebuild	24 Jan 2015 20:43:11 -0000	1.6
@@ -1,6 +1,6 @@
 # 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.6-r2.ebuild,v 1.5 2015/01/24 20:42:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v 1.6 2015/01/24 20:43:11 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE=""
 SLOT="0/18"
-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"
+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=""



1.56                 virtual/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	24 Jan 2015 20:42:26 -0000	1.55
+++ ChangeLog	24 Jan 2015 20:43:11 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.55 2015/01/24 20:42:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.56 2015/01/24 20:43:11 ago Exp $
+
+  24 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6-r2.ebuild:
+  Stable for ppc, wrt bug #525296
 
   24 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6-r2.ebuild:
   Stable for ppc64, wrt bug #525296





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6-r2.ebuild ChangeLog
@ 2015-01-25 10:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-25 10:18 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/25 10:18:29

  Modified:             mysql-5.6-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  virtual/mysql/mysql-5.6-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?r1=1.6&r2=1.7

Index: mysql-5.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mysql-5.6-r2.ebuild	24 Jan 2015 20:43:11 -0000	1.6
+++ mysql-5.6-r2.ebuild	25 Jan 2015 10:18:29 -0000	1.7
@@ -1,6 +1,6 @@
 # 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.6-r2.ebuild,v 1.6 2015/01/24 20:43:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v 1.7 2015/01/25 10:18:29 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE=""
 SLOT="0/18"
-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"
+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=""



1.57                 virtual/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	24 Jan 2015 20:43:11 -0000	1.56
+++ ChangeLog	25 Jan 2015 10:18:29 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.56 2015/01/24 20:43:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.57 2015/01/25 10:18:29 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6-r2.ebuild:
+  Stable for x86, wrt bug #525296
 
   24 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6-r2.ebuild:
   Stable for ppc, wrt bug #525296





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6-r2.ebuild ChangeLog
@ 2015-01-25 10:19 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-25 10:19 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/25 10:19:04

  Modified:             mysql-5.6-r2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  virtual/mysql/mysql-5.6-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?r1=1.7&r2=1.8

Index: mysql-5.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mysql-5.6-r2.ebuild	25 Jan 2015 10:18:29 -0000	1.7
+++ mysql-5.6-r2.ebuild	25 Jan 2015 10:19:04 -0000	1.8
@@ -1,6 +1,6 @@
 # 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.6-r2.ebuild,v 1.7 2015/01/25 10:18:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v 1.8 2015/01/25 10:19:04 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE=""
 SLOT="0/18"
-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"
+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=""



1.58                 virtual/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	25 Jan 2015 10:18:29 -0000	1.57
+++ ChangeLog	25 Jan 2015 10:19:04 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.57 2015/01/25 10:18:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.58 2015/01/25 10:19:04 ago Exp $
+
+  25 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6-r2.ebuild:
+  Stable for sparc, wrt bug #525296
 
   25 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6-r2.ebuild:
   Stable for x86, wrt bug #525296





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6-r2.ebuild ChangeLog
@ 2015-02-16 10:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-16 10:27 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/16 10:27:01

  Modified:             mysql-5.6-r2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  virtual/mysql/mysql-5.6-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?r1=1.8&r2=1.9

Index: mysql-5.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mysql-5.6-r2.ebuild	25 Jan 2015 10:19:04 -0000	1.8
+++ mysql-5.6-r2.ebuild	16 Feb 2015 10:27:01 -0000	1.9
@@ -1,6 +1,6 @@
 # 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.6-r2.ebuild,v 1.8 2015/01/25 10:19:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v 1.9 2015/02/16 10:27:01 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE=""
 SLOT="0/18"
-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"
+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=""



1.59                 virtual/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	25 Jan 2015 10:19:04 -0000	1.58
+++ ChangeLog	16 Feb 2015 10:27:01 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.58 2015/01/25 10:19:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.59 2015/02/16 10:27:01 ago Exp $
+
+  16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6-r2.ebuild:
+  Stable for ia64, wrt bug #525296
 
   25 Jan 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6-r2.ebuild:
   Stable for sparc, wrt bug #525296





^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6-r2.ebuild ChangeLog
@ 2015-02-16 10:27 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-16 10:27 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/16 10:27:37

  Modified:             mysql-5.6-r2.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #525296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 virtual/mysql/mysql-5.6-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild?r1=1.9&r2=1.10

Index: mysql-5.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mysql-5.6-r2.ebuild	16 Feb 2015 10:27:01 -0000	1.9
+++ mysql-5.6-r2.ebuild	16 Feb 2015 10:27:37 -0000	1.10
@@ -1,6 +1,6 @@
 # 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.6-r2.ebuild,v 1.9 2015/02/16 10:27:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r2.ebuild,v 1.10 2015/02/16 10:27:37 ago Exp $
 
 EAPI="5"
 
@@ -12,7 +12,7 @@
 
 LICENSE=""
 SLOT="0/18"
-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"
+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=""



1.60                 virtual/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	16 Feb 2015 10:27:01 -0000	1.59
+++ ChangeLog	16 Feb 2015 10:27:37 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/mysql
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.59 2015/02/16 10:27:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.60 2015/02/16 10:27:37 ago Exp $
+
+  16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6-r2.ebuild:
+  Stable for alpha, wrt bug #525296
 
   16 Feb 2015; Agostino Sarubbo <ago@gentoo.org> mysql-5.6-r2.ebuild:
   Stable for ia64, wrt bug #525296





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-02-16 10:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-16 10:27 [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6-r2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-16 10:27 Agostino Sarubbo (ago)
2015-01-25 10:19 Agostino Sarubbo (ago)
2015-01-25 10:18 Agostino Sarubbo (ago)
2015-01-24 20:43 Agostino Sarubbo (ago)
2015-01-24 20:42 Agostino Sarubbo (ago)
2015-01-24 17:06 Mikle Kolyada (zlogene)
2015-01-17 12:31 Jeroen Roovers (jer)
2014-08-31 21:44 Brian Evans (grknight)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox