diff options
author | 2011-11-24 00:04:13 +0000 | |
---|---|---|
committer | 2011-11-24 00:04:13 +0000 | |
commit | e755175477c976594cd89b749ed978057e7e4992 (patch) | |
tree | e1145c2349ca3c17731ba39bdc23d24bb0f21fc8 /eclass | |
parent | Based on 3.1.1 + genpatches-3.1-4 + grsecurity-2.2.2-3.1.1-201111201943 (diff) | |
download | gentoo-2-e755175477c976594cd89b749ed978057e7e4992.tar.gz gentoo-2-e755175477c976594cd89b749ed978057e7e4992.tar.bz2 gentoo-2-e755175477c976594cd89b749ed978057e7e4992.zip |
fix up copy & paste errors (same func/var name)
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ghc-package.eclass | 4 | ||||
-rw-r--r-- | eclass/go-mono.eclass | 6 | ||||
-rw-r--r-- | eclass/gtk-sharp-module.eclass | 4 | ||||
-rw-r--r-- | eclass/qmail.eclass | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/eclass/ghc-package.eclass b/eclass/ghc-package.eclass index 5a65cb8ed08a..593c9c58b04d 100644 --- a/eclass/ghc-package.eclass +++ b/eclass/ghc-package.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.31 2011/08/22 04:46:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.32 2011/11/24 00:04:13 vapier Exp $ # @ECLASS: ghc-package.eclass # @MAINTAINER: @@ -178,7 +178,7 @@ ghc-makeghcilib() { ld --relocatable --discard-all --output="${outfile}" --whole-archive "$1" } -# @FUNCTION: ghc-makeghcilib +# @FUNCTION: ghc-package-exists # @DESCRIPTION: # tests if a ghc package exists ghc-package-exists() { diff --git a/eclass/go-mono.eclass b/eclass/go-mono.eclass index e2f8ca09cbec..7e368899276e 100644 --- a/eclass/go-mono.eclass +++ b/eclass/go-mono.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.12 2011/08/22 04:46:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/go-mono.eclass,v 1.13 2011/11/24 00:04:13 vapier Exp $ # @ECLASS: go-mono.eclass # @MAINTAINER: @@ -103,9 +103,9 @@ go-mono_src_configure() { "$@" } -# @FUNCTION: go-mono_src_configure +# @FUNCTION: go-mono_src_compile # @DESCRIPTION: -# Runs default() +# Runs emake. go-mono_src_compile() { emake "$@" || die "emake failed" } diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass index 16d6f9e80f3b..41fc8cd6e0f7 100644 --- a/eclass/gtk-sharp-module.eclass +++ b/eclass/gtk-sharp-module.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.33 2011/11/10 19:09:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.34 2011/11/24 00:04:13 vapier Exp $ # @ECLASS: gtk-sharp-module.eclass # @MAINTAINER: @@ -257,7 +257,7 @@ DESCRIPTION="GtkSharp's ${GTK_SHARP_MODULE} module of the ${TARBALL} tarball" # @DESCRIPTION: # Default value: http://www.mono-project.com/GtkSharp HOMEPAGE="http://www.mono-project.com/GtkSharp" -# @ECLASS-VARIABLE: DESCRIPTION +# @ECLASS-VARIABLE: LICENSE # @DESCRIPTION: # Default value: LGPL-2.1 LICENSE="LGPL-2.1" diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index 429364d58d58..4c0242ea91ec 100644 --- a/eclass/qmail.eclass +++ b/eclass/qmail.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qmail.eclass,v 1.4 2011/08/22 04:46:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qmail.eclass,v 1.5 2011/11/24 00:04:13 vapier Exp $ # @ECLASS: qmail.eclass # @MAINTAINER: @@ -106,7 +106,7 @@ qmail_set_cc() { echo "${ld} ${LDFLAGS}" > ./conf-ld || die 'Patching conf-ld failed.' } -# @FUNCTION: qmail_create_users +# @FUNCTION: qmail_create_groups # @DESCRIPTION: # Keep qmail groups in sync across ebuilds qmail_create_groups() { |