From: Marius Mauch Date: Wed, 24 Jan 2007 17:17:52 +0000 (+0000) Subject: Replacing einfo with elog X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ad9788a12faa85ba4dcd7fd483bb9acd2007aa38;p=gentoo.git Replacing einfo with elog Package-Manager: portage-2.1.2-r2 --- diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog index bc60685df517..0be4d4981f73 100644 --- a/app-crypt/gnupg/ChangeLog +++ b/app-crypt/gnupg/ChangeLog @@ -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 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 gnupg-2.0.1-r2.ebuild: Remove WANT_AUTO* diff --git a/app-crypt/gnupg/gnupg-1.4.2.2.ebuild b/app-crypt/gnupg/gnupg-1.4.2.2.ebuild index 2f7b64fa6c91..a9a764fc8251 100644 --- a/app-crypt/gnupg/gnupg-1.4.2.2.ebuild +++ b/app-crypt/gnupg/gnupg-1.4.2.2.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/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 } diff --git a/app-crypt/gnupg/gnupg-1.4.4.ebuild b/app-crypt/gnupg/gnupg-1.4.4.ebuild index ebad77b56acb..ee58081b8c48 100644 --- a/app-crypt/gnupg/gnupg-1.4.4.ebuild +++ b/app-crypt/gnupg/gnupg-1.4.4.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/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 } diff --git a/app-crypt/gnupg/gnupg-1.4.5-r1.ebuild b/app-crypt/gnupg/gnupg-1.4.5-r1.ebuild index d04370777433..1fc602078651 100644 --- a/app-crypt/gnupg/gnupg-1.4.5-r1.ebuild +++ b/app-crypt/gnupg/gnupg-1.4.5-r1.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/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 } diff --git a/app-crypt/gnupg/gnupg-1.4.5-r2.ebuild b/app-crypt/gnupg/gnupg-1.4.5-r2.ebuild index b6a4f80fee23..6d3735b885f2 100644 --- a/app-crypt/gnupg/gnupg-1.4.5-r2.ebuild +++ b/app-crypt/gnupg/gnupg-1.4.5-r2.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/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 } diff --git a/app-crypt/gnupg/gnupg-1.4.5.ebuild b/app-crypt/gnupg/gnupg-1.4.5.ebuild index a17f3eaf2052..31d5fe2cb922 100644 --- a/app-crypt/gnupg/gnupg-1.4.5.ebuild +++ b/app-crypt/gnupg/gnupg-1.4.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/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 } diff --git a/app-crypt/gnupg/gnupg-1.4.6.ebuild b/app-crypt/gnupg/gnupg-1.4.6.ebuild index 21de56f0d1d0..50febd159074 100644 --- a/app-crypt/gnupg/gnupg-1.4.6.ebuild +++ b/app-crypt/gnupg/gnupg-1.4.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/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 } diff --git a/app-crypt/gnupg/gnupg-1.9.20-r3.ebuild b/app-crypt/gnupg/gnupg-1.9.20-r3.ebuild index a8b1549c8f5b..223684492e26 100644 --- a/app-crypt/gnupg/gnupg-1.9.20-r3.ebuild +++ b/app-crypt/gnupg/gnupg-1.9.20-r3.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/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 } diff --git a/app-crypt/gnupg/gnupg-1.9.21-r1.ebuild b/app-crypt/gnupg/gnupg-1.9.21-r1.ebuild index 6bc900cb5fdc..0b1d3136d7a2 100644 --- a/app-crypt/gnupg/gnupg-1.9.21-r1.ebuild +++ b/app-crypt/gnupg/gnupg-1.9.21-r1.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/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 } diff --git a/app-crypt/gnupg/gnupg-1.9.21.ebuild b/app-crypt/gnupg/gnupg-1.9.21.ebuild index c91f7f62ee71..5ebe91d41e64 100644 --- a/app-crypt/gnupg/gnupg-1.9.21.ebuild +++ b/app-crypt/gnupg/gnupg-1.9.21.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/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 } diff --git a/app-crypt/gnupg/gnupg-1.9.22.ebuild b/app-crypt/gnupg/gnupg-1.9.22.ebuild index 409e84bf17be..2f4dce6be132 100644 --- a/app-crypt/gnupg/gnupg-1.9.22.ebuild +++ b/app-crypt/gnupg/gnupg-1.9.22.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/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 } diff --git a/app-crypt/gnupg/gnupg-1.9.94.ebuild b/app-crypt/gnupg/gnupg-1.9.94.ebuild index 691c5d29edc0..ca86314424f6 100644 --- a/app-crypt/gnupg/gnupg-1.9.94.ebuild +++ b/app-crypt/gnupg/gnupg-1.9.94.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/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 } diff --git a/app-crypt/gnupg/gnupg-2.0.0.ebuild b/app-crypt/gnupg/gnupg-2.0.0.ebuild index 71ff72eb3ce0..cf4b94d19d73 100644 --- a/app-crypt/gnupg/gnupg-2.0.0.ebuild +++ b/app-crypt/gnupg/gnupg-2.0.0.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/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 } diff --git a/app-crypt/gnupg/gnupg-2.0.1.ebuild b/app-crypt/gnupg/gnupg-2.0.1.ebuild index 9f9ebedc0ade..d81a10bc7639 100644 --- a/app-crypt/gnupg/gnupg-2.0.1.ebuild +++ b/app-crypt/gnupg/gnupg-2.0.1.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/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 } diff --git a/app-crypt/pinentry/ChangeLog b/app-crypt/pinentry/ChangeLog index a45ed8db5f5b..717230419b1d 100644 --- a/app-crypt/pinentry/ChangeLog +++ b/app-crypt/pinentry/ChangeLog @@ -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 pinentry-0.7.2-r2.ebuild, + pinentry-0.7.2-r3.ebuild: + Replacing einfo with elog 09 Jan 2007; Sven Wegener pinentry-0.7.2-r3.ebuild: Add WANT_AUTO* variables, should fix bug #161165. diff --git a/app-crypt/pinentry/pinentry-0.7.2-r2.ebuild b/app-crypt/pinentry/pinentry-0.7.2-r2.ebuild index 95aa285bb07f..d566ae0ef8b6 100644 --- a/app-crypt/pinentry/pinentry-0.7.2-r2.ebuild +++ b/app-crypt/pinentry/pinentry-0.7.2-r2.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/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." } diff --git a/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild b/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild index 3f0be1ef2825..575d6028d34a 100644 --- a/app-crypt/pinentry/pinentry-0.7.2-r3.ebuild +++ b/app-crypt/pinentry/pinentry-0.7.2-r3.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/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." } diff --git a/app-crypt/pkcrack/ChangeLog b/app-crypt/pkcrack/ChangeLog index bb55ee355945..858cbf42794e 100644 --- a/app-crypt/pkcrack/ChangeLog +++ b/app-crypt/pkcrack/ChangeLog @@ -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 pkcrack-1.2.2.ebuild: + Replacing einfo with elog 17 Jan 2007; Steve Dibb pkcrack-1.2.2.ebuild: Add ~amd64, bug 122604 diff --git a/app-crypt/pkcrack/pkcrack-1.2.2.ebuild b/app-crypt/pkcrack/pkcrack-1.2.2.ebuild index 6dad8548b646..dc78f9ba16b9 100644 --- a/app-crypt/pkcrack/pkcrack-1.2.2.ebuild +++ b/app-crypt/pkcrack/pkcrack-1.2.2.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/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 } diff --git a/app-crypt/tpm-emulator/ChangeLog b/app-crypt/tpm-emulator/ChangeLog index af715e6b3407..0a5cd4fc151b 100644 --- a/app-crypt/tpm-emulator/ChangeLog +++ b/app-crypt/tpm-emulator/ChangeLog @@ -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 tpm-emulator-0.2a.ebuild, + tpm-emulator-0.3.ebuild: + Replacing einfo with elog 19 Oct 2006; Markus Ullmann tpm-emulator-0.2a.ebuild, tpm-emulator-0.3.ebuild: diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild index a3bf9ca02dac..f5572b2647bd 100644 --- a/app-crypt/tpm-emulator/tpm-emulator-0.2a.ebuild +++ b/app-crypt/tpm-emulator/tpm-emulator-0.2a.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/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"' } diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild index 68c050fe3393..a082586aba29 100644 --- a/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild +++ b/app-crypt/tpm-emulator/tpm-emulator-0.3.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/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"' } 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 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 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 diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog index 058cc40c34ba..b7cbd70d3cad 100644 --- a/app-crypt/truecrypt/ChangeLog +++ b/app-crypt/truecrypt/ChangeLog @@ -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 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) diff --git a/app-crypt/truecrypt/truecrypt-4.2-r1.ebuild b/app-crypt/truecrypt/truecrypt-4.2-r1.ebuild index f3b1605127c6..8b90c4a9a268 100644 --- a/app-crypt/truecrypt/truecrypt-4.2-r1.ebuild +++ b/app-crypt/truecrypt/truecrypt-4.2-r1.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/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() { diff --git a/app-crypt/truecrypt/truecrypt-4.2a-r1.ebuild b/app-crypt/truecrypt/truecrypt-4.2a-r1.ebuild index a0ea7a3c977c..c4f69ab2e3e0 100644 --- a/app-crypt/truecrypt/truecrypt-4.2a-r1.ebuild +++ b/app-crypt/truecrypt/truecrypt-4.2a-r1.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/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() { diff --git a/app-crypt/truecrypt/truecrypt-4.2a.ebuild b/app-crypt/truecrypt/truecrypt-4.2a.ebuild index 0b269cd8a3e8..1937dc899e96 100644 --- a/app-crypt/truecrypt/truecrypt-4.2a.ebuild +++ b/app-crypt/truecrypt/truecrypt-4.2a.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/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() {