summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2003-02-18 09:00:45 +0000
committerNicholas Jones <carpaski@gentoo.org>2003-02-18 09:00:45 +0000
commit99470fa9c083d245ce67c6824c76ce0aeb80be12 (patch)
tree928e9897ffc07d95405d22e586651fab819d5079 /eclass/autotools.eclass
parentversion bump (diff)
downloadgentoo-2-99470fa9c083d245ce67c6824c76ce0aeb80be12.tar.gz
gentoo-2-99470fa9c083d245ce67c6824c76ce0aeb80be12.tar.bz2
gentoo-2-99470fa9c083d245ce67c6824c76ce0aeb80be12.zip
If description is set... don't overwrite it...
Fixes to everything but ASPELL and KDE-SOURCE
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r--eclass/autotools.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 340743655049..294f1609d0b7 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.7 2003/02/16 04:26:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.8 2003/02/18 09:00:45 carpaski Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -24,7 +24,7 @@
# # Copyright 1999-2002 Gentoo Technologies, Inc.
# # Distributed under the terms of the GNU General Public License, v2 or later
# # Maintainer: John Doe <john@foo.com>
-# # $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.7 2003/02/16 04:26:21 vapier Exp $
+# # $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.8 2003/02/18 09:00:45 carpaski Exp $
#
# # If you need to set the versions different from in here, it *must*
# # be done before inherit.eclass is sourced
@@ -81,7 +81,7 @@ INHERITED="$INHERITED $ECLASS"
[ -z "$ACONFVER" ] && die "!!! You need to set \$ACONFVER *before* inheriting the eclass !!!"
[ -z "$AMAKEVER" ] && die "!!! You need to set \$AMAKEVER *before* inheriting the eclass !!!"
-DESCRIPTION="Based on the $ECLASS eclass"
+[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the $ECLASS eclass"
#ASRC_URI="ftp://ftp.gnu.org/gnu/autoconf/autoconf-${ACONFVER}.tar.bz2
# ftp://alpha.gnu.org/gnu/autoconf/autoconf-${ACONFVER}.tar.bz2
# ftp://ftp.gnu.org/gnu/automake/automake-${AMAKEVER}.tar.bz2