summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalah Coronya <salah.coronya@gmail.com>2020-09-13 22:50:23 -0500
committerJoonas Niilola <juippis@gentoo.org>2020-10-02 11:42:30 +0300
commit6648753770110da6d18fb1533b1eb41d70e8557d (patch)
tree842fc15ade896cc0207a93e392be79d24622178d /app-crypt/tpm2-totp/tpm2-totp-0.2.1-r1.ebuild
parentapp-crypt/tpm2-totp: Bump to 0.3.0 (diff)
downloadgentoo-6648753770110da6d18fb1533b1eb41d70e8557d.tar.gz
gentoo-6648753770110da6d18fb1533b1eb41d70e8557d.tar.bz2
gentoo-6648753770110da6d18fb1533b1eb41d70e8557d.zip
app-crypt/tpm2-totp: Remove old
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Salah Coronya <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17534 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-crypt/tpm2-totp/tpm2-totp-0.2.1-r1.ebuild')
-rw-r--r--app-crypt/tpm2-totp/tpm2-totp-0.2.1-r1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-crypt/tpm2-totp/tpm2-totp-0.2.1-r1.ebuild b/app-crypt/tpm2-totp/tpm2-totp-0.2.1-r1.ebuild
deleted file mode 100644
index e2c2d163e572..000000000000
--- a/app-crypt/tpm2-totp/tpm2-totp-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,35 +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-static \
- --disable-defaultflags
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}