diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-08 06:20:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-08 06:20:29 +0000 |
commit | 805b6611046c525c56f821118d618050f80262ca (patch) | |
tree | 81c955cc8b95156992ad333ff07679e0a89aa592 /eclass | |
parent | Inherit the user eclass for enewuser/etc... (diff) | |
download | historical-805b6611046c525c56f821118d618050f80262ca.tar.gz historical-805b6611046c525c56f821118d618050f80262ca.tar.bz2 historical-805b6611046c525c56f821118d618050f80262ca.zip |
Inherit the user eclass for enewuser/etc...
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/apache-2.eclass | 4 | ||||
-rw-r--r-- | eclass/mysql-v2.eclass | 4 | ||||
-rw-r--r-- | eclass/mysql.eclass | 4 | ||||
-rw-r--r-- | eclass/qmail.eclass | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass index 1019693e3934..77a475c5b2f9 100644 --- a/eclass/apache-2.eclass +++ b/eclass/apache-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.31 2013/04/28 16:15:33 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.32 2014/01/08 06:20:29 vapier Exp $ # @ECLASS: apache-2.eclass # @MAINTAINER: @@ -10,7 +10,7 @@ # This eclass handles apache-2.x ebuild functions such as LoadModule generation # and inter-module dependency checking. -inherit autotools eutils flag-o-matic multilib ssl-cert +inherit autotools eutils flag-o-matic multilib ssl-cert user # ============================================================================== # INTERNAL VARIABLES diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 76dae6d5ce66..f28821550ae4 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.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/mysql-v2.eclass,v 1.25 2013/06/26 19:31:49 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.26 2014/01/08 06:20:29 vapier Exp $ # @ECLASS: mysql-v2.eclass # @MAINTAINER: @@ -46,7 +46,7 @@ MYSQL_EXTRAS="" # Use "none" to disable it's use [[ ${MY_EXTRAS_VER} == "live" ]] && MYSQL_EXTRAS="git-2" -inherit eutils flag-o-matic gnuconfig ${MYSQL_EXTRAS} ${BUILD_INHERIT} mysql_fx versionator toolchain-funcs +inherit eutils flag-o-matic gnuconfig ${MYSQL_EXTRAS} ${BUILD_INHERIT} mysql_fx versionator toolchain-funcs user # # Supported EAPI versions and export functions diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 3cc5df7e8e0f..56468edf375a 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.177 2013/03/16 19:20:34 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.178 2014/01/08 06:20:29 vapier Exp $ # @ECLASS: mysql.eclass # @MAINTAINER: @@ -19,7 +19,7 @@ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" -inherit eutils flag-o-matic gnuconfig autotools multilib mysql_fx versionator toolchain-funcs +inherit eutils flag-o-matic gnuconfig autotools multilib mysql_fx versionator toolchain-funcs user # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase diff --git a/eclass/qmail.eclass b/eclass/qmail.eclass index 8057c9802299..19c48340553d 100644 --- a/eclass/qmail.eclass +++ b/eclass/qmail.eclass @@ -1,13 +1,13 @@ # 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.8 2013/05/27 00:59:06 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qmail.eclass,v 1.9 2014/01/08 06:20:29 vapier Exp $ # @ECLASS: qmail.eclass # @MAINTAINER: # qmail-bugs@gentoo.org # @BLURB: common qmail functions -inherit flag-o-matic toolchain-funcs fixheadtails +inherit flag-o-matic toolchain-funcs fixheadtails user # hardcoded paths QMAIL_HOME="/var/qmail" |