diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-24 20:37:54 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-24 20:37:54 +0000 |
commit | bd3f0eb9f438c76ab98a0c0faf86dedea11805ac (patch) | |
tree | 7beefb7033f87dc88beaf224698e3fdadf15f76b /eclass | |
parent | Block the other fork of mod_auth_mysql. (diff) | |
download | gentoo-2-bd3f0eb9f438c76ab98a0c0faf86dedea11805ac.tar.gz gentoo-2-bd3f0eb9f438c76ab98a0c0faf86dedea11805ac.tar.bz2 gentoo-2-bd3f0eb9f438c76ab98a0c0faf86dedea11805ac.zip |
Bug #303555: mysql-community users should switch to dev-db/mysql properly.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mysql.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 9ab804c28721..01b86e8a168b 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.141 2010/03/24 03:45:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.142 2010/03/24 20:37:54 robbat2 Exp $ # @ECLASS: mysql.eclass # @MAINTAINER: @@ -180,6 +180,9 @@ if [[ "${PN}" == "mariadb" ]]; then HOMEPAGE="http://askmonty.org/" DESCRIPTION="MariaDB is a MySQL fork with 3rd-party patches and additional storage engines merged." fi +if [[ "${PN}" == "mysql-community" ]]; then + DESCRIPTION="${DESCRIPTION} (obsolete, move to dev-db/mysql)" +fi LICENSE="GPL-2" SLOT="0" IUSE="big-tables debug embedded minimal ${IUSE_DEFAULT_ON}perl selinux ssl static test" |