| 1 | # Copyright 1999-2009 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.eclass,v 1.55 2011/05/31 10:17:01 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/git.eclass,v 1.56 2011/08/22 04:46:31 vapier Exp $ |
| 4 | |
4 | |
| 5 | # @DEPRECATED |
5 | # @DEPRECATED |
| 6 | # This eclass has been superseded by git-2 eclass. |
6 | # This eclass has been superseded by git-2 eclass. |
| 7 | # Please modify your ebuilds to use that one instead. |
7 | # Please modify your ebuilds to use that one instead. |
| 8 | |
8 | |
| … | |
… | |
| 328 | if [[ "${oldsha1}" != "${cursha1}" ]]; then |
328 | if [[ "${oldsha1}" != "${cursha1}" ]]; then |
| 329 | ${elogcmd} " updating from commit: ${oldsha1}" |
329 | ${elogcmd} " updating from commit: ${oldsha1}" |
| 330 | ${elogcmd} " to commit: ${cursha1}" |
330 | ${elogcmd} " to commit: ${cursha1}" |
| 331 | else |
331 | else |
| 332 | ${elogcmd} " at the commit: ${cursha1}" |
332 | ${elogcmd} " at the commit: ${cursha1}" |
| 333 | # @ECLASS_VARIABLE: LIVE_FAIL_FETCH_IF_REPO_NOT_UPDATED |
333 | # @ECLASS-VARIABLE: LIVE_FAIL_FETCH_IF_REPO_NOT_UPDATED |
| 334 | # @DESCRIPTION: |
334 | # @DESCRIPTION: |
| 335 | # If this variable is set to TRUE in make.conf or somewhere in |
335 | # If this variable is set to TRUE in make.conf or somewhere in |
| 336 | # enviroment the package will fail if there is no update, thus in |
336 | # enviroment the package will fail if there is no update, thus in |
| 337 | # combination with --keep-going it would lead in not-updating |
337 | # combination with --keep-going it would lead in not-updating |
| 338 | # pakcages that are up-to-date. |
338 | # pakcages that are up-to-date. |