diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 17:14:25 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 17:14:25 +0000 |
commit | 0cf237aec37c10993fc7fcb1b37c8863ee04ca87 (patch) | |
tree | 37eb2043421d8a58136742c4f0bc4e288d85a4b3 /app-crypt/trousers | |
parent | Add ~amd64, bug 155518 (diff) | |
download | gentoo-2-0cf237aec37c10993fc7fcb1b37c8863ee04ca87.tar.gz gentoo-2-0cf237aec37c10993fc7fcb1b37c8863ee04ca87.tar.bz2 gentoo-2-0cf237aec37c10993fc7fcb1b37c8863ee04ca87.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-crypt/trousers')
-rw-r--r-- | app-crypt/trousers/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/trousers/trousers-0.2.1.ebuild | 10 | ||||
-rw-r--r-- | app-crypt/trousers/trousers-0.2.3.ebuild | 10 | ||||
-rw-r--r-- | app-crypt/trousers/trousers-0.2.5.ebuild | 10 | ||||
-rw-r--r-- | app-crypt/trousers/trousers-0.2.6.ebuild | 10 | ||||
-rw-r--r-- | app-crypt/trousers/trousers-0.2.8.ebuild | 8 |
6 files changed, 30 insertions, 25 deletions
diff --git a/app-crypt/trousers/ChangeLog b/app-crypt/trousers/ChangeLog index ec6edf3d7fa5..b2b96bb73136 100644 --- a/app-crypt/trousers/ChangeLog +++ b/app-crypt/trousers/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/trousers # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/ChangeLog,v 1.13 2007/01/12 20:39:05 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/ChangeLog,v 1.14 2007/01/24 17:14:25 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> trousers-0.2.1.ebuild, + trousers-0.2.3.ebuild, trousers-0.2.5.ebuild, trousers-0.2.6.ebuild, + trousers-0.2.8.ebuild: + Replacing einfo with elog 12 Jan 2007; Alon Bar-Lev <alonbl@gentoo.org> trousers-0.2.8.ebuild: Remove WANT_AUTO* diff --git a/app-crypt/trousers/trousers-0.2.1.ebuild b/app-crypt/trousers/trousers-0.2.1.ebuild index f84ce3453237..14e16afce286 100644 --- a/app-crypt/trousers/trousers-0.2.1.ebuild +++ b/app-crypt/trousers/trousers-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.2.1.ebuild,v 1.2 2005/08/23 21:46:35 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.2.1.ebuild,v 1.3 2007/01/24 17:14:25 genone Exp $ inherit eutils linux-info @@ -36,9 +36,9 @@ pkg_setup() { elif [ -n "${tpm_module}" ] ; then einfo "Good, you seem to have TPM support with the external module." if [ -n "${tpm_kernel_version}" ] ; then - einfo - einfo "Note that since you have a >=2.6.12 kernel, you could use" - einfo "the in-kernel driver instead (CONFIG_TCG_TPM)." + elog + elog "Note that since you have a >=2.6.12 kernel, you could use" + elog "the in-kernel driver instead of (CONFIG_TCG_TPM)." fi elif [ -n "${tpm_kernel_version}" ] ; then eerror diff --git a/app-crypt/trousers/trousers-0.2.3.ebuild b/app-crypt/trousers/trousers-0.2.3.ebuild index 3f866d299d5d..c7828bc18280 100644 --- a/app-crypt/trousers/trousers-0.2.3.ebuild +++ b/app-crypt/trousers/trousers-0.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.2.3.ebuild,v 1.1 2005/09/17 13:39:17 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.2.3.ebuild,v 1.2 2007/01/24 17:14:25 genone Exp $ inherit eutils linux-info autotools @@ -34,9 +34,9 @@ pkg_setup() { elif [ -n "${tpm_module}" ] ; then einfo "Good, you seem to have TPM support with the external module." if [ -n "${tpm_kernel_version}" ] ; then - einfo - einfo "Note that since you have a >=2.6.12 kernel, you could use" - einfo "the in-kernel driver instead (CONFIG_TCG_TPM)." + elog + elog "Note that since you have a >=2.6.12 kernel, you could use" + elog "the in-kernel driver instead of (CONFIG_TCG_TPM)." fi elif [ -n "${tpm_kernel_version}" ] ; then eerror diff --git a/app-crypt/trousers/trousers-0.2.5.ebuild b/app-crypt/trousers/trousers-0.2.5.ebuild index e13016ac9e6e..987dc32faa7f 100644 --- a/app-crypt/trousers/trousers-0.2.5.ebuild +++ b/app-crypt/trousers/trousers-0.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.2.5.ebuild,v 1.1 2006/02/02 13:30:16 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.2.5.ebuild,v 1.2 2007/01/24 17:14:25 genone Exp $ inherit eutils linux-info autotools @@ -34,9 +34,9 @@ pkg_setup() { elif [ -n "${tpm_module}" ] ; then einfo "Good, you seem to have TPM support with the external module." if [ -n "${tpm_kernel_version}" ] ; then - einfo - einfo "Note that since you have a >=2.6.12 kernel, you could use" - einfo "the in-kernel driver instead (CONFIG_TCG_TPM)." + elog + elog "Note that since you have a >=2.6.12 kernel, you could use" + elog "the in-kernel driver instead of (CONFIG_TCG_TPM)." fi elif [ -n "${tpm_kernel_version}" ] ; then eerror diff --git a/app-crypt/trousers/trousers-0.2.6.ebuild b/app-crypt/trousers/trousers-0.2.6.ebuild index 7a998aa4023e..bf827f5cd4be 100644 --- a/app-crypt/trousers/trousers-0.2.6.ebuild +++ b/app-crypt/trousers/trousers-0.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.2.6.ebuild,v 1.1 2006/05/06 23:34:41 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.2.6.ebuild,v 1.2 2007/01/24 17:14:25 genone Exp $ inherit eutils linux-info autotools @@ -34,9 +34,9 @@ pkg_setup() { elif [ -n "${tpm_module}" ] ; then einfo "Good, you seem to have TPM support with the external module." if [ -n "${tpm_kernel_version}" ] ; then - einfo - einfo "Note that since you have a >=2.6.12 kernel, you could use" - einfo "the in-kernel driver instead (CONFIG_TCG_TPM)." + elog + elog "Note that since you have a >=2.6.12 kernel, you could use" + elog "the in-kernel driver instead of (CONFIG_TCG_TPM)." fi elif [ -n "${tpm_kernel_version}" ] ; then eerror diff --git a/app-crypt/trousers/trousers-0.2.8.ebuild b/app-crypt/trousers/trousers-0.2.8.ebuild index a4db843c902b..baea52e7b08d 100644 --- a/app-crypt/trousers/trousers-0.2.8.ebuild +++ b/app-crypt/trousers/trousers-0.2.8.ebuild @@ -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/app-crypt/trousers/trousers-0.2.8.ebuild,v 1.2 2007/01/12 20:39:05 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.2.8.ebuild,v 1.3 2007/01/24 17:14:25 genone Exp $ inherit eutils linux-info autotools @@ -34,9 +34,9 @@ pkg_setup() { elif [ -n "${tpm_module}" ] ; then einfo "Good, you seem to have TPM support with the external module." if [ -n "${tpm_kernel_version}" ] ; then - einfo - einfo "Note that since you have a >=2.6.12 kernel, you could use" - einfo "the in-kernel driver instead (CONFIG_TCG_TPM)." + elog + elog "Note that since you have a >=2.6.12 kernel, you could use" + elog "the in-kernel driver instead of (CONFIG_TCG_TPM)." fi elif [ -n "${tpm_kernel_version}" ] ; then eerror |