| 1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 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/mercurial.eclass,v 1.10 2010/01/17 12:03:48 nelchael Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mercurial.eclass,v 1.11 2010/03/06 12:24:05 djc Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: mercurial.eclass |
5 | # @ECLASS: mercurial.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # nelchael@gentoo.org |
7 | # nelchael@gentoo.org |
| 8 | # @BLURB: This eclass provides generic mercurial fetching functions |
8 | # @BLURB: This eclass provides generic mercurial fetching functions |
| … | |
… | |
| 14 | |
14 | |
| 15 | inherit eutils |
15 | inherit eutils |
| 16 | |
16 | |
| 17 | EXPORT_FUNCTIONS src_unpack |
17 | EXPORT_FUNCTIONS src_unpack |
| 18 | |
18 | |
| 19 | DEPEND="dev-util/mercurial" |
19 | DEPEND="dev-vcs/mercurial" |
| 20 | |
20 | |
| 21 | # @ECLASS-VARIABLE: EHG_REPO_URI |
21 | # @ECLASS-VARIABLE: EHG_REPO_URI |
| 22 | # @DESCRIPTION: |
22 | # @DESCRIPTION: |
| 23 | # Mercurial repository URI. |
23 | # Mercurial repository URI. |
| 24 | |
24 | |