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 1R7vOi-0006it-NF for garchives@archives.gentoo.org; Sun, 25 Sep 2011 20:34:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7814F21C208; Sun, 25 Sep 2011 20:33:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4AC4521C208 for ; Sun, 25 Sep 2011 20:33: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 B40941B4018 for ; Sun, 25 Sep 2011 20:33:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BE62580042 for ; Sun, 25 Sep 2011 20:33:51 +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: <1b4f01e680929bdf55e2258e5f2f823171219a51.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:gnome-next 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: 1b4f01e680929bdf55e2258e5f2f823171219a51 Date: Sun, 25 Sep 2011 20:33:51 +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: 8973213c6ebd2d03c203adb906ccc38a commit: 1b4f01e680929bdf55e2258e5f2f823171219a51 Author: Alexandre Rostovtsev gmail com> AuthorDate: Sun Sep 25 20:31:19 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Sun Sep 25 20:31:19 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D1b4f01e6 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