| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 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/bzr.eclass,v 1.17 2011/09/22 08:13:09 ulm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/bzr.eclass,v 1.18 2012/07/18 15:12:54 ulm Exp $ |
| 4 | # |
4 | # |
| 5 | # @ECLASS: bzr.eclass |
5 | # @ECLASS: bzr.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Emacs team <emacs@gentoo.org> |
7 | # Emacs team <emacs@gentoo.org> |
| 8 | # Bazaar team <bazaar@gentoo.org> |
8 | # Bazaar team <bazaar@gentoo.org> |
| … | |
… | |
| 26 | |
26 | |
| 27 | case "${EAPI:-0}" in |
27 | case "${EAPI:-0}" in |
| 28 | 0|1) EXPORT_FUNCTIONS src_unpack ;; |
28 | 0|1) EXPORT_FUNCTIONS src_unpack ;; |
| 29 | *) EXPORT_FUNCTIONS src_unpack src_prepare ;; |
29 | *) EXPORT_FUNCTIONS src_unpack src_prepare ;; |
| 30 | esac |
30 | esac |
| 31 | |
|
|
| 32 | HOMEPAGE="http://bazaar-vcs.org/" |
|
|
| 33 | DESCRIPTION="Based on the ${EBZR} eclass" |
|
|
| 34 | |
31 | |
| 35 | DEPEND=">=dev-vcs/bzr-2.0.1" |
32 | DEPEND=">=dev-vcs/bzr-2.0.1" |
| 36 | case "${EAPI:-0}" in |
33 | case "${EAPI:-0}" in |
| 37 | 0|1) ;; |
34 | 0|1) ;; |
| 38 | *) [[ ${EBZR_REPO_URI%%:*} = sftp ]] \ |
35 | *) [[ ${EBZR_REPO_URI%%:*} = sftp ]] \ |