diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-09-15 16:16:53 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-09-15 16:16:53 +0000 |
commit | bf06068c2da5d70441fa049d341995aa319d7ed6 (patch) | |
tree | c113b4295eef0e6e3e1b044466a5665c731b3f7c /eclass | |
parent | Add missing Manifest entries for libirman-0.4.2-PICShared.patch, libirman-0.4... (diff) | |
download | gentoo-2-bf06068c2da5d70441fa049d341995aa319d7ed6.tar.gz gentoo-2-bf06068c2da5d70441fa049d341995aa319d7ed6.tar.bz2 gentoo-2-bf06068c2da5d70441fa049d341995aa319d7ed6.zip |
Remove redundant DESCRIPTION variable settings.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 9 | ||||
-rw-r--r-- | eclass/cannadic.eclass | 5 | ||||
-rw-r--r-- | eclass/cmake-utils.eclass | 4 | ||||
-rw-r--r-- | eclass/confutils.eclass | 6 | ||||
-rw-r--r-- | eclass/embassy.eclass | 5 | ||||
-rw-r--r-- | eclass/eutils.eclass | 4 | ||||
-rw-r--r-- | eclass/games.eclass | 4 | ||||
-rw-r--r-- | eclass/gnatbuild.eclass | 6 | ||||
-rw-r--r-- | eclass/gnuconfig.eclass | 6 | ||||
-rw-r--r-- | eclass/libtool.eclass | 4 | ||||
-rw-r--r-- | eclass/linux-mod.eclass | 3 | ||||
-rw-r--r-- | eclass/nsplugins.eclass | 4 | ||||
-rw-r--r-- | eclass/perl-module.eclass | 6 | ||||
-rw-r--r-- | eclass/qmail.eclass | 5 | ||||
-rw-r--r-- | eclass/toolchain-funcs.eclass | 6 |
15 files changed, 30 insertions, 47 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 5ad9284c085d..4cb8f91a4de7 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.398 2012/09/14 02:51:23 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.399 2012/09/15 16:16:53 zmedico Exp $ + + 15 Sep 2012; Zac Medico <zmedico@gentoo.org> cannadic.eclass, + cmake-utils.eclass, confutils.eclass, embassy.eclass, eutils.eclass, + games.eclass, gnatbuild.eclass, gnuconfig.eclass, libtool.eclass, + linux-mod.eclass, nsplugins.eclass, perl-module.eclass, qmail.eclass, + toolchain-funcs.eclass: + Remove redundant DESCRIPTION variable settings. 14 Sep 2012; Mark Wright <gienah@gentoo.org> ghc-package.eclass: ghc-pkg --global-conf parameter is renamed to --global-package-db in ghc diff --git a/eclass/cannadic.eclass b/eclass/cannadic.eclass index 7cae6ba73524..8a5e737747f4 100644 --- a/eclass/cannadic.eclass +++ b/eclass/cannadic.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.16 2011/08/22 04:46:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.17 2012/09/15 16:16:53 zmedico Exp $ # @ECLASS: cannadic.eclass # @AUTHOR: @@ -15,7 +15,6 @@ EXPORT_FUNCTIONS src_install pkg_setup pkg_postinst pkg_postrm IUSE="" -DESCRIPTION="Based on the $ECLASS eclass" HOMEPAGE="http://canna.sourceforge.jp/" # you need to change this! SRC_URI="mirror://gentoo/${P}.tar.gz" diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 4aec421fbb89..13ff515f8954 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.79 2012/05/08 21:27:10 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.80 2012/09/15 16:16:53 zmedico Exp $ # @ECLASS: cmake-utils.eclass # @MAINTAINER: @@ -61,8 +61,6 @@ case ${EAPI:-0} in esac EXPORT_FUNCTIONS ${CMAKE_EXPF} -: ${DESCRIPTION:="Based on the ${ECLASS} eclass"} - if [[ ${PN} != cmake ]]; then CMAKEDEPEND+=" >=dev-util/cmake-${CMAKE_MIN_VERSION}" fi diff --git a/eclass/confutils.eclass b/eclass/confutils.eclass index 38f104272a6d..81e231a53a57 100644 --- a/eclass/confutils.eclass +++ b/eclass/confutils.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/confutils.eclass,v 1.22 2008/02/27 09:53:04 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/confutils.eclass,v 1.23 2012/09/15 16:16:53 zmedico Exp $ # @ECLASS: confutils.eclass # @MAINTAINER: @@ -14,8 +14,6 @@ inherit eutils -DESCRIPTION="Based on the ${ECLASS} eclass" - # @VARIABLE: EBUILD_SUPPORTS_SHAREDEXT # @DESCRIPTION: # Set this variable to 1 if your ebuild supports shared extensions. You need to diff --git a/eclass/embassy.eclass b/eclass/embassy.eclass index cbbd1441bf59..071cc7e1e6a5 100644 --- a/eclass/embassy.eclass +++ b/eclass/embassy.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/embassy.eclass,v 1.18 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/embassy.eclass,v 1.19 2012/09/15 16:16:53 zmedico Exp $ # Author Olivier Fisette <ribosome@gentoo.org> @@ -19,7 +19,6 @@ EN=${PN:8} # revision number) EF="$(echo ${EN} | tr "[:lower:]" "[:upper:]")-${PV}" -DESCRIPTION="Based on the $ECLASS eclass" HOMEPAGE="http://emboss.sourceforge.net/" LICENSE="LGPL-2 GPL-2" SRC_URI="ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-${EBOV}.tar.gz diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index e3dd14549b8e..8bfc2bc78669 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.402 2012/08/29 13:42:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.403 2012/09/15 16:16:53 zmedico Exp $ # @ECLASS: eutils.eclass # @MAINTAINER: @@ -20,8 +20,6 @@ ___ECLASS_ONCE_EUTILS="recur -_+^+_- spank" inherit multilib toolchain-funcs user -DESCRIPTION="Based on the ${ECLASS} eclass" - if has "${EAPI:-0}" 0 1 2; then # @FUNCTION: epause diff --git a/eclass/games.eclass b/eclass/games.eclass index 0ab44d815717..b7b3739a4fba 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.151 2012/07/29 20:38:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.152 2012/09/15 16:16:53 zmedico Exp $ # devlist: games@gentoo.org # @@ -19,8 +19,6 @@ case ${EAPI:-0} in *) die "no support for EAPI=${EAPI} yet" ;; esac -DESCRIPTION="Based on the ${ECLASS} eclass" - export GAMES_PREFIX=${GAMES_PREFIX:-/usr/games} export GAMES_PREFIX_OPT=${GAMES_PREFIX_OPT:-/opt} export GAMES_DATADIR=${GAMES_DATADIR:-/usr/share/games} diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index df5a24a3ce22..c099e2a5b864 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.54 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.55 2012/09/15 16:16:53 zmedico Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -22,8 +22,6 @@ inherit eutils versionator toolchain-funcs flag-o-matic multilib autotools \ EXPORT_FUNCTIONS pkg_setup pkg_postinst pkg_postrm src_unpack src_compile src_install -DESCRIPTION="Based on the ${ECLASS} eclass" - IUSE="nls" # multilib is supported via profiles now, multilib usevar is deprecated diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 112d6213c27b..3a5e5c789ce8 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.33 2006/06/21 19:35:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.34 2012/09/15 16:16:53 zmedico Exp $ # # THIS ECLASS IS DEAD: It has been integrated into portage # @@ -23,8 +23,6 @@ DEPEND="sys-devel/gnuconfig" -DESCRIPTION="Based on the ${ECLASS} eclass" - # Wrapper function for gnuconfig_do_update. If no arguments are given, update # config.sub and config.guess (old default behavior), otherwise update the # named files. diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass index f2af6f7ef502..71bf4d248e07 100644 --- a/eclass/libtool.eclass +++ b/eclass/libtool.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.101 2012/07/26 16:14:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.102 2012/09/15 16:16:53 zmedico Exp $ # @ECLASS: libtool.eclass # @MAINTAINER: @@ -30,8 +30,6 @@ elt_patch_dir() { echo "${d}" } -DESCRIPTION="Based on the ${ECLASS} eclass" - inherit multilib toolchain-funcs # diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 0d427d90bb89..0ed67b7d68b4 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.107 2012/08/30 23:52:59 mpagano Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.108 2012/09/15 16:16:53 zmedico Exp $ # @ECLASS: linux-mod.eclass # @MAINTAINER: @@ -127,7 +127,6 @@ EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst src_install src_compile pkg_ IUSE="kernel_linux" SLOT="0" -DESCRIPTION="Based on the $ECLASS eclass" RDEPEND="kernel_linux? ( virtual/modutils )" DEPEND="${RDEPEND} sys-apps/sed diff --git a/eclass/nsplugins.eclass b/eclass/nsplugins.eclass index a6af002f7074..ab30143e97f7 100644 --- a/eclass/nsplugins.eclass +++ b/eclass/nsplugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.30 2012/06/02 19:16:31 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.31 2012/09/15 16:16:53 zmedico Exp $ # # @ECLASS: nsplugins.eclass # @MAINTAINER: @@ -14,8 +14,6 @@ inherit eutils multilib -DESCRIPTION="Based on the ${ECLASS} eclass" - PLUGINS_DIR="nsbrowser/plugins" # This function move the plugin dir in src_install() to diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index 95256091d8ad..84e6fc00493c 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.133 2012/06/07 05:02:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.134 2012/09/15 16:16:53 zmedico Exp $ # @ECLASS: perl-module.eclass # @MAINTAINER: @@ -50,8 +50,6 @@ case "${PERL_EXPORT_PHASE_FUNCTIONS:-yes}" in ;; esac -DESCRIPTION="Based on the $ECLASS eclass" - LICENSE="${LICENSE:-|| ( Artistic GPL-1 GPL-2 GPL-3 )}" if [[ -n ${MY_PN} || -n ${MY_PV} || -n ${MODULE_VERSION} ]] ; then diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index 3e382498698c..5ba95b938779 100644 --- a/eclass/qmail.eclass +++ b/eclass/qmail.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qmail.eclass,v 1.6 2012/01/08 03:38:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qmail.eclass,v 1.7 2012/09/15 16:16:53 zmedico Exp $ # @ECLASS: qmail.eclass # @MAINTAINER: @@ -8,7 +8,6 @@ # @BLURB: common qmail functions inherit flag-o-matic toolchain-funcs fixheadtails -DESCRIPTION="Based on the ${ECLASS} eclass" # hardcoded paths QMAIL_HOME="/var/qmail" diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index dfb009d76888..97554cecf0ae 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.116 2012/09/13 05:06:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.117 2012/09/15 16:16:53 zmedico Exp $ # @ECLASS: toolchain-funcs.eclass # @MAINTAINER: @@ -18,8 +18,6 @@ ___ECLASS_ONCE_TOOLCHAIN_FUNCS="recur -_+^+_- spank" inherit multilib -DESCRIPTION="Based on the ${ECLASS} eclass" - # tc-getPROG <VAR [search vars]> <default> [tuple] _tc-getPROG() { local tuple=$1 |