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 1R7vSb-0008El-U1 for garchives@archives.gentoo.org; Sun, 25 Sep 2011 20:38:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 265F321C075; Sun, 25 Sep 2011 20:37:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EE0DC21C075 for ; Sun, 25 Sep 2011 20:37:53 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B2611B4016 for ; Sun, 25 Sep 2011 20:37:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 74D5280042 for ; Sun, 25 Sep 2011 20:37:52 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <4df7f022bd1fc830931ef0d0673c27b34963a53a.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2-live.eclass X-VCS-Directories: eclass/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 4df7f022bd1fc830931ef0d0673c27b34963a53a Date: Sun, 25 Sep 2011 20:37:52 +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: 518fec6ab4187351ed6225d3b78a2078 commit: 4df7f022bd1fc830931ef0d0673c27b34963a53a Author: Alexandre Rostovtsev gmail com> AuthorDate: Sun Sep 25 20:31:19 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sun Sep 25 20:37:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D4df7f022 eclass/gnome2-live.eclass: switch to git-2.eclass Now that bug #383761 has been fixed, we can switch to git-2 without forcing live users to reclone all their repositories. Acked by Nirbheek on IRC. --- eclass/gnome2-live.eclass | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass index 638cdc9..3a4dd6a 100644 --- a/eclass/gnome2-live.eclass +++ b/eclass/gnome2-live.eclass @@ -12,7 +12,7 @@ # =20 =20 -inherit autotools gnome2 gnome2-utils libtool git +inherit autotools gnome2 gnome2-utils libtool git-2 =20 # Stolen from git.eclass EXPORTED_FUNCTIONS=3D"src_unpack pkg_postinst" @@ -58,7 +58,7 @@ gnome2-live_src_unpack() { if test -n "${A}"; then unpack ${A} fi - git_src_unpack + git-2_src_unpack has src_prepare ${EXPORTED_FUNCTIONS} || gnome2-live_src_prepare } =20