From bd3f0eb9f438c76ab98a0c0faf86dedea11805ac Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 24 Mar 2010 20:37:54 +0000 Subject: Bug #303555: mysql-community users should switch to dev-db/mysql properly. --- eclass/mysql.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eclass') 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" -- cgit v1.2.3-65-gdbad