| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 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/subversion.eclass,v 1.21 2005/07/06 20:20:04 agriffis Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.22 2005/07/06 20:23:20 agriffis Exp $ |
| 4 | |
4 | |
| 5 | ## --------------------------------------------------------------------------- # |
5 | ## --------------------------------------------------------------------------- # |
| 6 | # Author: Akinori Hattori <hattya@gentoo.org> |
6 | # Author: Akinori Hattori <hattya@gentoo.org> |
| 7 | # |
7 | # |
| 8 | # The subversion eclass is written to fetch the software sources from |
8 | # The subversion eclass is written to fetch the software sources from |
| … | |
… | |
| 15 | # |
15 | # |
| 16 | ## --------------------------------------------------------------------------- # |
16 | ## --------------------------------------------------------------------------- # |
| 17 | |
17 | |
| 18 | inherit eutils |
18 | inherit eutils |
| 19 | |
19 | |
| 20 | INHERITED="${INHERITED} ${ECLASS}" |
|
|
| 21 | ESVN="subversion.eclass" |
20 | ESVN="subversion.eclass" |
| 22 | |
21 | |
| 23 | EXPORT_FUNCTIONS src_unpack |
22 | EXPORT_FUNCTIONS src_unpack |
| 24 | |
23 | |
| 25 | HOMEPAGE="http://subversion.tigris.org/" |
24 | HOMEPAGE="http://subversion.tigris.org/" |