| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.3 2011/07/20 17:17:34 jmbsvicetto Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.4 2011/07/21 05:57:22 jmbsvicetto Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: mysql-v2.eclass |
5 | # @ECLASS: mysql-v2.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Maintainers: |
7 | # Maintainers: |
| 8 | # - MySQL Team <mysql-bugs@gentoo.org> |
8 | # - MySQL Team <mysql-bugs@gentoo.org> |
| … | |
… | |
| 175 | # Gentoo patches to MySQL |
175 | # Gentoo patches to MySQL |
| 176 | [[ ${MY_EXTRAS_VER} != live ]] \ |
176 | [[ ${MY_EXTRAS_VER} != live ]] \ |
| 177 | && SRC_URI="${SRC_URI} |
177 | && SRC_URI="${SRC_URI} |
| 178 | mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 |
178 | mirror://gentoo/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 |
| 179 | http://g3nt8.org/patches/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 |
179 | http://g3nt8.org/patches/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 |
| 180 | http://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2" |
180 | http://dev.gentoo.org/~robbat2/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2 |
|
|
181 | http://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-${MY_EXTRAS_VER}.tar.bz2" |
| 181 | |
182 | |
| 182 | DESCRIPTION="A fast, multi-threaded, multi-user SQL database server." |
183 | DESCRIPTION="A fast, multi-threaded, multi-user SQL database server." |
| 183 | HOMEPAGE="http://www.mysql.com/" |
184 | HOMEPAGE="http://www.mysql.com/" |
| 184 | if [[ "${PN}" == "mariadb" ]]; then |
185 | if [[ "${PN}" == "mariadb" ]]; then |
| 185 | HOMEPAGE="http://mariadb.org/" |
186 | HOMEPAGE="http://mariadb.org/" |