From d9b02380df321cfffed8901329681abc22959d6c Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 23 Feb 2007 15:30:10 +0000 Subject: Fixed bug#168051, cleanup (Portage version: 2.1.2-r10) --- app-crypt/tpm-module/ChangeLog | 5 ++++- app-crypt/tpm-module/tpm-module-2.0.ebuild | 18 ++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) (limited to 'app-crypt/tpm-module') 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 tpm-module-2.0.ebuild: + Fixed bug#168051, cleanup 09 Feb 2007; Diego Pettenò 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} -- cgit v1.2.3-65-gdbad