summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-05-30 15:50:05 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-05-30 15:50:05 +0000
commit8c2ea7b5072e764e5c2f5e9fa39aecfdba1a8bad (patch)
treec4acd830f3804163e5af902c766ff953839fab4e /eclass
parentVersion bump. (diff)
downloadhistorical-8c2ea7b5072e764e5c2f5e9fa39aecfdba1a8bad.tar.gz
historical-8c2ea7b5072e764e5c2f5e9fa39aecfdba1a8bad.tar.bz2
historical-8c2ea7b5072e764e5c2f5e9fa39aecfdba1a8bad.zip
depreciated -> deprecated. bug #180352
Diffstat (limited to 'eclass')
-rw-r--r--eclass/autotools.eclass4
-rw-r--r--eclass/libtool.eclass6
-rw-r--r--eclass/webapp-apache.eclass4
3 files changed, 7 insertions, 7 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index b744eea375ea..4778d81504e4 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.65 2007/03/04 21:03:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.66 2007/05/30 15:45:01 cardoe Exp $
#
# Maintainer: base-system@gentoo.org
#
@@ -64,7 +64,7 @@ unset _automake_atom _autoconf_atom
# eautomake - Runs automake
#
-# XXX: M4DIR should be depreciated
+# XXX: M4DIR should be deprecated
AT_M4DIR=${AT_M4DIR:-${M4DIR}}
AT_GNUCONF_UPDATE="no"
diff --git a/eclass/libtool.eclass b/eclass/libtool.eclass
index 0bffb7428f2b..7622cd6c9cb3 100644
--- a/eclass/libtool.eclass
+++ b/eclass/libtool.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.75 2007/03/04 21:03:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.76 2007/05/30 15:45:34 cardoe Exp $
#
# Maintainer: base-system@gentoo.org
#
@@ -349,12 +349,12 @@ elibtoolize() {
}
uclibctoolize() {
- ewarn "uclibctoolize() is depreciated, please just use elibtoolize()!"
+ ewarn "uclibctoolize() is deprecated, please just use elibtoolize()!"
elibtoolize
}
darwintoolize() {
- ewarn "darwintoolize() is depreciated, please just use elibtoolize()!"
+ ewarn "darwintoolize() is deprecated, please just use elibtoolize()!"
elibtoolize
}
diff --git a/eclass/webapp-apache.eclass b/eclass/webapp-apache.eclass
index 97d1f16e03b4..3cf8200a1b3b 100644
--- a/eclass/webapp-apache.eclass
+++ b/eclass/webapp-apache.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.27 2007/05/12 02:54:35 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/webapp-apache.eclass,v 1.28 2007/05/30 15:50:05 cardoe Exp $
#
# Author: Stuart Herbert <stuart@gentoo.org>
#
@@ -8,7 +8,7 @@
# contributed by Ian Leitch <port001@w0r.mine.nu> in bug #14870,
# and robbat2's mod_php ebuild
#
-# This package will be offically depreciated when vhost-config and
+# This package will be offically deprecated when vhost-config and
# webapp-config from GLEP11 are released.
IUSE="apache2"