summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-02-28 09:15:04 +0000
committerMike Frysinger <vapier@gentoo.org>2003-02-28 09:15:04 +0000
commit7b3232117cc364113ed450d8add7a05d125e6cf3 (patch)
treefe01bd162af7e5dbbaae2f281d5ac26b7c11f9d5 /eclass/zproduct.eclass
parentlittle fix (diff)
downloadgentoo-2-7b3232117cc364113ed450d8add7a05d125e6cf3.tar.gz
gentoo-2-7b3232117cc364113ed450d8add7a05d125e6cf3.tar.bz2
gentoo-2-7b3232117cc364113ed450d8add7a05d125e6cf3.zip
unfix earlier fixes
Diffstat (limited to 'eclass/zproduct.eclass')
-rw-r--r--eclass/zproduct.eclass4
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=""