From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NuXKu-0001Qa-Dz for garchives@archives.gentoo.org; Wed, 24 Mar 2010 20:37:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E67A3E0BD8; Wed, 24 Mar 2010 20:37:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C548BE0BD8 for ; Wed, 24 Mar 2010 20:37:55 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7AC821B40A1 for ; Wed, 24 Mar 2010 20:37:55 +0000 (UTC) Received: from robbat2 by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NuXKs-0004su-Ls for gentoo-commits@lists.gentoo.org; Wed, 24 Mar 2010 20:37:54 +0000 From: "Robin H. Johnson (robbat2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, robbat2@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: mysql.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: mysql.eclass X-VCS-Directories: eclass X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Message-Id: Sender: "Robin H. Johnson" Date: Wed, 24 Mar 2010 20:37:54 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d6e7778e-a46f-4c68-bc36-d49ef4dd7804 X-Archives-Hash: 64f2dac4986c7e258f8e2adaca6fce2e robbat2 10/03/24 20:37:54 Modified: mysql.eclass Log: Bug #303555: mysql-community users should switch to dev-db/mysql proper= ly. Revision Changes Path 1.142 eclass/mysql.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?rev=3D1.142&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?rev=3D1.142&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mysql.eclas= s?r1=3D1.141&r2=3D1.142 Index: mysql.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v retrieving revision 1.141 retrieving revision 1.142 diff -p -w -b -B -u -u -r1.141 -r1.142 --- mysql.eclass 24 Mar 2010 03:45:56 -0000 1.141 +++ mysql.eclass 24 Mar 2010 20:37:54 -0000 1.142 @@ -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/2= 4 03:45:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.142 2010/03/2= 4 20:37:54 robbat2 Exp $ =20 # @ECLASS: mysql.eclass # @MAINTAINER: @@ -180,6 +180,9 @@ if [[ "${PN}" =3D=3D "mariadb" ]]; then HOMEPAGE=3D"http://askmonty.org/" DESCRIPTION=3D"MariaDB is a MySQL fork with 3rd-party patches and addit= ional storage engines merged." fi +if [[ "${PN}" =3D=3D "mysql-community" ]]; then + DESCRIPTION=3D"${DESCRIPTION} (obsolete, move to dev-db/mysql)" +fi LICENSE=3D"GPL-2" SLOT=3D"0" IUSE=3D"big-tables debug embedded minimal ${IUSE_DEFAULT_ON}perl selinux= ssl static test"