summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-10-11 11:50:21 +0000
committerMarkus Meier <maekke@gentoo.org>2009-10-11 11:50:21 +0000
commit2fff303310b9807e5f1702f82609976c208466ee (patch)
tree6bee3ed62a1f9cf946f661c9653e2e21e116f4a1 /eclass/git.eclass
parentMerge from Prefix (diff)
downloadhistorical-2fff303310b9807e5f1702f82609976c208466ee.tar.gz
historical-2fff303310b9807e5f1702f82609976c208466ee.tar.bz2
historical-2fff303310b9807e5f1702f82609976c208466ee.zip
whitespace
Diffstat (limited to 'eclass/git.eclass')
-rw-r--r--eclass/git.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/git.eclass b/eclass/git.eclass
index 45e66edcf9a3..9f6772704063 100644
--- a/eclass/git.eclass
+++ b/eclass/git.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.29 2009/09/04 08:00:23 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.30 2009/10/11 11:40:53 maekke Exp $
# @ECLASS: git.eclass
# @MAINTAINER:
@@ -263,7 +263,7 @@ git_fetch() {
git gc $(${EGIT_PRUNE} && echo '--prune')
eend $?
fi
-
+
# export the git version
export EGIT_VERSION="${cursha1}"
@@ -275,7 +275,7 @@ git_fetch() {
unset GIT_DIR
debug-print "git clone -l -s -n \"${EGIT_STORE_DIR}/${EGIT_CLONE_DIR}\" \"${S}\""
git clone -l -s -n "${EGIT_STORE_DIR}/${EGIT_CLONE_DIR}" "${S}"
-
+
# set correct branch and the tree ebuild specified
pushd "${S}" > /dev/null
local branchname=branch-${EGIT_BRANCH} src=origin/${EGIT_BRANCH}
@@ -373,7 +373,7 @@ git_src_unpack() {
# src_prepare function for git stuff. Patches, bootstrap...
git_src_prepare() {
debug-print-function ${FUNCNAME} "$@"
-
+
git_apply_patches
git_bootstrap
}