From: Doug Goldstein Date: Mon, 23 Apr 2007 18:55:15 +0000 (+0000) Subject: should not contain HOMEPAGE as it's up to individual ebuilds to set this, and should... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f094b20b2561aee0d446f04591b9c89cb2b318a0;p=gentoo.git should not contain HOMEPAGE as it's up to individual ebuilds to set this, and should not point to SubVersion. --- 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 @@ -21,7 +21,6 @@ ESVN="subversion.eclass" EXPORT_FUNCTIONS src_unpack -HOMEPAGE="http://subversion.tigris.org/" DESCRIPTION="Based on the ${ECLASS} eclass"