Portage is a package management system used by Gentoo Linux
# ChangeLog for app-crypt/tpm-tools
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/ChangeLog,v 1.8 2008/06/07 20:51:32 flameeyes Exp $
07 Jun 2008; Diego Pettenò
Fix typo in dependencies (missing RDEPEND), and remove autotools
inheritance that seems unused.
*tpm-tools-1.3.1 (07 Jan 2008)
07 Jan 2008; Alon Bar-Lev
+tpm-tools-1.3.1.ebuild:
Version bump, bug#204771
*tpm-tools-1.3.0 (10 Nov 2007)
10 Nov 2007; Alon Bar-Lev
-files/tpm-tools-1.1.0-as-needed.patch,
-files/tpm-tools-1.2.3-as-needed.patch, -tpm-tools-1.1.0.ebuild,
-tpm-tools-1.2.3.ebuild, -tpm-tools-1.2.5.ebuild, +tpm-tools-1.3.0.ebuild:
Version bump, cleanup
12 Jan 2007; Alon Bar-Lev
Remove WANT_AUTO*
*tpm-tools-1.2.5 (06 Jan 2007)
06 Jan 2007; Alon Bar-Lev
Version bump
*tpm-tools-1.2.3 (06 May 2006)
06 May 2006; Daniel Black
+files/tpm-tools-1.1.0-as-needed.patch,
+files/tpm-tools-1.2.3-as-needed.patch, tpm-tools-1.1.0.ebuild,
+tpm-tools-1.2.3.ebuild:
as-needed patch per bug #131849 thanks to TGL
Version bump to 1.2.3 also done.
*tpm-tools-1.1.0 (17 Sep 2005)
17 Sep 2005; Daniel Black
-tpm-tools-1.0.0.ebuild, +tpm-tools-1.1.0.ebuild:
version bump and cleanout - bug #105799 thanks Felix Dorner
*tpm-tools-1.0.0 (19 Jun 2005)
19 Jun 2005; Daniel Black
+tpm-tools-1.0.0.ebuild, +metadata.xml:
Initial Import thanks to TGL in bug #96516
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST tpm-tools-1.3.1.tar.gz 472082 RMD160 fd85f2dfae9f5c7bc07e42cccfa20715fea85b74 SHA1 d4c122f770bbf4e750a4d8f8a54051603da8aec7 SHA256 1fcddc2f2af31165f2227de294a948098ac756f42405ac3f478f2e6f8393b798
EBUILD tpm-tools-1.3.1.ebuild 820 RMD160 84de83b157cd1f768509b43f79216ec5eec0c51d SHA1 87109c585191bf2911c2e3d36d46c30aa0723063 SHA256 f3f2621627dfe69b25b5834c3e2f778bed275babde90278e258087aeef81133b
MISC ChangeLog 1762 RMD160 cfd0c30f27c13976672b39eb5bb99f40da904de1 SHA1 074d6ee962a3914b400ce8229956b19085da6e5d SHA256 50396c916b78857b0e1f224d363daf9e8bc1b7d30552f529ecbb34816564825b
MISC metadata.xml 251 RMD160 9c13ff790c7419d4e0d2d370036b7f4e4594ea4f SHA1 563aa19984b291a6cade6d6487dbf4a2a17e6874 SHA256 1739a4e8833a2a5b9501182eb830cbd3e26014ccef5e9ae1b4d7a0686c665c1b
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkhK9NoACgkQAiZjviIA2XjERQCffLZNFQ6+2LWBoIJhY5jLIesl
15QAoKEOfveKn+knew4mCedAa+bceE0v
=BHnk
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild,v 1.2 2008/06/07 20:51:32 flameeyes Exp $
DESCRIPTION="TrouSerS' support tools for the Trusted Platform Modules"
HOMEPAGE="http://trousers.sf.net"
SRC_URI="mirror://sourceforge/trousers/${P}.tar.gz"
LICENSE="CPL-1.0"
SLOT="0"
KEYWORDS="~x86"
IUSE="nls"
COMMON_DEPEND=">=app-crypt/trousers-0.3.0"
RDEPEND="${COMMON_DEPEND}
nls? ( virtual/libintl )"
# TODO: add optionnal opencryptoki support
DEPEND="${COMMON_DEPEND}
nls? ( sys-devel/gettext )"
src_compile() {
econf $(use_enable nls) || die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc README
}