From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 36492138E74 for ; Mon, 3 Nov 2014 23:24:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7708AE088B; Mon, 3 Nov 2014 23:24:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 823E8E087F for ; Mon, 3 Nov 2014 23:24:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 831483404E6 for ; Mon, 3 Nov 2014 23:24:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9792F9607 for ; Mon, 3 Nov 2014 23:24:25 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1415055955.1dc3e93d1d1aab43e5cea648336785a17010260b.eva@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: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 1dc3e93d1d1aab43e5cea648336785a17010260b X-VCS-Branch: master Date: Mon, 3 Nov 2014 23:24:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 41e094aa-55d4-45e6-bea4-005d8ce6a26d X-Archives-Hash: 462d9d4983877d8d31b836e845879bb9 commit: 1dc3e93d1d1aab43e5cea648336785a17010260b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Nov 3 23:05:55 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Nov 3 23:05:55 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1dc3e93d eclass/gnome2-live.eclass: switch to git-r3 Seems to work just fine and has submodule checkout working out of the box which should fix bug #508964. --- eclass/gnome2-live.eclass | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass index 11424ef..286c6ee 100644 --- a/eclass/gnome2-live.eclass +++ b/eclass/gnome2-live.eclass @@ -14,7 +14,7 @@ # Always to be imported *AFTER* gnome2.eclass # -inherit autotools gnome2 gnome2-utils libtool git-2 +inherit autotools gnome2 gnome2-utils libtool git-r3 # Stolen from git.eclass EXPORTED_FUNCTIONS="src_unpack pkg_postinst" @@ -78,7 +78,7 @@ gnome2-live_src_unpack() { if test -n "${A}"; then unpack ${A} fi - git-2_src_unpack + git-r3_src_unpack has src_prepare ${EXPORTED_FUNCTIONS} || gnome2-live_src_prepare } @@ -88,9 +88,6 @@ gnome2-live_src_unpack() { # Creates blank ChangeLog and necessary macro dirs. Runs various autotools # programs if required, and finally runs eautoreconf. gnome2-live_src_prepare() { - # Blame git.eclass - cd "${S}" - for i in ${PATCHES}; do epatch "${i}" done