| 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.8 2011/05/20 15:32:54 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/git-2.eclass,v 1.9 2011/05/20 15:53:43 scarabeus Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: git-2.eclass |
5 | # @ECLASS: git-2.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Tomas Chvatal <scarabeus@gentoo.org> |
7 | # Tomas Chvatal <scarabeus@gentoo.org> |
| 8 | # @BLURB: Eclass for fetching and unpacking git repositories. |
8 | # @BLURB: Eclass for fetching and unpacking git repositories. |
| … | |
… | |
| 516 | git-2_submodules |
516 | git-2_submodules |
| 517 | git-2_move_source |
517 | git-2_move_source |
| 518 | git-2_branch |
518 | git-2_branch |
| 519 | git-2_bootstrap |
519 | git-2_bootstrap |
| 520 | echo ">>> Unpacked to ${EGIT_SOURCEDIR}" |
520 | echo ">>> Unpacked to ${EGIT_SOURCEDIR}" |
|
|
521 | |
|
|
522 | # Users can specify some SRC_URI and we should |
|
|
523 | # unpack the files too. |
|
|
524 | default_src_unpack |
| 521 | } |
525 | } |