diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-10-13 00:24:49 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-10-13 00:24:49 +0000 |
commit | dc8f080819f985ef6a497e67fd830e1a543fa5a4 (patch) | |
tree | 405919a10c148fdb53b66251233af7ce14193395 /eclass | |
parent | Initial import. (diff) | |
download | gentoo-2-dc8f080819f985ef6a497e67fd830e1a543fa5a4.tar.gz gentoo-2-dc8f080819f985ef6a497e67fd830e1a543fa5a4.tar.bz2 gentoo-2-dc8f080819f985ef6a497e67fd830e1a543fa5a4.zip |
disable default HOMEPAGE and SRC_URI so we can find bugs
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/zproduct.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/zproduct.eclass b/eclass/zproduct.eclass index 3ffca254f668..e6f91e1e8660 100644 --- a/eclass/zproduct.eclass +++ b/eclass/zproduct.eclass @@ -1,7 +1,7 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Jason Shoemaker <kutsuya@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.7 2003/06/26 15:52:05 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.8 2003/10/13 00:24:49 robbat2 Exp $ # This eclass is designed to streamline the construction of # ebuilds for new zope products @@ -11,8 +11,8 @@ INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_install pkg_prerm pkg_postinst pkg_config DESCRIPTION="This is a zope product" -HOMEPAGE="" -SRC_URI="" +#HOMEPAGE="" +#SRC_URI="" DEPEND="" RDEPEND=">=net-zope/zope-2.6.0-r2 app-admin/zprod-manager" |