summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-22 10:35:05 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-03-22 10:35:05 +0000
commit1add021828f045169764e64d20a12bfefee572aa (patch)
tree7ffd2b3a78b7f9ff9d6a32980a690711cc5ccd48 /app-crypt
parentx86 stable per bug 358407 (diff)
downloadgentoo-2-1add021828f045169764e64d20a12bfefee572aa.tar.gz
gentoo-2-1add021828f045169764e64d20a12bfefee572aa.tar.bz2
gentoo-2-1add021828f045169764e64d20a12bfefee572aa.zip
Delete older ebuild.
(Portage version: 2.2.0_alpha28_p4/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/tpm-tools/ChangeLog6
-rw-r--r--app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild38
2 files changed, 5 insertions, 39 deletions
diff --git a/app-crypt/tpm-tools/ChangeLog b/app-crypt/tpm-tools/ChangeLog
index d7a95c0793e5..004d2a2b649b 100644
--- a/app-crypt/tpm-tools/ChangeLog
+++ b/app-crypt/tpm-tools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/tpm-tools
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/ChangeLog,v 1.13 2011/03/21 09:57:05 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/ChangeLog,v 1.14 2011/03/22 10:35:05 arfrever Exp $
+
+ 22 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -tpm-tools-1.3.1.ebuild:
+ Delete.
21 Mar 2011; Thomas Kahle <tomka@gentoo.org> tpm-tools-1.3.5.ebuild:
x86 stable per bug 357183
diff --git a/app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild b/app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild
deleted file mode 100644
index 21655b576646..000000000000
--- a/app-crypt/tpm-tools/tpm-tools-1.3.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 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.4 2009/05/10 23:11:27 robbat2 Exp $
-
-inherit autotools
-
-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 ~amd64"
-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_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -e "s/-Werror //" -i configure.in
- eautoreconf
-}
-
-src_compile() {
- econf $(use_enable nls)
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README
-}