Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.4.ebuild ChangeLog mysql-5.5.ebuild mysql-5.1.ebuild
Date: Tue, 02 Feb 2010 22:06:15
Message-Id: E1NcQsu-0007E4-S1@stork.gentoo.org
1 robbat2 10/02/02 22:06:12
2
3 Modified: ChangeLog mysql-5.1.ebuild
4 Added: mysql-5.4.ebuild mysql-5.5.ebuild
5 Log:
6 Add virtuals for new mysql versions.
7 (Portage version: 2.2_rc61/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 virtual/mysql/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mysql/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mysql/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mysql/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -p -w -b -B -u -u -r1.11 -r1.12
22 --- ChangeLog 11 Jan 2010 11:07:53 -0000 1.11
23 +++ ChangeLog 2 Feb 2010 22:06:11 -0000 1.12
24 @@ -1,6 +1,13 @@
25 # ChangeLog for virtual/mysql
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.11 2010/01/11 11:07:53 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.12 2010/02/02 22:06:11 robbat2 Exp $
29 +
30 +*mysql-5.5 (02 Feb 2010)
31 +*mysql-5.4 (02 Feb 2010)
32 +
33 + 02 Feb 2010; Robin H. Johnson <robbat2@g.o> mysql-5.1.ebuild,
34 + +mysql-5.4.ebuild, +mysql-5.5.ebuild:
35 + Add virtuals for new mysql versions.
36
37 11 Jan 2010; Ulrich Mueller <ulm@g.o> mysql-4.0.ebuild,
38 mysql-4.1.ebuild, mysql-5.0.ebuild, mysql-5.1.ebuild:
39
40
41
42 1.6 virtual/mysql/mysql-5.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mysql/mysql-5.1.ebuild?rev=1.6&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mysql/mysql-5.1.ebuild?rev=1.6&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mysql/mysql-5.1.ebuild?r1=1.5&r2=1.6
47
48 Index: mysql-5.1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v
51 retrieving revision 1.5
52 retrieving revision 1.6
53 diff -p -w -b -B -u -u -r1.5 -r1.6
54 --- mysql-5.1.ebuild 11 Jan 2010 11:07:53 -0000 1.5
55 +++ mysql-5.1.ebuild 2 Feb 2010 22:06:11 -0000 1.6
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v 1.5 2010/01/11 11:07:53 ulm Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.1.ebuild,v 1.6 2010/02/02 22:06:11 robbat2 Exp $
61
62 DESCRIPTION="Virtual for MySQL client or database"
63 HOMEPAGE=""
64 @@ -12,6 +12,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64
65 IUSE=""
66
67 DEPEND=""
68 +# TODO: add Drizzle and MariaDB here
69 RDEPEND="|| (
70 =dev-db/mysql-${PV}*
71 =dev-db/mysql-community-${PV}*
72
73
74
75 1.1 virtual/mysql/mysql-5.4.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mysql/mysql-5.4.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mysql/mysql-5.4.ebuild?rev=1.1&content-type=text/plain
79
80 Index: mysql-5.4.ebuild
81 ===================================================================
82 # Copyright 1999-2010 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.4.ebuild,v 1.1 2010/02/02 22:06:11 robbat2 Exp $
85
86 DESCRIPTION="Virtual for MySQL client or database"
87 HOMEPAGE=""
88 SRC_URI=""
89
90 LICENSE=""
91 SLOT="0"
92 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
93 IUSE=""
94
95 DEPEND=""
96 # TODO: add Drizzle and MariaDB here
97 RDEPEND="|| (
98 =dev-db/mysql-${PV}*
99 )"
100
101
102
103 1.1 virtual/mysql/mysql-5.5.ebuild
104
105 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mysql/mysql-5.5.ebuild?rev=1.1&view=markup
106 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mysql/mysql-5.5.ebuild?rev=1.1&content-type=text/plain
107
108 Index: mysql-5.5.ebuild
109 ===================================================================
110 # Copyright 1999-2010 Gentoo Foundation
111 # Distributed under the terms of the GNU General Public License v2
112 # $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.1 2010/02/02 22:06:11 robbat2 Exp $
113
114 DESCRIPTION="Virtual for MySQL client or database"
115 HOMEPAGE=""
116 SRC_URI=""
117
118 LICENSE=""
119 SLOT="0"
120 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
121 IUSE=""
122
123 DEPEND=""
124 # TODO: add Drizzle and MariaDB here
125 RDEPEND="|| (
126 =dev-db/mysql-${PV}*
127 )"