diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2007-06-23 20:01:59 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2007-06-23 20:01:59 +0000 |
commit | b9b4c9394637688a658e0532132c9d4f04cf8460 (patch) | |
tree | 9d093361211f50c24aa2ee17a316a5c1b01bdaa1 /app-crypt | |
parent | Version bump, bug#171561 (diff) | |
download | gentoo-2-b9b4c9394637688a658e0532132c9d4f04cf8460.tar.gz gentoo-2-b9b4c9394637688a658e0532132c9d4f04cf8460.tar.bz2 gentoo-2-b9b4c9394637688a658e0532132c9d4f04cf8460.zip |
Cleanup
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/tpm-emulator/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/tpm-emulator/files/digest-tpm-emulator-0.3 | 3 | ||||
-rw-r--r-- | app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild | 44 |
3 files changed, 4 insertions, 48 deletions
diff --git a/app-crypt/tpm-emulator/ChangeLog b/app-crypt/tpm-emulator/ChangeLog index 12d75a038a26..5f48d1dfa366 100644 --- a/app-crypt/tpm-emulator/ChangeLog +++ b/app-crypt/tpm-emulator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/tpm-emulator # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/ChangeLog,v 1.7 2007/06/23 20:00:20 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-emulator/ChangeLog,v 1.8 2007/06/23 20:01:59 alonbl Exp $ + + 23 Jun 2007; Alon Bar-Lev <alonbl@gentoo.org> -tpm-emulator-0.3.ebuild: + Cleanup *tpm-emulator-0.5 (23 Jun 2007) diff --git a/app-crypt/tpm-emulator/files/digest-tpm-emulator-0.3 b/app-crypt/tpm-emulator/files/digest-tpm-emulator-0.3 deleted file mode 100644 index be85191c66eb..000000000000 --- a/app-crypt/tpm-emulator/files/digest-tpm-emulator-0.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2d86b81609fed1bb6fcbee95b307d5a8 tpm_emulator-0.3.tar.gz 122014 -RMD160 3a7d89e7d466b7509878966a879c0bed798fa748 tpm_emulator-0.3.tar.gz 122014 -SHA256 3f0c49c4f71a67e795b2e3e52e329999338b9e40db128b580a852f2a8e7ea9b2 tpm_emulator-0.3.tar.gz 122014 diff --git a/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild b/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild deleted file mode 100644 index 068bb6a0a4a4..000000000000 --- a/app-crypt/tpm-emulator/tpm-emulator-0.3.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# 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.5 2007/02/23 15:25:35 alonbl Exp $ - -inherit toolchain-funcs linux-mod eutils flag-o-matic - -MY_P=${P/-/_} -DESCRIPTION="Emulator driver for tpm" -HOMEPAGE="https://developer.berlios.de/projects/tpm-emulator" - -SRC_URI="http://download.berlios.de/tpm-emulator/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-libs/gmp" -RDEPEND="" -S=${WORKDIR}/${P/-/_} - - -pkg_setup() { - linux-mod_pkg_setup - MODULE_NAMES="tpm_emulator(crypt:)" - BUILD_TARGETS="all" - BUILD_PARAMS="-j1 CC=$(tc-getCC) MODULE=tpm_emulator.${KV_OBJ} USE_GMP=/usr/lib/libgmp.a" -} - -src_install() { - linux-mod_src_install - dodoc README - if [ -x /usr/bin/scanelf ]; then - [ -z "$(/usr/bin/scanelf -qs __guard tpm_emulator.ko)" ] || \ - die 'cannot have gmp compiled with hardened flags' - [ -z "$(/usr/bin/scanelf -qs __stack_smash_handler tpm_emulator.ko)" ] || \ - die 'cannot have gmp compiled with hardened flags' - fi -} - -pkg_postinst() { - linux-mod_pkg_postinst - elog 'when starting for the first time:' - elog 'modprobe tpm_emulator startup="clear"' -} |