Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: virtual/mysql/
Date: Tue, 29 Jul 2014 23:03:55
Message-Id: 1406673810.600c1da8576537bc6b9eb25c54afd0f163532502.robbat2@gentoo
1 commit: 600c1da8576537bc6b9eb25c54afd0f163532502
2 Author: Robin H. Johnson <robbat2 <AT> orbis-terrarum <DOT> net>
3 AuthorDate: Tue Jul 29 22:43:30 2014 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 29 22:43:30 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=600c1da8
7
8 Bump EAPI per main tree.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 virtual/mysql/ChangeLog | 3 +++
14 virtual/mysql/mysql-5.5.ebuild | 4 ++--
15 2 files changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog
18 index 03ac553..ccfbce7 100644
19 --- a/virtual/mysql/ChangeLog
20 +++ b/virtual/mysql/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 29 Jul 2014; Robin H. Johnson <robbat2@g.o> mysql-5.5.ebuild:
26 + Bump EAPI per main tree.
27 +
28 29 Jul 2014; Robin H. Johnson <robbat2@g.o> mysql-4.0.ebuild,
29 mysql-4.1.ebuild, mysql-5.0.ebuild, mysql-5.1.ebuild:
30 Copy keywords from main tree.
31
32 diff --git a/virtual/mysql/mysql-5.5.ebuild b/virtual/mysql/mysql-5.5.ebuild
33 index c2ade9a..626bb6e 100644
34 --- a/virtual/mysql/mysql-5.5.ebuild
35 +++ b/virtual/mysql/mysql-5.5.ebuild
36 @@ -1,8 +1,8 @@
37 -# Copyright 1999-2012 Gentoo Foundation
38 +# Copyright 1999-2014 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40 # $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.5 2012/04/18 06:12:08 robbat2 Exp $
41
42 -EAPI="2"
43 +EAPI="4"
44
45 DESCRIPTION="Virtual for MySQL client or database"
46 HOMEPAGE=""