summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalah Coronya <salah.coronya@gmail.com>2020-06-19 18:10:40 -0500
committerConrad Kostecki <conikost@gentoo.org>2020-06-20 01:47:13 +0200
commit4e6de38504eceae500825aab275770a9a2882c20 (patch)
treef9b8e15323cf9f1c00b6bfd8bb6cd167fd78cb2b /app-crypt
parentapp-crypt/tpm2-totp: Don't install static libs (diff)
downloadgentoo-4e6de38504eceae500825aab275770a9a2882c20.tar.gz
gentoo-4e6de38504eceae500825aab275770a9a2882c20.tar.bz2
gentoo-4e6de38504eceae500825aab275770a9a2882c20.zip
app-crypt/tpm2-totp: Remove old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/tpm2-totp/tpm2-totp-0.2.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-crypt/tpm2-totp/tpm2-totp-0.2.1.ebuild b/app-crypt/tpm2-totp/tpm2-totp-0.2.1.ebuild
deleted file mode 100644
index 345b03f9a7aa..000000000000
--- a/app-crypt/tpm2-totp/tpm2-totp-0.2.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Attest the trustworthiness of a device against a human using time-based OTP"
-HOMEPAGE="https://github.com/tpm2-software/tpm2-totp"
-SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=app-crypt/tpm2-tss-2.0
- media-gfx/qrencode:="
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-defaultflags
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}