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 eclass: mysql.eclass
Date: Wed, 24 Mar 2010 20:37:56
Message-Id: E1NuXKs-0004su-Ls@stork.gentoo.org
1 robbat2 10/03/24 20:37:54
2
3 Modified: mysql.eclass
4 Log:
5 Bug #303555: mysql-community users should switch to dev-db/mysql properly.
6
7 Revision Changes Path
8 1.142 eclass/mysql.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.142&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?rev=1.142&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclass?r1=1.141&r2=1.142
13
14 Index: mysql.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v
17 retrieving revision 1.141
18 retrieving revision 1.142
19 diff -p -w -b -B -u -u -r1.141 -r1.142
20 --- mysql.eclass 24 Mar 2010 03:45:56 -0000 1.141
21 +++ mysql.eclass 24 Mar 2010 20:37:54 -0000 1.142
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.141 2010/03/24 03:45:56 robbat2 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.142 2010/03/24 20:37:54 robbat2 Exp $
27
28 # @ECLASS: mysql.eclass
29 # @MAINTAINER:
30 @@ -180,6 +180,9 @@ if [[ "${PN}" == "mariadb" ]]; then
31 HOMEPAGE="http://askmonty.org/"
32 DESCRIPTION="MariaDB is a MySQL fork with 3rd-party patches and additional storage engines merged."
33 fi
34 +if [[ "${PN}" == "mysql-community" ]]; then
35 + DESCRIPTION="${DESCRIPTION} (obsolete, move to dev-db/mysql)"
36 +fi
37 LICENSE="GPL-2"
38 SLOT="0"
39 IUSE="big-tables debug embedded minimal ${IUSE_DEFAULT_ON}perl selinux ssl static test"