| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.13 2011/07/30 15:10:34 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.14 2011/08/22 04:46:31 vapier Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: git-2.eclass |
5 | # @ECLASS: git-2.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Donnie Berkholz <dberkholz@gentoo.org> |
7 | # Donnie Berkholz <dberkholz@gentoo.org> |
| 8 | # @BLURB: Eclass for fetching and unpacking git repositories. |
8 | # @BLURB: Eclass for fetching and unpacking git repositories. |
| … | |
… | |
| 402 | # @DESCRIPTION: |
402 | # @DESCRIPTION: |
| 403 | # Internal function that runs bootstrap command on unpacked source. |
403 | # Internal function that runs bootstrap command on unpacked source. |
| 404 | git-2_bootstrap() { |
404 | git-2_bootstrap() { |
| 405 | debug-print-function ${FUNCNAME} "$@" |
405 | debug-print-function ${FUNCNAME} "$@" |
| 406 | |
406 | |
| 407 | # @ECLASS_VARIABLE: EGIT_BOOTSTRAP |
407 | # @ECLASS-VARIABLE: EGIT_BOOTSTRAP |
| 408 | # @DESCRIPTION: |
408 | # @DESCRIPTION: |
| 409 | # Command to be executed after checkout and clone of the specified |
409 | # Command to be executed after checkout and clone of the specified |
| 410 | # repository. |
410 | # repository. |
| 411 | # enviroment the package will fail if there is no update, thus in |
411 | # enviroment the package will fail if there is no update, thus in |
| 412 | # combination with --keep-going it would lead in not-updating |
412 | # combination with --keep-going it would lead in not-updating |