diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-23 18:55:15 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-23 18:55:15 +0000 |
commit | f094b20b2561aee0d446f04591b9c89cb2b318a0 (patch) | |
tree | 55325805d3550f59887e8f841b7348aef43c9318 /eclass/subversion.eclass | |
parent | New upstream version. (diff) | |
download | historical-f094b20b2561aee0d446f04591b9c89cb2b318a0.tar.gz historical-f094b20b2561aee0d446f04591b9c89cb2b318a0.tar.bz2 historical-f094b20b2561aee0d446f04591b9c89cb2b318a0.zip |
should not contain HOMEPAGE as it's up to individual ebuilds to set this, and should not point to SubVersion.
Diffstat (limited to 'eclass/subversion.eclass')
-rw-r--r-- | eclass/subversion.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/subversion.eclass b/eclass/subversion.eclass index 0ec15eff0486..e04181561258 100644 --- a/eclass/subversion.eclass +++ b/eclass/subversion.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.41 2007/04/01 14:48:37 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/subversion.eclass,v 1.42 2007/04/23 18:55:15 cardoe Exp $ ## --------------------------------------------------------------------------- # # Author: Akinori Hattori <hattya@gentoo.org> @@ -21,7 +21,6 @@ ESVN="subversion.eclass" EXPORT_FUNCTIONS src_unpack -HOMEPAGE="http://subversion.tigris.org/" DESCRIPTION="Based on the ${ECLASS} eclass" |