public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [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
Date: Fri, 13 Apr 2012 18:00:05 +0000 (UTC)	[thread overview]
Message-ID: <20120413180005.557812004B@flycatcher.gentoo.org> (raw)

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'






                 reply	other threads:[~2012-04-13 18:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120413180005.557812004B@flycatcher.gentoo.org \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox