summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-10-13 00:24:49 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-10-13 00:24:49 +0000
commitf099b2b7ed72458262d3fbdd317b4300238451fd (patch)
tree16bf51b5d1c195e960ff958a9fafb01c51e464c5 /eclass/zproduct.eclass
parentInitial import. (diff)
downloadhistorical-f099b2b7ed72458262d3fbdd317b4300238451fd.tar.gz
historical-f099b2b7ed72458262d3fbdd317b4300238451fd.tar.bz2
historical-f099b2b7ed72458262d3fbdd317b4300238451fd.zip
disable default HOMEPAGE and SRC_URI so we can find bugs
Diffstat (limited to 'eclass/zproduct.eclass')
-rw-r--r--eclass/zproduct.eclass6
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"