diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2007-02-23 15:30:10 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2007-02-23 15:30:10 +0000 |
commit | d9b02380df321cfffed8901329681abc22959d6c (patch) | |
tree | 822868943137573413cf602d690b9478dab3facf /app-crypt/tpm-module | |
parent | Fixed bug#168051, cleanup (diff) | |
download | gentoo-2-d9b02380df321cfffed8901329681abc22959d6c.tar.gz gentoo-2-d9b02380df321cfffed8901329681abc22959d6c.tar.bz2 gentoo-2-d9b02380df321cfffed8901329681abc22959d6c.zip |
Fixed bug#168051, cleanup
(Portage version: 2.1.2-r10)
Diffstat (limited to 'app-crypt/tpm-module')
-rw-r--r-- | app-crypt/tpm-module/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/tpm-module/tpm-module-2.0.ebuild | 18 |
2 files changed, 14 insertions, 9 deletions
diff --git a/app-crypt/tpm-module/ChangeLog b/app-crypt/tpm-module/ChangeLog index 963c3c8222a6..8123bdc0d4a9 100644 --- a/app-crypt/tpm-module/ChangeLog +++ b/app-crypt/tpm-module/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/tpm-module # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-module/ChangeLog,v 1.2 2007/02/09 07:10:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-module/ChangeLog,v 1.3 2007/02/23 15:30:10 alonbl Exp $ + + 23 Feb 2007; Alon Bar-Lev <alonbl@gentoo.org> tpm-module-2.0.ebuild: + Fixed bug#168051, cleanup 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-crypt/tpm-module/tpm-module-2.0.ebuild b/app-crypt/tpm-module/tpm-module-2.0.ebuild index ffd869c9470d..485d2cecde36 100644 --- a/app-crypt/tpm-module/tpm-module-2.0.ebuild +++ b/app-crypt/tpm-module/tpm-module-2.0.ebuild @@ -1,25 +1,27 @@ -# 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/tpm-module/tpm-module-2.0.ebuild,v 1.1 2005/02/03 11:16:08 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-module/tpm-module-2.0.ebuild,v 1.2 2007/02/23 15:30:10 alonbl Exp $ inherit linux-mod MY_P=tpm-${PV} -S=${WORKDIR}/${MY_P} DESCRIPTION="Driver for TPM chips" - HOMEPAGE="http://www.research.ibm.com/gsal/tcpa/" SRC_URI="http://www.research.ibm.com/gsal/tcpa/TPM-${PV}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" - IUSE="" -BUILD_PARAMS="KDIR=${KV_DIR}" -BUILD_TARGETS="default" -MODULE_NAMES="tpm(crypto:)" +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + linux-mod_pkg_setup + BUILD_PARAMS="KDIR=${KV_DIR}" + BUILD_TARGETS="default" + MODULE_NAMES="tpm(crypto:)" +} src_unpack() { unpack ${A} |