Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.3.ebuild ChangeLog mysql-5.2.ebuild mysql-5.4.ebuild
Date: Thu, 28 Jul 2011 11:45:22
Message-Id: 20110728114507.9D8812004B@flycatcher.gentoo.org
1 jmbsvicetto 11/07/28 11:45:07
2
3 Modified: ChangeLog
4 Added: mysql-5.3.ebuild mysql-5.2.ebuild
5 Removed: mysql-5.4.ebuild
6 Log:
7 [virtual/mysql] Added missing virtual for 5.2 from the overlay.
8 Added virtual for 5.3 now that mariadb has a first beta 5.3.0 release.
9 Dropped virtual for 5.4 as all mysql-5.4 ebuilds were dropped from the tree.
10
11 (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.29 virtual/mysql/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.29&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.29&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.28&r2=1.29
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
23 retrieving revision 1.28
24 retrieving revision 1.29
25 diff -u -r1.28 -r1.29
26 --- ChangeLog 20 Apr 2011 12:26:25 -0000 1.28
27 +++ ChangeLog 28 Jul 2011 11:45:07 -0000 1.29
28 @@ -1,6 +1,15 @@
29 # ChangeLog for virtual/mysql
30 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.28 2011/04/20 12:26:25 jmbsvicetto Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.29 2011/07/28 11:45:07 jmbsvicetto Exp $
33 +
34 +*mysql-5.3 (28 Jul 2011)
35 +*mysql-5.2 (28 Jul 2011)
36 +
37 + 28 Jul 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
38 + +mysql-5.2.ebuild, +mysql-5.3.ebuild, -mysql-5.4.ebuild:
39 + [virtual/mysql] Added missing virtual for 5.2 from the overlay.
40 + Added virtual for 5.3 now that mariadb has a first beta 5.3.0 release.
41 + Dropped virtual for 5.4 as all mysql-5.4 ebuilds were dropped from the tree.
42
43 20 Apr 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
44 mysql-5.1.ebuild, mysql-5.5.ebuild:
45
46
47
48 1.1 virtual/mysql/mysql-5.3.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.3.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.3.ebuild?rev=1.1&content-type=text/plain
52
53 Index: mysql-5.3.ebuild
54 ===================================================================
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.3.ebuild,v 1.1 2011/07/28 11:45:07 jmbsvicetto Exp $
58
59 EAPI="2"
60
61 DESCRIPTION="Virtual for MySQL client or database"
62 HOMEPAGE=""
63 SRC_URI=""
64
65 LICENSE=""
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-solaris"
68 IUSE="embedded minimal static"
69
70 DEPEND=""
71 RDEPEND="|| (
72 =dev-db/mariadb-${PV}*[embedded=,minimal=,static=]
73 )"
74
75
76
77 1.1 virtual/mysql/mysql-5.2.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.2.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.2.ebuild?rev=1.1&content-type=text/plain
81
82 Index: mysql-5.2.ebuild
83 ===================================================================
84 # Copyright 1999-2011 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.2.ebuild,v 1.1 2011/07/28 11:45:07 jmbsvicetto Exp $
87
88 EAPI="2"
89
90 DESCRIPTION="Virtual for MySQL client or database"
91 HOMEPAGE=""
92 SRC_URI=""
93
94 LICENSE=""
95 SLOT="0"
96 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-macos ~x86-solaris"
97 IUSE="embedded minimal static"
98
99 DEPEND=""
100 RDEPEND="|| (
101 =dev-db/mariadb-${PV}*[embedded=,minimal=,static=]
102 )"