summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 17:17:52 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 17:17:52 +0000
commit044e28293acec915708d27b4bd3d47a72ab873e5 (patch)
treed62f86a6b6eb237ba67339414a99417bdcc6955c /app-crypt
parentbump to 5.3 (diff)
downloadgentoo-2-044e28293acec915708d27b4bd3d47a72ab873e5.tar.gz
gentoo-2-044e28293acec915708d27b4bd3d47a72ab873e5.tar.bz2
gentoo-2-044e28293acec915708d27b4bd3d47a72ab873e5.zip
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/truecrypt/ChangeLog8
-rw-r--r--app-crypt/truecrypt/truecrypt-4.2-r1.ebuild24
-rw-r--r--app-crypt/truecrypt/truecrypt-4.2a-r1.ebuild24
-rw-r--r--app-crypt/truecrypt/truecrypt-4.2a.ebuild24
4 files changed, 42 insertions, 38 deletions
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 <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)
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() {