public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.1.52-r1.ebuild mysql-5.0.91.ebuild mysql-5.1.52.ebuild mysql-5.1.51.ebuild mysql-5.0.96.ebuild ChangeLog mysql-5.0.92.ebuild mysql-5.1.53.ebuild
@ 2012-04-13 18:00 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2012-04-13 18:00 UTC (permalink / raw
  To: gentoo-commits

ulm         12/04/13 18:00:05

  Modified:             mysql-5.1.52-r1.ebuild mysql-5.0.91.ebuild
                        mysql-5.1.52.ebuild mysql-5.1.51.ebuild
                        mysql-5.0.96.ebuild ChangeLog mysql-5.0.92.ebuild
                        mysql-5.1.53.ebuild
  Log:
  Move EAPI assignment to top of ebuild, bug 411875.
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-db/mysql/mysql-5.1.52-r1.ebuild

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

Index: mysql-5.1.52-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.52-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mysql-5.1.52-r1.ebuild	8 Jan 2012 23:40:20 -0000	1.2
+++ mysql-5.1.52-r1.ebuild	13 Apr 2012 18:00:05 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.52-r1.ebuild,v 1.2 2012/01/08 23:40:20 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.52-r1.ebuild,v 1.3 2012/04/13 18:00:05 ulm Exp $
 
-MY_EXTRAS_VER="20101128-2122Z"
 EAPI="4"
+MY_EXTRAS_VER="20101128-2122Z"
 
 # PBXT
 PBXT_VERSION='1.0.11-6-pre-ga'



1.9                  dev-db/mysql/mysql-5.0.91.ebuild

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

Index: mysql-5.0.91.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.91.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mysql-5.0.91.ebuild	9 Jan 2012 02:22:40 -0000	1.8
+++ mysql-5.0.91.ebuild	13 Apr 2012 18:00:05 -0000	1.9
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.91.ebuild,v 1.8 2012/01/09 02:22:40 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.91.ebuild,v 1.9 2012/04/13 18:00:05 ulm Exp $
 
-MY_EXTRAS_VER="20100809-0452Z"
 EAPI=2
+MY_EXTRAS_VER="20100809-0452Z"
 # 5.0.91 tarball has wrong version number in the directory.
 #MY_SOURCEDIR='mysql-5.0.90'
 



1.4                  dev-db/mysql/mysql-5.1.52.ebuild

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

Index: mysql-5.1.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.52.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mysql-5.1.52.ebuild	8 Jan 2012 23:40:20 -0000	1.3
+++ mysql-5.1.52.ebuild	13 Apr 2012 18:00:05 -0000	1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.52.ebuild,v 1.3 2012/01/08 23:40:20 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.52.ebuild,v 1.4 2012/04/13 18:00:05 ulm Exp $
 
-MY_EXTRAS_VER="20101104-1842Z"
 EAPI="4"
+MY_EXTRAS_VER="20101104-1842Z"
 
 # PBXT
 PBXT_VERSION='1.0.11-6-pre-ga'



1.11                 dev-db/mysql/mysql-5.1.51.ebuild

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

Index: mysql-5.1.51.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mysql-5.1.51.ebuild	8 Jan 2012 23:40:20 -0000	1.10
+++ mysql-5.1.51.ebuild	13 Apr 2012 18:00:05 -0000	1.11
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild,v 1.10 2012/01/08 23:40:20 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.51.ebuild,v 1.11 2012/04/13 18:00:05 ulm Exp $
 
-MY_EXTRAS_VER="20101006-0004Z"
 EAPI="4"
+MY_EXTRAS_VER="20101006-0004Z"
 
 # PBXT
 PBXT_VERSION='1.0.11-6-pre-ga'



1.3                  dev-db/mysql/mysql-5.0.96.ebuild

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

Index: mysql-5.0.96.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.96.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mysql-5.0.96.ebuild	2 Apr 2012 00:42:50 -0000	1.2
+++ mysql-5.0.96.ebuild	13 Apr 2012 18:00:05 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.96.ebuild,v 1.2 2012/04/02 00:42:50 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.96.ebuild,v 1.3 2012/04/13 18:00:05 ulm Exp $
 
-MY_EXTRAS_VER="20120401-2131Z"
 EAPI="4"
+MY_EXTRAS_VER="20120401-2131Z"
 
 inherit toolchain-funcs mysql
 # only to make repoman happy. it is really set in the eclass



1.610                dev-db/mysql/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.610&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.610&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.609&r2=1.610

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
retrieving revision 1.609
retrieving revision 1.610
diff -u -r1.609 -r1.610
--- ChangeLog	2 Apr 2012 00:42:50 -0000	1.609
+++ ChangeLog	13 Apr 2012 18:00:05 -0000	1.610
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/mysql
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.609 2012/04/02 00:42:50 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.610 2012/04/13 18:00:05 ulm Exp $
+
+  13 Apr 2012; Ulrich Müller <ulm@gentoo.org> mysql-5.0.91.ebuild,
+  mysql-5.0.92.ebuild, mysql-5.0.96.ebuild, mysql-5.1.51.ebuild,
+  mysql-5.1.52.ebuild, mysql-5.1.52-r1.ebuild, mysql-5.1.53.ebuild:
+  Move EAPI assignment to top of ebuild, bug 411875.
 
   02 Apr 2012; Robin H. Johnson <robbat2@gentoo.org> mysql-5.0.96.ebuild:
   Cleanup whitespace.



1.3                  dev-db/mysql/mysql-5.0.92.ebuild

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

Index: mysql-5.0.92.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.92.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mysql-5.0.92.ebuild	8 Jan 2012 23:40:20 -0000	1.2
+++ mysql-5.0.92.ebuild	13 Apr 2012 18:00:05 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.92.ebuild,v 1.2 2012/01/08 23:40:20 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.0.92.ebuild,v 1.3 2012/04/13 18:00:05 ulm Exp $
 
-MY_EXTRAS_VER="20110713-0702Z"
 EAPI="4"
+MY_EXTRAS_VER="20110713-0702Z"
 
 inherit toolchain-funcs mysql
 # only to make repoman happy. it is really set in the eclass



1.4                  dev-db/mysql/mysql-5.1.53.ebuild

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

Index: mysql-5.1.53.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.53.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mysql-5.1.53.ebuild	8 Jan 2012 23:40:20 -0000	1.3
+++ mysql-5.1.53.ebuild	13 Apr 2012 18:00:05 -0000	1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.53.ebuild,v 1.3 2012/01/08 23:40:20 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.53.ebuild,v 1.4 2012/04/13 18:00:05 ulm Exp $
 
-MY_EXTRAS_VER="20101128-2122Z"
 EAPI="4"
+MY_EXTRAS_VER="20101128-2122Z"
 
 # PBXT
 PBXT_VERSION='1.0.11-6-pre-ga'






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-13 18:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-13 18:00 [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.1.52-r1.ebuild mysql-5.0.91.ebuild mysql-5.1.52.ebuild mysql-5.1.51.ebuild mysql-5.0.96.ebuild ChangeLog mysql-5.0.92.ebuild mysql-5.1.53.ebuild Ulrich Mueller (ulm)

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