diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-02-28 09:15:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-02-28 09:15:04 +0000 |
commit | 5ce2e72989d284d6d084f0da8b6032312ae8f6c1 (patch) | |
tree | 1233866e3a8883e2bd27d1108bbd913e546323de /eclass/zproduct.eclass | |
parent | little fix (diff) | |
download | historical-5ce2e72989d284d6d084f0da8b6032312ae8f6c1.tar.gz historical-5ce2e72989d284d6d084f0da8b6032312ae8f6c1.tar.bz2 historical-5ce2e72989d284d6d084f0da8b6032312ae8f6c1.zip |
unfix earlier fixes
Diffstat (limited to 'eclass/zproduct.eclass')
-rw-r--r-- | eclass/zproduct.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/zproduct.eclass b/eclass/zproduct.eclass index c3f25d1d77d8..f329e717184a 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.3 2003/02/26 07:14:18 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.4 2003/02/28 09:15:04 vapier Exp $ # This eclass is designed to streamline the construction of # ebuilds for new zope products @@ -10,7 +10,7 @@ ECLASS=zproduct INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_install pkg_prerm pkg_postinst dottxt_protect dottxt_unprotect -DESCRIPTION="This is a zope product." +DESCRIPTION="This is a zope product" HOMEPAGE="" SRC_URI="" DEPEND="" |