summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-03-24 20:37:54 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-03-24 20:37:54 +0000
commit58992328fc756c9533850c57a6b14947d4f0eb76 (patch)
tree515cb128d2e168364236513e6eeb9372c39177a5 /eclass
parentBlock the other fork of mod_auth_mysql. (diff)
downloadhistorical-58992328fc756c9533850c57a6b14947d4f0eb76.tar.gz
historical-58992328fc756c9533850c57a6b14947d4f0eb76.tar.bz2
historical-58992328fc756c9533850c57a6b14947d4f0eb76.zip
Bug #303555: mysql-community users should switch to dev-db/mysql properly.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mysql.eclass5
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"