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 1QMuc4-0003zT-Tx for garchives@archives.gentoo.org; Thu, 19 May 2011 04:13:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62EEC1C088; Thu, 19 May 2011 04:13:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 219191C088 for ; Thu, 19 May 2011 04:13:21 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3D311B4015 for ; Thu, 19 May 2011 04:13:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2222D80508 for ; Thu, 19 May 2011 04:13:20 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: Subject: [gentoo-commits] proj/mysql:master commit in: eclass/ X-VCS-Repository: proj/mysql X-VCS-Files: eclass/mysql-v2.eclass eclass/mysql.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: f563066ba5f699b66bfe5c7556a95c6d7bed9bba Date: Thu, 19 May 2011 04:13: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: X-Archives-Hash: 75803f8b9c9ddcef4fd7640da07bdb81 commit: f563066ba5f699b66bfe5c7556a95c6d7bed9bba Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) ge= ntoo org> AuthorDate: Thu May 19 04:07:39 2011 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org= > CommitDate: Thu May 19 04:07:39 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mysql.git;a=3D= commit;h=3Df563066b Really move to git-2 eclass on mysql-v2 and also do the same for mysql ec= lasses. --- eclass/mysql-v2.eclass | 4 ++-- eclass/mysql.eclass | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 6ddb13a..0ba74a7 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -42,7 +42,7 @@ MYSQL_EXTRAS=3D"" =20 # @ECLASS-VARIABLE: MYSQL_EXTRAS_VER # @DESCRIPTION: The version of the MYSQL_EXTRAS repo to use to build mys= ql -[[ "${MY_EXTRAS_VER}" =3D=3D "live" ]] && MYSQL_EXTRAS=3D"git" +[[ "${MY_EXTRAS_VER}" =3D=3D "live" ]] && MYSQL_EXTRAS=3D"git-2" =20 inherit eutils flag-o-matic gnuconfig ${MYSQL_EXTRAS} ${BUILD_INHERIT} m= ysql_fx versionator toolchain-funcs =20 @@ -444,7 +444,7 @@ mysql-v2_src_unpack() { =20 unpack ${A} # Grab the patches - [[ "${MY_EXTRAS_VER}" =3D=3D "live" ]] && S=3D"${WORKDIR}/mysql-extras"= git_src_unpack + [[ "${MY_EXTRAS_VER}" =3D=3D "live" ]] && S=3D"${WORKDIR}/mysql-extras"= git-2_src_unpack =20 mv -f "${WORKDIR}/${MY_SOURCEDIR}" "${S}" } diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 1c712fe..8dd87f7 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -28,7 +28,7 @@ S=3D"${WORKDIR}/mysql" if [[ "${MY_EXTRAS_VER}" =3D=3D "live" ]]; then EGIT_PROJECT=3Dmysql-extras EGIT_REPO_URI=3D"git://git.overlays.gentoo.org/proj/mysql-extras.git" - inherit git + inherit git-2 fi =20 case "${EAPI:-0}" in