summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 17:09:02 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 17:09:02 +0000
commit3a8805765189a5a474afa75067ff9d870d6c2800 (patch)
treedd690c74f77850b696cf4fc21be96798988eccfa /app-crypt
parentAvoid warnings about wait_for_sysfs rule for persistent-net, Bug #163096. Add... (diff)
downloadgentoo-2-3a8805765189a5a474afa75067ff9d870d6c2800.tar.gz
gentoo-2-3a8805765189a5a474afa75067ff9d870d6c2800.tar.bz2
gentoo-2-3a8805765189a5a474afa75067ff9d870d6c2800.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/pinentry/ChangeLog6
-rw-r--r--app-crypt/pinentry/pinentry-0.7.2-r2.ebuild12
-rw-r--r--app-crypt/pinentry/pinentry-0.7.2-r3.ebuild16
3 files changed, 19 insertions, 15 deletions
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 <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.
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."
}