diff options
-rw-r--r-- | eclass/autotools.eclass | 8 | ||||
-rw-r--r-- | eclass/base.eclass | 4 | ||||
-rw-r--r-- | eclass/eutils.eclass | 4 | ||||
-rw-r--r-- | eclass/gcc.eclass | 5 | ||||
-rw-r--r-- | eclass/gnuconfig.eclass | 4 | ||||
-rw-r--r-- | eclass/java.eclass | 4 | ||||
-rw-r--r-- | eclass/kde-base.eclass | 4 | ||||
-rw-r--r-- | eclass/kde-dist.eclass | 4 | ||||
-rw-r--r-- | eclass/kde-pre.eclass | 4 | ||||
-rw-r--r-- | eclass/kde.eclass | 4 | ||||
-rw-r--r-- | eclass/kmod.eclass | 4 | ||||
-rw-r--r-- | eclass/koffice-i18n.eclass | 4 | ||||
-rw-r--r-- | eclass/libtool.eclass | 4 | ||||
-rw-r--r-- | eclass/nsplugins.eclass | 4 | ||||
-rw-r--r-- | eclass/virtualx.eclass | 4 | ||||
-rw-r--r-- | eclass/zproduct.eclass | 4 |
16 files changed, 34 insertions, 35 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index 294f1609d0b7..4c3bf1aba1dc 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.8 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.9 2003/02/28 09:15:04 vapier 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.8 2003/02/18 09:00:45 carpaski Exp $ +# # $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.9 2003/02/28 09:15:04 vapier 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 !!!" -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the $ECLASS eclass" +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 @@ -90,7 +90,7 @@ SRC_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 ftp://alpha.gnu.org/gnu/automake/automake-${AMAKEVER}.tar.bz2" - + DEPEND="sys-devel/make sys-devel/perl >=sys-devel/m4-1.4o-r2" diff --git a/eclass/base.eclass b/eclass/base.eclass index 3c354fb8ab67..35397550fc24 100644 --- a/eclass/base.eclass +++ b/eclass/base.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/base.eclass,v 1.21 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.22 2003/02/28 09:15:04 vapier Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -10,7 +10,7 @@ ECLASS=base INHERITED="$INHERITED $ECLASS" S=${WORKDIR}/${P} -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the $ECLASS eclass" +DESCRIPTION="Based on the $ECLASS eclass" base_src_unpack() { diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index 46f137e2b39e..01f3a77d4830 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.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/eutils.eclass,v 1.21 2003/02/18 20:23:20 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.22 2003/02/28 09:15:04 vapier Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -14,7 +14,7 @@ INHERITED="$INHERITED $ECLASS" newdepend "!bootstrap? ( sys-devel/patch )" -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the ${ECLASS} eclass" +DESCRIPTION="Based on the ${ECLASS} eclass" # This function generate linker scripts in /usr/lib for dynamic # libs in /lib. This is to fix linking problems when you have diff --git a/eclass/gcc.eclass b/eclass/gcc.eclass index 332aab0033a2..7b73d69c2a98 100644 --- a/eclass/gcc.eclass +++ b/eclass/gcc.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/gcc.eclass,v 1.11 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.12 2003/02/28 09:15:04 vapier Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -11,8 +11,7 @@ INHERITED="$INHERITED $ECLASS" newdepend sys-devel/gcc -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the ${ECLASS} eclass" - +DESCRIPTION="Based on the ${ECLASS} eclass" # NOTE: To force gcc3 if multi ver install, do: export WANT_GCC_3="yes" [ -z "${WANT_GCC_3}" ] && export WANT_GCC_3="no" diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 7a810d6629e0..bb0b681ddcbf 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.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/gnuconfig.eclass,v 1.5 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.6 2003/02/28 09:15:04 vapier Exp $ # # Author: Will Woods <wwoods@gentoo.org> # @@ -12,7 +12,7 @@ INHERITED="$INHERITED $ECLASS" newdepend sys-devel/automake -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the ${ECLASS} eclass" +DESCRIPTION="Based on the ${ECLASS} eclass" # Copy the newest available config.{guess|sub} on the system over any old # ones in the source dir diff --git a/eclass/java.eclass b/eclass/java.eclass index b3ee3308897a..55e9429c0481 100644 --- a/eclass/java.eclass +++ b/eclass/java.eclass @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.9 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java.eclass,v 1.10 2003/02/28 09:15:04 vapier Exp $ # # Author: Karl Trygve Kalleberg <karltk@gentoo.org> ECLASS=java INHERITED="$INHERITED $ECLASS" -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the $ECLASS eclass" +DESCRIPTION="Based on the $ECLASS eclass" VMHANDLE=${PN}-${PV} diff --git a/eclass/kde-base.eclass b/eclass/kde-base.eclass index 1879d456583c..0c8c3c85c526 100644 --- a/eclass/kde-base.eclass +++ b/eclass/kde-base.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/kde-base.eclass,v 1.21 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.22 2003/02/28 09:15:04 vapier Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -13,5 +13,5 @@ INHERITED="$INHERITED $ECLASS" newdepend /c -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the $ECLASS eclass" +DESCRIPTION="Based on the $ECLASS eclass" HOMEPAGE="http://apps.kde.com/" diff --git a/eclass/kde-dist.eclass b/eclass/kde-dist.eclass index 18ed6517cdee..e141cc41edd5 100644 --- a/eclass/kde-dist.eclass +++ b/eclass/kde-dist.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/kde-dist.eclass,v 1.35 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-dist.eclass,v 1.36 2003/02/28 09:15:04 vapier Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -23,7 +23,7 @@ need-kde $PV [ "$PV" == "3.1_rc5" ] && S=${WORKDIR}/${PN}-3.1rc5 [ "$PV" == "3.1_rc6" ] && S=${WORKDIR}/${PN}-3.1rc6 -[ -z "$DESCRIPTION" ] && DESCRIPTION="KDE ${PV} - " +DESCRIPTION="KDE ${PV} - " HOMEPAGE="http://www.kde.org/" LICENSE="GPL-2" diff --git a/eclass/kde-pre.eclass b/eclass/kde-pre.eclass index 55bc7448e6f4..5d2ccf3ab6f4 100644 --- a/eclass/kde-pre.eclass +++ b/eclass/kde-pre.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/kde-pre.eclass,v 1.5 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-pre.eclass,v 1.6 2003/02/28 09:15:04 vapier Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -10,7 +10,7 @@ ECLASS=kde-pre INHERITED="$INHERITED $ECLASS" -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the $ECLASS eclass" +DESCRIPTION="Based on the $ECLASS eclass" S="${WORKDIR}/${PN}-${PV//_}" diff --git a/eclass/kde.eclass b/eclass/kde.eclass index a603bb5d2c35..567bfe70328b 100644 --- a/eclass/kde.eclass +++ b/eclass/kde.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/kde.eclass,v 1.73 2003/02/27 17:27:37 hannes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.74 2003/02/28 09:15:04 vapier Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -11,7 +11,7 @@ ECLASS=kde INHERITED="$INHERITED $ECLASS" IUSE="$IUSE ppc" -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the $ECLASS eclass" +DESCRIPTION="Based on the $ECLASS eclass" HOMEPAGE="http://www.kde.org/" # deps on the build tools diff --git a/eclass/kmod.eclass b/eclass/kmod.eclass index bd779e360fa8..c3212610257c 100644 --- a/eclass/kmod.eclass +++ b/eclass/kmod.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/kmod.eclass,v 1.7 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kmod.eclass,v 1.8 2003/02/28 09:15:04 vapier Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -10,7 +10,7 @@ ECLASS=kmod INHERITED="$INHERITED $ECLASS" S=${WORKDIR}/${P} -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the $ECLASS eclass" +DESCRIPTION="Based on the $ECLASS eclass" SRC_URI="http://ibiblio.org/gentoo/distfiles/${P}.patch.bz2" diff --git a/eclass/koffice-i18n.eclass b/eclass/koffice-i18n.eclass index 4628379e11cf..15e6205bbc51 100644 --- a/eclass/koffice-i18n.eclass +++ b/eclass/koffice-i18n.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/koffice-i18n.eclass,v 1.21 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/koffice-i18n.eclass,v 1.22 2003/02/28 09:15:04 vapier Exp $ # # Author Dan Armak <danarmak@gentoo.org> @@ -30,7 +30,7 @@ esac SRC_URI="mirror://kde/$SRC_PATH" S=${WORKDIR}/${PN} -[ -z "$DESCRIPTION" ] && DESCRIPTION="KOffice ${PV} - i18n: ${PN}" +DESCRIPTION="KOffice ${PV} - i18n: ${PN}" HOMEPAGE="http://www.koffice.org/" LICENSE="GPL-2" DEPEND="~app-office/koffice-${PV}" diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index 0a6f5011ceaa..dff5166486b1 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.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/libtool.eclass,v 1.21 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.22 2003/02/28 09:15:04 vapier Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -12,7 +12,7 @@ INHERITED="$INHERITED $ECLASS" newdepend "!bootstrap? ( sys-devel/libtool )" -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the ${ECLASS} eclass" +DESCRIPTION="Based on the ${ECLASS} eclass" ELIBTOOL_VERSION=1.8.1 diff --git a/eclass/nsplugins.eclass b/eclass/nsplugins.eclass index afeebe4af7f7..39a800f15248 100644 --- a/eclass/nsplugins.eclass +++ b/eclass/nsplugins.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/nsplugins.eclass,v 1.9 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.10 2003/02/28 09:15:04 vapier Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -9,7 +9,7 @@ ECLASS=nsplugins INHERITED="$INHERITED $ECLASS" -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the ${ECLASS} eclass" +DESCRIPTION="Based on the ${ECLASS} eclass" PLUGINS_DIR="nsbrowser/plugins" diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index bd4cbca4941d..f5a0916a6b9a 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.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/virtualx.eclass,v 1.12 2003/02/18 09:00:45 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.13 2003/02/28 09:15:04 vapier Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -10,7 +10,7 @@ ECLASS=virtualx INHERITED="$INHERITED $ECLASS" newdepend virtual/x11 -[ -z "$DESCRIPTION" ] && DESCRIPTION="Based on the $ECLASS eclass" +DESCRIPTION="Based on the $ECLASS eclass" [ -z "${SANDBOX_DISABLED}" ] && export SANDBOX_DISABLED="0" || : 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="" |