Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: eclass/
Date: Thu, 05 Apr 2012 20:41:33
Message-Id: 1333357460.68edbb87a52a8667cbcd20ad9021b34c3bf7682d.robbat2@gentoo
1 commit: 68edbb87a52a8667cbcd20ad9021b34c3bf7682d
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 09:04:20 2012 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 09:04:20 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=68edbb87
7
8 Support MY_PV for MariaDB.
9
10 ---
11 eclass/mysql-v2.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
15 index 9948a78..9a4f5c5 100644
16 --- a/eclass/mysql-v2.eclass
17 +++ b/eclass/mysql-v2.eclass
18 @@ -116,7 +116,7 @@ mysql_version_is_at_least "5.1.50" || die "This eclass should only be used with
19 if [ -z "${SERVER_URI}" ]; then
20 [ -z "${MY_PV}" ] && MY_PV="${PV//_/-}"
21 if [ "${PN}" == "mariadb" ]; then
22 - MARIA_FULL_PV="$(replace_version_separator 3 '-' ${PV})"
23 + MARIA_FULL_PV="$(replace_version_separator 3 '-' ${MY_PV})"
24 MARIA_FULL_P="${PN}-${MARIA_FULL_PV}"
25 SERVER_URI="
26 http://ftp.osuosl.org/pub/mariadb/${MARIA_FULL_P}/kvm-tarbake-jaunty-x86/${MARIA_FULL_P}.tar.gz