Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Wed, 24 Jan 2007 17:17:52 +0000 (17:17 +0000)
committerMarius Mauch <genone@gentoo.org>
Wed, 24 Jan 2007 17:17:52 +0000 (17:17 +0000)
Package-Manager: portage-2.1.2-r2

32 files changed:
app-crypt/gnupg/ChangeLog
app-crypt/gnupg/gnupg-1.4.2.2.ebuild
app-crypt/gnupg/gnupg-1.4.4.ebuild
app-crypt/gnupg/gnupg-1.4.5-r1.ebuild
app-crypt/gnupg/gnupg-1.4.5-r2.ebuild
app-crypt/gnupg/gnupg-1.4.5.ebuild
app-crypt/gnupg/gnupg-1.4.6.ebuild
app-crypt/gnupg/gnupg-1.9.20-r3.ebuild
app-crypt/gnupg/gnupg-1.9.21-r1.ebuild
app-crypt/gnupg/gnupg-1.9.21.ebuild
app-crypt/gnupg/gnupg-1.9.22.ebuild
app-crypt/gnupg/gnupg-1.9.94.ebuild
app-crypt/gnupg/gnupg-2.0.0.ebuild
app-crypt/gnupg/gnupg-2.0.1.ebuild
app-crypt/pinentry/ChangeLog
app-crypt/pinentry/pinentry-0.7.2-r2.ebuild
app-crypt/pinentry/pinentry-0.7.2-r3.ebuild
app-crypt/pkcrack/ChangeLog
app-crypt/pkcrack/pkcrack-1.2.2.ebuild
app-crypt/tpm-emulator/ChangeLog
app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild
app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild
app-crypt/trousers/ChangeLog
app-crypt/trousers/trousers-0.2.1.ebuild
app-crypt/trousers/trousers-0.2.3.ebuild
app-crypt/trousers/trousers-0.2.5.ebuild
app-crypt/trousers/trousers-0.2.6.ebuild
app-crypt/trousers/trousers-0.2.8.ebuild
app-crypt/truecrypt/ChangeLog
app-crypt/truecrypt/truecrypt-4.2-r1.ebuild
app-crypt/truecrypt/truecrypt-4.2a-r1.ebuild
app-crypt/truecrypt/truecrypt-4.2a.ebuild

index bc60685df517a3e37d351f97eac96abb8f574796..0be4d4981f73146560b65eec62dea32fafc9a771 100644 (file)
@@ -1,6 +1,13 @@
 # ChangeLog for app-crypt/gnupg
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.268 2007/01/12 20:33:19 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.269 2007/01/24 17:05:34 genone Exp $
+
+  24 Jan 2007; Marius Mauch <genone@gentoo.org> gnupg-1.4.2.2.ebuild,
+  gnupg-1.4.4.ebuild, gnupg-1.4.5.ebuild, gnupg-1.4.5-r1.ebuild,
+  gnupg-1.4.5-r2.ebuild, gnupg-1.4.6.ebuild, gnupg-1.9.20-r3.ebuild,
+  gnupg-1.9.21.ebuild, gnupg-1.9.21-r1.ebuild, gnupg-1.9.22.ebuild,
+  gnupg-1.9.94.ebuild, gnupg-2.0.0.ebuild, gnupg-2.0.1.ebuild:
+  Replacing einfo with elog
 
   12 Jan 2007; Alon Bar-Lev <alonbl@gentoo.org> gnupg-2.0.1-r2.ebuild:
   Remove WANT_AUTO*
index 2f7b64fa6c91bc85fcb486290393a9b3df2987ed..a9a764fc8251698975cd90006cd3108c5ffae179 100644 (file)
@@ -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/gnupg/gnupg-1.4.2.2.ebuild,v 1.19 2006/10/24 18:32:17 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.2.2.ebuild,v 1.20 2007/01/24 17:05:34 genone Exp $
 
 inherit eutils flag-o-matic linux-info
 
@@ -190,42 +190,40 @@ src_test() {
 pkg_postinst() {
        if ! use kernel_linux || (! use caps && kernel_is lt 2 6 9); then
                chmod u+s,go-r ${ROOT}/usr/bin/gpg
-               einfo "gpg is installed suid root to make use of protected memory space"
-               einfo "This is needed in order to have a secure place to store your"
-               einfo "passphrases, etc. at runtime but may make some sysadmins nervous."
+               elog "gpg is installed suid root to make use of protected memory space"
+               elog "This is needed in order to have a secure place to store your"
+               elog "passphrases, etc. at runtime but may make some sysadmins nervous."
        else
                chmod u-s,go-r ${ROOT}/usr/bin/gpg
        fi
        echo
        if use idea; then
-               einfo "-----------------------------------------------------------------------------------"
-               einfo "IDEA"
-               ewarn "you have compiled ${PN} with support for the IDEA algorithm, this code"
-               ewarn "is distributed under the GPL in countries where it is permitted to do so"
-               ewarn "by law."
-               einfo
-               einfo "Please read http://www.gnupg.org/(en)/faq/why-not-idea.html for more information."
-               einfo
+               elog "IDEA"
+               elog "you have compiled ${PN} with support for the IDEA algorithm, this code"
+               elog "is distributed under the GPL in countries where it is permitted to do so"
+               elog "by law."
+               elog
+               elog "Please read http://www.gnupg.org/(en)/faq/why-not-idea.html for more information."
+               elog
                ewarn "If you are in a country where the IDEA algorithm is patented, you are permitted"
                ewarn "to use it at no cost for 'non revenue generating data transfer between private"
                ewarn "individuals'."
-               einfo
-               einfo "Countries where the patent applies are listed here"
-               einfo "http://www.mediacrypt.com/_contents/10_idea/101030_ea_pi.asp"
-               einfo
-               einfo "Further information and other licenses are availble from http://www.mediacrypt.com/"
-               einfo "-----------------------------------------------------------------------------------"
+               ewarn
+               ewarn "Countries where the patent applies are listed here"
+               ewarn "http://www.mediacrypt.com/_contents/10_idea/101030_ea_pi.asp"
+               ewarn
+               ewarn "Further information and other licenses are availble from http://www.mediacrypt.com/"
        fi
        if use ecc; then
-               einfo
+               ewarn
                ewarn "The elliptical curves patch is experimental"
-               einfo "Further info available at http://alumnes.eps.udl.es/%7Ed4372211/index.en.html"
+               ewarn "Further info available at http://alumnes.eps.udl.es/%7Ed4372211/index.en.html"
        fi
        if use caps; then
-               einfo
+               ewarn
                ewarn "Capabilities code is experimental"
        fi
-       einfo
-       einfo "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
-       einfo
+       elog
+       elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
+       elog
 }
index ebad77b56acb58d44bdbf0a61e6611d6620a8705..ee58081b8c481f6ca7b44a5dafdb546daf2ecad5 100644 (file)
@@ -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/gnupg/gnupg-1.4.4.ebuild,v 1.14 2006/10/24 18:32:17 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.4.ebuild,v 1.15 2007/01/24 17:05:34 genone Exp $
 
 inherit eutils flag-o-matic linux-info
 
@@ -177,42 +177,41 @@ pkg_postinst() {
        #if ! use kernel_linux || (! use caps && kernel_is lt 2 6 9); then
        if ! use kernel_linux || kernel_is lt 2 6 9; then
                chmod u+s,go-r ${ROOT}/usr/bin/gpg
-               einfo "gpg is installed suid root to make use of protected memory space"
-               einfo "This is needed in order to have a secure place to store your"
-               einfo "passphrases, etc. at runtime but may make some sysadmins nervous."
+               elog "gpg is installed suid root to make use of protected memory space"
+               elog "This is needed in order to have a secure place to store your"
+               elog "passphrases, etc. at runtime but may make some sysadmins nervous."
        else
                chmod u-s,go-r ${ROOT}/usr/bin/gpg
        fi
        echo
        if use idea; then
-               einfo "-----------------------------------------------------------------------------------"
-               einfo "IDEA"
-               ewarn "you have compiled ${PN} with support for the IDEA algorithm, this code"
-               ewarn "is distributed under the GPL in countries where it is permitted to do so"
-               ewarn "by law."
-               einfo
-               einfo "Please read http://www.gnupg.org/(en)/faq/why-not-idea.html for more information."
-               einfo
+               elog
+               elog "IDEA"
+               elog "you have compiled ${PN} with support for the IDEA algorithm, this code"
+               elog "is distributed under the GPL in countries where it is permitted to do so"
+               elog "by law."
+               elog
+               elog "Please read http://www.gnupg.org/(en)/faq/why-not-idea.html for more information."
+               elog
                ewarn "If you are in a country where the IDEA algorithm is patented, you are permitted"
                ewarn "to use it at no cost for 'non revenue generating data transfer between private"
                ewarn "individuals'."
-               einfo
-               einfo "Countries where the patent applies are listed here"
-               einfo "http://www.mediacrypt.com/_contents/10_idea/101030_ea_pi.asp"
-               einfo
-               einfo "Further information and other licenses are availble from http://www.mediacrypt.com/"
-               einfo "-----------------------------------------------------------------------------------"
+               ewarn
+               ewarn "Countries where the patent applies are listed here"
+               ewarn "http://www.mediacrypt.com/_contents/10_idea/101030_ea_pi.asp"
+               ewarn
+               ewarn "Further information and other licenses are availble from http://www.mediacrypt.com/"
        fi
        if use ecc; then
-               einfo
+               ewarn
                ewarn "The elliptical curves patch is experimental"
-               einfo "Further info available at http://alumnes.eps.udl.es/%7Ed4372211/index.en.html"
+               ewarn "Further info available at http://alumnes.eps.udl.es/%7Ed4372211/index.en.html"
        fi
        #if use caps; then
-       #       einfo
+       #       ewarn
        #       ewarn "Capabilities code is experimental"
        #fi
-       einfo
-       einfo "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
-       einfo
+       elog
+       elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
+       elog
 }
index d0437077743326b8f168522e6e25f46cd547a0bb..1fc6020786514e3ab9cff35f3c65c7cfaf5d556e 100644 (file)
@@ -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/gnupg/gnupg-1.4.5-r1.ebuild,v 1.2 2006/10/24 18:32:17 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.5-r1.ebuild,v 1.3 2007/01/24 17:05:34 genone Exp $
 
 inherit eutils flag-o-matic
 
@@ -169,30 +169,29 @@ pkg_postinst() {
        ewarn "you MUST make the gpg binary setuid."
        echo
        if use idea; then
-               einfo "-----------------------------------------------------------------------------------"
-               einfo "IDEA"
-               ewarn "you have compiled ${PN} with support for the IDEA algorithm, this code"
-               ewarn "is distributed under the GPL in countries where it is permitted to do so"
-               ewarn "by law."
-               einfo
-               einfo "Please read http://www.gnupg.org/(en)/faq/why-not-idea.html for more information."
-               einfo
+               elog
+               elog "IDEA"
+               elog "you have compiled ${PN} with support for the IDEA algorithm, this code"
+               elog "is distributed under the GPL in countries where it is permitted to do so"
+               elog "by law."
+               elog
+               elog "Please read http://www.gnupg.org/(en)/faq/why-not-idea.html for more information."
+               elog
                ewarn "If you are in a country where the IDEA algorithm is patented, you are permitted"
                ewarn "to use it at no cost for 'non revenue generating data transfer between private"
                ewarn "individuals'."
-               einfo
-               einfo "Countries where the patent applies are listed here"
-               einfo "http://www.mediacrypt.com/_contents/10_idea/101030_ea_pi.asp"
-               einfo
-               einfo "Further information and other licenses are availble from http://www.mediacrypt.com/"
-               einfo "-----------------------------------------------------------------------------------"
+               ewarn
+               ewarn "Countries where the patent applies are listed here"
+               ewarn "http://www.mediacrypt.com/_contents/10_idea/101030_ea_pi.asp"
+               ewarn
+               ewarn "Further information and other licenses are availble from http://www.mediacrypt.com/"
        fi
        if use ecc; then
-               einfo
+               ewarn
                ewarn "The elliptical curves patch is experimental"
-               einfo "Further info available at http://alumnes.eps.udl.es/%7Ed4372211/index.en.html"
+               ewarn "Further info available at http://alumnes.eps.udl.es/%7Ed4372211/index.en.html"
        fi
-       einfo
-       einfo "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
-       einfo
+       elog
+       elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
+       elog
 }
index b6a4f80fee23f184752a98e0243b0bf820c86bef..6d3735b885f213aeaa972c0a27e089ffa44360b0 100644 (file)
@@ -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/gnupg/gnupg-1.4.5-r2.ebuild,v 1.10 2006/11/25 20:55:20 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.5-r2.ebuild,v 1.11 2007/01/24 17:05:34 genone Exp $
 
 inherit eutils flag-o-matic
 
@@ -179,30 +179,30 @@ pkg_postinst() {
        ewarn "you MUST make the gpg binary setuid."
        echo
        if use !bindist && use idea; then
-               einfo "-----------------------------------------------------------------------------------"
-               einfo "IDEA"
-               ewarn "you have compiled ${PN} with support for the IDEA algorithm, this code"
-               ewarn "is distributed under the GPL in countries where it is permitted to do so"
-               ewarn "by law."
-               einfo
-               einfo "Please read http://www.gnupg.org/(en)/faq/why-not-idea.html for more information."
-               einfo
+               elog
+               elog "IDEA"
+               elog "you have compiled ${PN} with support for the IDEA algorithm, this code"
+               elog "is distributed under the GPL in countries where it is permitted to do so"
+               elog "by law."
+               elog
+               elog "Please read http://www.gnupg.org/(en)/faq/why-not-idea.html for more information."
+               elog
                ewarn "If you are in a country where the IDEA algorithm is patented, you are permitted"
                ewarn "to use it at no cost for 'non revenue generating data transfer between private"
                ewarn "individuals'."
-               einfo
-               einfo "Countries where the patent applies are listed here"
-               einfo "http://www.mediacrypt.com/_contents/10_idea/101030_ea_pi.asp"
-               einfo
-               einfo "Further information and other licenses are availble from http://www.mediacrypt.com/"
-               einfo "-----------------------------------------------------------------------------------"
+               ewarn
+               ewarn "Countries where the patent applies are listed here"
+               ewarn "http://www.mediacrypt.com/_contents/10_idea/101030_ea_pi.asp"
+               ewarn
+               ewarn "Further information and other licenses are availble from http://www.mediacrypt.com/"
+               ewarn
        fi
        if use !bindist && use ecc; then
-               einfo
+               ewarn
                ewarn "The elliptical curves patch is experimental"
-               einfo "Further info available at http://alumnes.eps.udl.es/%7Ed4372211/index.en.html"
+               ewarn "Further info available at http://alumnes.eps.udl.es/%7Ed4372211/index.en.html"
        fi
-       einfo
-       einfo "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
-       einfo
+       elog
+       elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
+       elog
 }
index a17f3eaf2052c579426daf7bad75cd8eb49aa627..31d5fe2cb9224477d90bc532d54069f8442a7eb9 100644 (file)
@@ -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/gnupg/gnupg-1.4.5.ebuild,v 1.11 2006/11/12 03:57:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.5.ebuild,v 1.12 2007/01/24 17:05:34 genone Exp $
 
 inherit eutils flag-o-matic linux-info
 
@@ -178,42 +178,42 @@ pkg_postinst() {
        #if ! use kernel_linux || (! use caps && kernel_is lt 2 6 9); then
        if ! use kernel_linux || kernel_is lt 2 6 9; then
                chmod u+s,go-r ${ROOT}/usr/bin/gpg
-               einfo "gpg is installed suid root to make use of protected memory space"
-               einfo "This is needed in order to have a secure place to store your"
-               einfo "passphrases, etc. at runtime but may make some sysadmins nervous."
+               elog "gpg is installed suid root to make use of protected memory space"
+               elog "This is needed in order to have a secure place to store your"
+               elog "passphrases, etc. at runtime but may make some sysadmins nervous."
        else
                chmod u-s,go-r ${ROOT}/usr/bin/gpg
        fi
        echo
        if use idea; then
-               einfo "-----------------------------------------------------------------------------------"
-               einfo "IDEA"
-               ewarn "you have compiled ${PN} with support for the IDEA algorithm, this code"
-               ewarn "is distributed under the GPL in countries where it is permitted to do so"
-               ewarn "by law."
-               einfo
-               einfo "Please read http://www.gnupg.org/(en)/faq/why-not-idea.html for more information."
-               einfo
+               elog
+               elog "IDEA"
+               elog "you have compiled ${PN} with support for the IDEA algorithm, this code"
+               elog "is distributed under the GPL in countries where it is permitted to do so"
+               elog "by law."
+               elog
+               elog "Please read http://www.gnupg.org/(en)/faq/why-not-idea.html for more information."
+               elog
                ewarn "If you are in a country where the IDEA algorithm is patented, you are permitted"
                ewarn "to use it at no cost for 'non revenue generating data transfer between private"
                ewarn "individuals'."
-               einfo
-               einfo "Countries where the patent applies are listed here"
-               einfo "http://www.mediacrypt.com/_contents/10_idea/101030_ea_pi.asp"
-               einfo
-               einfo "Further information and other licenses are availble from http://www.mediacrypt.com/"
-               einfo "-----------------------------------------------------------------------------------"
+               ewarn
+               ewarn "Countries where the patent applies are listed here"
+               ewarn "http://www.mediacrypt.com/_contents/10_idea/101030_ea_pi.asp"
+               ewarn
+               ewarn "Further information and other licenses are availble from http://www.mediacrypt.com/"
+               ewarn
        fi
        if use ecc; then
-               einfo
+               ewarn
                ewarn "The elliptical curves patch is experimental"
-               einfo "Further info available at http://alumnes.eps.udl.es/%7Ed4372211/index.en.html"
+               ewarn "Further info available at http://alumnes.eps.udl.es/%7Ed4372211/index.en.html"
        fi
        #if use caps; then
-       #       einfo
+       #       ewarn
        #       ewarn "Capabilities code is experimental"
        #fi
-       einfo
-       einfo "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
-       einfo
+       elog
+       elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
+       elog
 }
index 21de56f0d1d03353eed069f818e702478f22582d..50febd159074a59a99e4ec0355f20e224be000be 100644 (file)
@@ -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/gnupg/gnupg-1.4.6.ebuild,v 1.9 2006/12/08 19:58:58 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.6.ebuild,v 1.10 2007/01/24 17:05:34 genone Exp $
 
 inherit eutils flag-o-matic
 
@@ -175,30 +175,30 @@ pkg_postinst() {
        ewarn "you MUST make the gpg binary setuid."
        echo
        if use !bindist && use idea; then
-               einfo "-----------------------------------------------------------------------------------"
-               einfo "IDEA"
-               ewarn "you have compiled ${PN} with support for the IDEA algorithm, this code"
-               ewarn "is distributed under the GPL in countries where it is permitted to do so"
-               ewarn "by law."
-               einfo
-               einfo "Please read http://www.gnupg.org/(en)/faq/why-not-idea.html for more information."
-               einfo
+               elog
+               elog "IDEA"
+               elog "you have compiled ${PN} with support for the IDEA algorithm, this code"
+               elog "is distributed under the GPL in countries where it is permitted to do so"
+               elog "by law."
+               elog
+               elog "Please read http://www.gnupg.org/(en)/faq/why-not-idea.html for more information."
+               elog
                ewarn "If you are in a country where the IDEA algorithm is patented, you are permitted"
                ewarn "to use it at no cost for 'non revenue generating data transfer between private"
                ewarn "individuals'."
-               einfo
-               einfo "Countries where the patent applies are listed here"
-               einfo "http://www.mediacrypt.com/_contents/10_idea/101030_ea_pi.asp"
-               einfo
-               einfo "Further information and other licenses are availble from http://www.mediacrypt.com/"
-               einfo "-----------------------------------------------------------------------------------"
+               ewarn
+               ewarn "Countries where the patent applies are listed here"
+               ewarn "http://www.mediacrypt.com/_contents/10_idea/101030_ea_pi.asp"
+               ewarn
+               ewarn "Further information and other licenses are availble from http://www.mediacrypt.com/"
+               ewarn
        fi
        if use !bindist && use ecc; then
-               einfo
+               ewarn
                ewarn "The elliptical curves patch is experimental"
-               einfo "Further info available at http://alumnes.eps.udl.es/%7Ed4372211/index.en.html"
+               ewarn "Further info available at http://alumnes.eps.udl.es/%7Ed4372211/index.en.html"
        fi
-       einfo
-       einfo "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
-       einfo
+       elog
+       elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
+       elog
 }
index a8b1549c8f5b1cd1372a889350c427b3f9a8abc1..223684492e26682e8e6d41827f5dfa17cfcf6e27 100644 (file)
@@ -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/gnupg/gnupg-1.9.20-r3.ebuild,v 1.11 2006/10/30 10:09:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.20-r3.ebuild,v 1.12 2007/01/24 17:05:34 genone Exp $
 
 WANT_AUTOMAKE='latest'
 
@@ -97,11 +97,11 @@ src_install() {
 
 pkg_postinst() {
        if ! use caps; then
-               einfo "gpg is installed suid root to make use of protected memory space"
-               einfo "This is needed in order to have a secure place to store your"
-               einfo "passphrases, etc. at runtime but may make some sysadmins nervous."
+               elog "gpg is installed suid root to make use of protected memory space"
+               elog "This is needed in order to have a secure place to store your"
+               elog "passphrases, etc. at runtime but may make some sysadmins nervous."
        fi
-       einfo
-       einfo "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
-       einfo
+       elog
+       elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
+       elog
 }
index 6bc900cb5fdcd71af724a47133051abfe252d1b2..0b1d3136d7a2fb6517456df8c0809ec9e915db4d 100644 (file)
@@ -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/gnupg/gnupg-1.9.21-r1.ebuild,v 1.5 2006/10/30 10:09:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.21-r1.ebuild,v 1.6 2007/01/24 17:05:34 genone Exp $
 
 WANT_AUTOMAKE='latest'
 
@@ -94,7 +94,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
-       einfo
+       elog
+       elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
+       elog
 }
index c91f7f62ee71a3f21ea87ec2e67f365934dedb98..5ebe91d41e64e36ea679d07ad26a3101efe85545 100644 (file)
@@ -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/gnupg/gnupg-1.9.21.ebuild,v 1.13 2007/01/12 11:43:04 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.21.ebuild,v 1.14 2007/01/24 17:05:34 genone Exp $
 
 WANT_AUTOMAKE='latest'
 
@@ -104,11 +104,11 @@ src_install() {
 
 pkg_postinst() {
        #if ! use caps; then
-       #       einfo "gpg is installed suid root to make use of protected memory space"
-       #       einfo "This is needed in order to have a secure place to store your"
-       #       einfo "passphrases, etc. at runtime but may make some sysadmins nervous."
+       #       elog "gpg is installed suid root to make use of protected memory space"
+       #       elog "This is needed in order to have a secure place to store your"
+       #       elog "passphrases, etc. at runtime but may make some sysadmins nervous."
        #fi
-       einfo
-       einfo "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
-       einfo
+       elog
+       elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
+       elog
 }
index 409e84bf17beb280d69cc1cffcfd62d85131c5de..2f4dce6be1328a49d20db32165064563748eb947 100644 (file)
@@ -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/gnupg/gnupg-1.9.22.ebuild,v 1.5 2006/10/30 10:09:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.22.ebuild,v 1.6 2007/01/24 17:05:34 genone Exp $
 
 WANT_AUTOMAKE='latest'
 
@@ -101,7 +101,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
-       einfo
+       elog
+       elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
+       elog
 }
index 691c5d29edc0d1be6b9eaaa3f6614229890eb6bf..ca86314424f6ced26065f78229962ed75453fb35 100644 (file)
@@ -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/gnupg/gnupg-1.9.94.ebuild,v 1.7 2006/11/03 19:32:17 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.9.94.ebuild,v 1.8 2007/01/24 17:05:34 genone Exp $
 
 WANT_AUTOMAKE='latest'
 
@@ -96,7 +96,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
-       einfo
+       elog
+       elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
+       elog
 }
index 71ff72eb3ce0805ccaf12d3b503ee1d36960d4f5..cf4b94d19d737834c3e973c8983bbd9296c13a66 100644 (file)
@@ -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/gnupg/gnupg-2.0.0.ebuild,v 1.1 2006/11/11 14:47:24 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.0.ebuild,v 1.2 2007/01/24 17:05:34 genone Exp $
 
 WANT_AUTOMAKE='latest'
 
@@ -94,7 +94,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
-       einfo
+       elog
+       elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
+       elog
 }
index 9f9ebedc0adefcf9271a3bc995dfe213d2d35347..d81a10bc763926a88538797bd420cabe6f948db3 100644 (file)
@@ -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/gnupg/gnupg-2.0.1.ebuild,v 1.1 2006/12/02 18:12:40 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.1.ebuild,v 1.2 2007/01/24 17:05:34 genone Exp $
 
 WANT_AUTOMAKE='latest'
 
@@ -94,7 +94,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
-       einfo
+       elog
+       elog "See http://www.gentoo.org/doc/en/gnupg-user.xml for documentation on gnupg"
+       elog
 }
index a45ed8db5f5b768a2c7df08186b2c4eea2fa9584..717230419b1daa12c36bdaf997f229f84184eb1f 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/pinentry
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.56 2007/01/09 20:38:32 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.57 2007/01/24 17:09:02 genone Exp $
+
+  24 Jan 2007; Marius Mauch <genone@gentoo.org> pinentry-0.7.2-r2.ebuild,
+  pinentry-0.7.2-r3.ebuild:
+  Replacing einfo with elog
 
   09 Jan 2007; Sven Wegener <swegener@gentoo.org> pinentry-0.7.2-r3.ebuild:
   Add WANT_AUTO* variables, should fix bug #161165.
index 95aa285bb07fe79838517698a0371f32e7de5742..d566ae0ef8b6900dc06f45fd454598171b04b9bb 100644 (file)
@@ -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/pinentry/pinentry-0.7.2-r2.ebuild,v 1.10 2006/06/23 23:54:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.2-r2.ebuild,v 1.11 2007/01/24 17:09:02 genone Exp $
 
 inherit flag-o-matic qt3 multilib
 
@@ -56,8 +56,8 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "pinentry-curses and pinentry-qt are installed SUID root to make use of"
-       einfo "protected memory space. This is needed in order to have a secure place"
-       einfo "to store your passphrases, etc. at runtime but may make some sysadmins"
-       einfo "nervous."
+       elog "pinentry-curses and pinentry-qt are installed SUID root to make use of"
+       elog "protected memory space. This is needed in order to have a secure place"
+       elog "to store your passphrases, etc. at runtime but may make some sysadmins"
+       elog "nervous."
 }
index 3f0be1ef28258e84bf47c1fcf3b59066bdbb4c41..575d6028d34afe46c9409f4638e6634683774c81 100644 (file)
@@ -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/pinentry/pinentry-0.7.2-r3.ebuild,v 1.17 2007/01/13 23:11:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild,v 1.18 2007/01/24 17:09:02 genone Exp $
 
 WANT_AUTOCONF="2.5"
 WANT_AUTOMAKE="1.9"
@@ -65,11 +65,11 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "We no longer install pinentry-curses and pinentry-qt SUID root by default."
-       einfo "Linux kernels >=2.6.9 support memory locking for unprivileged processes."
-       einfo "The soft resource limit for memory locking specifies the limit an"
-       einfo "unprivileged process may lock into memory. You can also use POSIX"
-       einfo "capabilities to allow pinentry to lock memory. To do so activate the caps"
-       einfo "USE flag and add the CAP_IPC_LOCK capability to the permitted set of"
-       einfo "your users."
+       elog "We no longer install pinentry-curses and pinentry-qt SUID root by default."
+       elog "Linux kernels >=2.6.9 support memory locking for unprivileged processes."
+       elog "The soft resource limit for memory locking specifies the limit an"
+       elog "unprivileged process may lock into memory. You can also use POSIX"
+       elog "capabilities to allow pinentry to lock memory. To do so activate the caps"
+       elog "USE flag and add the CAP_IPC_LOCK capability to the permitted set of"
+       elog "your users."
 }
index bb55ee3559453ac7902bc6d154f508ce7b714083..858cbf42794ebb966aebb627ff4c57f67315fb22 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-crypt/pkcrack
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/pkcrack/ChangeLog,v 1.4 2007/01/17 14:28:40 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pkcrack/ChangeLog,v 1.5 2007/01/24 17:10:15 genone Exp $
+
+  24 Jan 2007; Marius Mauch <genone@gentoo.org> pkcrack-1.2.2.ebuild:
+  Replacing einfo with elog
 
   17 Jan 2007; Steve Dibb <beandog@gentoo.org> pkcrack-1.2.2.ebuild:
   Add ~amd64, bug 122604
index 6dad8548b6461d27e64a2bd28cdae5a883524641..dc78f9ba16b9ed2cc79e9bcad79ea4fc5c615a9b 100644 (file)
@@ -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/pkcrack/pkcrack-1.2.2.ebuild,v 1.4 2007/01/17 14:28:40 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/pkcrack/pkcrack-1.2.2.ebuild,v 1.5 2007/01/24 17:10:15 genone Exp $
 
 inherit toolchain-funcs
 
@@ -41,13 +41,13 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "Author DEMANDS :-) a postcard be sent to:"
-       einfo
-       einfo "    Peter Conrad"
-       einfo "    Am Heckenberg 1"
-       einfo "    56727 Mayen"
-       einfo "    Germany"
-       einfo
-       einfo "See: http://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/pkcrack-readme.html"
+       elog "Author DEMANDS :-) a postcard be sent to:"
+       elog
+       elog "    Peter Conrad"
+       elog "    Am Heckenberg 1"
+       elog "    56727 Mayen"
+       elog "    Germany"
+       elog
+       elog "See: http://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/pkcrack-readme.html"
        epause 5
 }
index af715e6b34072fb708628b40751f39669feadbf3..0a5cd4fc151b6d4c7d6fc75f5d8c24f8a2804508 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/tpm-emulator
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/ChangeLog,v 1.4 2006/10/19 00:19:21 jokey Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/ChangeLog,v 1.5 2007/01/24 17:11:52 genone Exp $
+
+  24 Jan 2007; Marius Mauch <genone@gentoo.org> tpm-emulator-0.2a.ebuild,
+  tpm-emulator-0.3.ebuild:
+  Replacing einfo with elog
 
   19 Oct 2006; Markus Ullmann <jokey@gentoo.org> tpm-emulator-0.2a.ebuild,
   tpm-emulator-0.3.ebuild:
index a3bf9ca02dac2d37a6ac87f958b8097a5f4cdf09..f5572b2647bd3e28f1c24c35aa6d6bd9f6d79bad 100644 (file)
@@ -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/tpm-emulator/tpm-emulator-0.2a.ebuild,v 1.3 2006/10/19 00:19:21 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild,v 1.4 2007/01/24 17:11:52 genone Exp $
 
 inherit toolchain-funcs linux-mod eutils
 
@@ -38,6 +38,6 @@ src_install() {
 
 pkg_postinst() {
        linux-mod_pkg_postinst
-       einfo 'when starting for the first time:'
-       einfo 'modprobe tpm_emulator startup="clear"'
+       elog 'when starting for the first time:'
+       elog 'modprobe tpm_emulator startup="clear"'
 }
index 68c050fe33934f918292e8db0e20d8f1cba575aa..a082586aba299d4b8e0413899ed644d29ba6fd21 100644 (file)
@@ -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/tpm-emulator/tpm-emulator-0.3.ebuild,v 1.3 2006/10/19 00:19:21 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild,v 1.4 2007/01/24 17:11:52 genone Exp $
 
 inherit toolchain-funcs linux-mod eutils flag-o-matic
 
@@ -36,6 +36,6 @@ src_install() {
 
 pkg_postinst() {
        linux-mod_pkg_postinst
-       einfo 'when starting for the first time:'
-       einfo 'modprobe tpm_emulator startup="clear"'
+       elog 'when starting for the first time:'
+       elog 'modprobe tpm_emulator startup="clear"'
 }
index ec6edf3d7fa5048a427cff7122d18971d34c1fcc..b2b96bb73136c0a88652aa15ba5444d19e9365fc 100644 (file)
@@ -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*
index f84ce345323749e6e187676f6ab08d8e889b05f1..14e16afce286fe2bb044b10b3863a3680c65e0cf 100644 (file)
@@ -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
index 3f866d299d5dd83f169c0c4134896912d86601f7..c7828bc18280b7d08033c6de10fd06bb82c65a99 100644 (file)
@@ -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
index e13016ac9e6e27901d74e0855494ef79826582dd..987dc32faa7f02574412972ea7df8513277ee8f2 100644 (file)
@@ -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
index 7a998aa4023eef583225d8992c9302260b703844..bf827f5cd4be21a7809a113c2d441b2f85fee3d6 100644 (file)
@@ -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
index a4db843c902be4e3d88a0c2d0d7f536ad7d68266..baea52e7b08dd0aa85f1c0f10315c4435bfdf4fa 100644 (file)
@@ -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
index 058cc40c34ba64281ca03dc96a6b0292547c7cab..b7cbd70d3cad11a415c3e40da16c226f3fe8862d 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-crypt/truecrypt
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.9 2006/12/06 21:31:02 alonbl Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.10 2007/01/24 17:17:52 genone Exp $
+
+  24 Jan 2007; Marius Mauch <genone@gentoo.org> truecrypt-4.2-r1.ebuild,
+  truecrypt-4.2a.ebuild, truecrypt-4.2a-r1.ebuild:
+  Replacing einfo with elog
 
 *truecrypt-4.2a-r1 (06 Dec 2006)
 
index f3b1605127c684aa7c19c2d8ca1eb264bc0ef145..8b90c4a9a268565bac8d064b0b692a3a88e270ff 100644 (file)
@@ -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/truecrypt/truecrypt-4.2-r1.ebuild,v 1.1 2006/06/06 12:05:42 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.2-r1.ebuild,v 1.2 2007/01/24 17:17:52 genone Exp $
 
 inherit linux-mod toolchain-funcs
 
@@ -71,16 +71,16 @@ src_install() {
 
 pkg_postinst() {
        linux-mod_pkg_postinst
-       einfo " For TrueCrypt 4.2 to work you have to load a "
-       einfo " kernel module. This can be done in three ways: "
-       einfo
-       einfo " 1. Loading the module automatically by the running kernel. "
-       einfo "    For this 'Automatic kernel module loading' needs to be "
-       einfo "    enabled (CONFIG_KMOD=y). "
-       einfo " 2. Loading the module manually before mounting the volume. "
-       einfo "    Try 'modprobe truecrypt' as root to load the module. "
-       einfo " 3. Load the module during boot by listing it in "
-       einfo "    '/etc/modules.autoload.d/kernel-2.6' "
+       elog " For TrueCrypt 4.2 to work you have to load a "
+       elog " kernel module. This can be done in three ways: "
+       elog
+       elog " 1. Loading the module automatically by the running kernel. "
+       elog "    For this 'Automatic kernel module loading' needs to be "
+       elog "    enabled (CONFIG_KMOD=y). "
+       elog " 2. Loading the module manually before mounting the volume. "
+       elog "    Try 'modprobe truecrypt' as root to load the module. "
+       elog " 3. Load the module during boot by listing it in "
+       elog "    '/etc/modules.autoload.d/kernel-2.6' "
 }
 
 dmcrypt_check() {
index a0ea7a3c977c31fc429cfb59d5f8aef7633092b6..c4f69ab2e3e08f2569ee83c90907c5abab8f2853 100644 (file)
@@ -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/truecrypt/truecrypt-4.2a-r1.ebuild,v 1.1 2006/12/06 21:31:02 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.2a-r1.ebuild,v 1.2 2007/01/24 17:17:52 genone Exp $
 
 inherit linux-mod toolchain-funcs
 
@@ -72,16 +72,16 @@ src_install() {
 
 pkg_postinst() {
        linux-mod_pkg_postinst
-       einfo " For TrueCrypt 4.2 to work you have to load a "
-       einfo " kernel module. This can be done in three ways: "
-       einfo
-       einfo " 1. Loading the module automatically by the running kernel. "
-       einfo "    For this 'Automatic kernel module loading' needs to be "
-       einfo "    enabled (CONFIG_KMOD=y). "
-       einfo " 2. Loading the module manually before mounting the volume. "
-       einfo "    Try 'modprobe truecrypt' as root to load the module. "
-       einfo " 3. Load the module during boot by listing it in "
-       einfo "    '/etc/modules.autoload.d/kernel-2.6' "
+       elog " For TrueCrypt 4.2 to work you have to load a "
+       elog " kernel module. This can be done in three ways: "
+       elog
+       elog " 1. Loading the module automatically by the running kernel. "
+       elog "    For this 'Automatic kernel module loading' needs to be "
+       elog "    enabled (CONFIG_KMOD=y). "
+       elog " 2. Loading the module manually before mounting the volume. "
+       elog "    Try 'modprobe truecrypt' as root to load the module. "
+       elog " 3. Load the module during boot by listing it in "
+       elog "    '/etc/modules.autoload.d/kernel-2.6' "
 }
 
 dmcrypt_check() {
index 0b269cd8a3e8b0c544b47ba4e29a5f0271b0e814..1937dc899e9659a86e9b46576b25c8f24bf94eae 100644 (file)
@@ -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/truecrypt/truecrypt-4.2a.ebuild,v 1.5 2006/10/09 06:33:50 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.2a.ebuild,v 1.6 2007/01/24 17:17:52 genone Exp $
 
 inherit linux-mod toolchain-funcs
 
@@ -71,16 +71,16 @@ src_install() {
 
 pkg_postinst() {
        linux-mod_pkg_postinst
-       einfo " For TrueCrypt 4.2 to work you have to load a "
-       einfo " kernel module. This can be done in three ways: "
-       einfo
-       einfo " 1. Loading the module automatically by the running kernel. "
-       einfo "    For this 'Automatic kernel module loading' needs to be "
-       einfo "    enabled (CONFIG_KMOD=y). "
-       einfo " 2. Loading the module manually before mounting the volume. "
-       einfo "    Try 'modprobe truecrypt' as root to load the module. "
-       einfo " 3. Load the module during boot by listing it in "
-       einfo "    '/etc/modules.autoload.d/kernel-2.6' "
+       elog " For TrueCrypt 4.2 to work you have to load a "
+       elog " kernel module. This can be done in three ways: "
+       elog
+       elog " 1. Loading the module automatically by the running kernel. "
+       elog "    For this 'Automatic kernel module loading' needs to be "
+       elog "    enabled (CONFIG_KMOD=y). "
+       elog " 2. Loading the module manually before mounting the volume. "
+       elog "    Try 'modprobe truecrypt' as root to load the module. "
+       elog " 3. Load the module during boot by listing it in "
+       elog "    '/etc/modules.autoload.d/kernel-2.6' "
 }
 
 dmcrypt_check() {