Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: eclass/
Date: Sun, 25 Sep 2011 20:38:02
Message-Id: 4df7f022bd1fc830931ef0d0673c27b34963a53a.tetromino@gentoo
1 commit: 4df7f022bd1fc830931ef0d0673c27b34963a53a
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 25 20:31:19 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 25 20:37:15 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4df7f022
7
8 eclass/gnome2-live.eclass: switch to git-2.eclass
9
10 Now that bug #383761 has been fixed, we can switch to git-2 without
11 forcing live users to reclone all their repositories. Acked by Nirbheek
12 on IRC.
13
14 ---
15 eclass/gnome2-live.eclass | 4 ++--
16 1 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass
19 index 638cdc9..3a4dd6a 100644
20 --- a/eclass/gnome2-live.eclass
21 +++ b/eclass/gnome2-live.eclass
22 @@ -12,7 +12,7 @@
23 #
24
25
26 -inherit autotools gnome2 gnome2-utils libtool git
27 +inherit autotools gnome2 gnome2-utils libtool git-2
28
29 # Stolen from git.eclass
30 EXPORTED_FUNCTIONS="src_unpack pkg_postinst"
31 @@ -58,7 +58,7 @@ gnome2-live_src_unpack() {
32 if test -n "${A}"; then
33 unpack ${A}
34 fi
35 - git_src_unpack
36 + git-2_src_unpack
37 has src_prepare ${EXPORTED_FUNCTIONS} || gnome2-live_src_prepare
38 }