diff options
author | Daniel Black <dragonheart@gentoo.org> | 2009-02-20 12:51:36 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2009-02-20 12:51:36 +0000 |
commit | 8c270538a2a7dd57e7cd54b30afccaac4a36c96b (patch) | |
tree | 7f89c231c5f82ca7ed93208e71a6443ec0eded53 /app-crypt/trousers | |
parent | Stable for HPPA (bug #258450). (diff) | |
download | gentoo-2-8c270538a2a7dd57e7cd54b30afccaac4a36c96b.tar.gz gentoo-2-8c270538a2a7dd57e7cd54b30afccaac4a36c96b.tar.bz2 gentoo-2-8c270538a2a7dd57e7cd54b30afccaac4a36c96b.zip |
app-crypt/tpm-module being purged
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/trousers')
-rw-r--r-- | app-crypt/trousers/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/trousers/trousers-0.3.1.ebuild | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/app-crypt/trousers/ChangeLog b/app-crypt/trousers/ChangeLog index c83b6b5ef212..ee30544078bb 100644 --- a/app-crypt/trousers/ChangeLog +++ b/app-crypt/trousers/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/trousers -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/ChangeLog,v 1.18 2008/07/23 09:52:37 loki_val Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/ChangeLog,v 1.19 2009/02/20 12:51:36 dragonheart Exp $ + + 20 Feb 2009; Daniel Black <dragonheart@gentoo.org> trousers-0.3.1.ebuild: + app-crypt/tpm-module being purged 23 Jul 2008; Peter Alfredsen <loki_val@gentoo.org> files/trousers-0.2.3-nouseradd.patch, +files/trousers-0.3.1-gcc43.patch, diff --git a/app-crypt/trousers/trousers-0.3.1.ebuild b/app-crypt/trousers/trousers-0.3.1.ebuild index b14e33cf208c..76887a0013ca 100644 --- a/app-crypt/trousers/trousers-0.3.1.ebuild +++ b/app-crypt/trousers/trousers-0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.3.1.ebuild,v 1.4 2008/07/23 09:52:37 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.3.1.ebuild,v 1.5 2009/02/20 12:51:36 dragonheart Exp $ inherit base eutils linux-info @@ -30,7 +30,6 @@ pkg_setup() { local tpm_kernel_version tpm_kernel_present tpm_module kernel_is ge 2 6 12 && tpm_kernel_version="yes" linux_chkconfig_present TCG_TPM && tpm_kernel_present="yes" - has_version app-crypt/tpm-module && tpm_module="yes" has_version app-crypt/tpm-emulator && tpm_module="yes" if [ -n "${tpm_kernel_present}" ] ; then einfo "Good, you seem to have in-kernel TPM support." @@ -51,7 +50,6 @@ pkg_setup() { eerror eerror "To use this package, you should install a TPM driver." eerror "You can have the following options:" - eerror " - install app-crypt/tpm-module" eerror " - install app-crypt/tpm-emulator" eerror " - switch to a >=2.6.12 kernel and compile the kernel module" eerror |