diff options
author | Nicholas Jones <carpaski@gentoo.org> | 2003-02-18 09:00:45 +0000 |
---|---|---|
committer | Nicholas Jones <carpaski@gentoo.org> | 2003-02-18 09:00:45 +0000 |
commit | bff8905cc314e5869bfca7293c6694a875eea304 (patch) | |
tree | 11c0c454ab8341e22f420c158fd93f70ffc08395 /eclass/zproduct.eclass | |
parent | version bump (diff) | |
download | historical-bff8905cc314e5869bfca7293c6694a875eea304.tar.gz historical-bff8905cc314e5869bfca7293c6694a875eea304.tar.bz2 historical-bff8905cc314e5869bfca7293c6694a875eea304.zip |
If description is set... don't overwrite it...
Fixes to everything but ASPELL and KDE-SOURCE
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 d4354e326ac9..7a73f0ab989c 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.1 2003/02/17 05:06:48 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/zproduct.eclass,v 1.2 2003/02/18 09:00:45 carpaski 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 -DESCRIPTION="Define me." +[ -z "$DESCRIPTION" ] && DESCRIPTION="Define me." HOMEPAGE="" SRC_URI="" DEPEND="" |