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 1SFtUr-00033N-P7 for garchives@archives.gentoo.org; Thu, 05 Apr 2012 20:41:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16BAFE0C71; Thu, 5 Apr 2012 20:41:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D55D5E0C71 for ; Thu, 5 Apr 2012 20:41:21 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 446EE1B4044 for ; Thu, 5 Apr 2012 20:41:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 07FA0E5403 for ; Thu, 5 Apr 2012 20:41:20 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1333357460.68edbb87a52a8667cbcd20ad9021b34c3bf7682d.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-v2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 68edbb87a52a8667cbcd20ad9021b34c3bf7682d X-VCS-Branch: master Date: Thu, 5 Apr 2012 20:41:20 +0000 (UTC) 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: 310cb170-2dc5-450e-8d5c-04a6606bdf49 X-Archives-Hash: a5da33e10b95f87498fd6fa7ef7264bf commit: 68edbb87a52a8667cbcd20ad9021b34c3bf7682d Author: Robin H. Johnson gentoo org> AuthorDate: Mon Apr 2 09:04:20 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Apr 2 09:04:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3D68edbb87 Support MY_PV for MariaDB. --- eclass/mysql-v2.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 9948a78..9a4f5c5 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -116,7 +116,7 @@ mysql_version_is_at_least "5.1.50" || die "This eclas= s should only be used with if [ -z "${SERVER_URI}" ]; then [ -z "${MY_PV}" ] && MY_PV=3D"${PV//_/-}" if [ "${PN}" =3D=3D "mariadb" ]; then - MARIA_FULL_PV=3D"$(replace_version_separator 3 '-' ${PV})" + MARIA_FULL_PV=3D"$(replace_version_separator 3 '-' ${MY_PV})" MARIA_FULL_P=3D"${PN}-${MARIA_FULL_PV}" SERVER_URI=3D" http://ftp.osuosl.org/pub/mariadb/${MARIA_FULL_P}/kvm-tarbake-jaunty-x= 86/${MARIA_FULL_P}.tar.gz