From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F626138359 for ; Fri, 2 Oct 2020 08:42:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAE62E0833; Fri, 2 Oct 2020 08:42:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94F47E0833 for ; Fri, 2 Oct 2020 08:42:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03D41335D5D for ; Fri, 2 Oct 2020 08:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7281237F for ; Fri, 2 Oct 2020 08:42:37 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1601628150.6648753770110da6d18fb1533b1eb41d70e8557d.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-totp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm2-totp/Manifest app-crypt/tpm2-totp/tpm2-totp-0.2.1-r1.ebuild X-VCS-Directories: app-crypt/tpm2-totp/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6648753770110da6d18fb1533b1eb41d70e8557d X-VCS-Branch: master Date: Fri, 2 Oct 2020 08:42:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81419ba9-4279-4816-9dca-6060c5026795 X-Archives-Hash: 8b104e884cc7426e9d60de479adf2a01 commit: 6648753770110da6d18fb1533b1eb41d70e8557d Author: Salah Coronya gmail com> AuthorDate: Mon Sep 14 03:50:23 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Oct 2 08:42:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66487537 app-crypt/tpm2-totp: Remove old Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Salah Coronya gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17534 Signed-off-by: Joonas Niilola gentoo.org> app-crypt/tpm2-totp/Manifest | 1 - app-crypt/tpm2-totp/tpm2-totp-0.2.1-r1.ebuild | 35 --------------------------- 2 files changed, 36 deletions(-) diff --git a/app-crypt/tpm2-totp/Manifest b/app-crypt/tpm2-totp/Manifest index 85caafc9799..58600b79dae 100644 --- a/app-crypt/tpm2-totp/Manifest +++ b/app-crypt/tpm2-totp/Manifest @@ -1,2 +1 @@ -DIST tpm2-totp-0.2.1.tar.gz 427226 BLAKE2B e6a9dbcdac4d7fc31048aff968e3eea097752c79a3c1b8551d22558a6b143a758e7bb507722185c648000f4b1edd2f0bbdd443890b5763b297f3d42cfbd84d9d SHA512 2bda34e89b76319a40206e08c0208b0f139309c0b0e40e7168b5e7562096750df504dfcae3a39e6f82fdccbf7a79ed0802d115fbd7560dc3f5b52d81fe8fb59c DIST tpm2-totp-0.3.0.tar.gz 428874 BLAKE2B 413f4418cd1ce9a996f36c83e27c3fe256b2d3f5ff36e7df1dc1b651e38afa222be9742d5cfa76287263a4e1402dabea3400b41a1e1bde9f31fe03f82894f4f1 SHA512 d47cc8155a60a464afe602c3114ff8e6b2ff825457e6069693947421716b97c34b00f70adbcb4cda1b5b9639b8a3dfc7800295bbff99822da7a8077ebf78d6b2 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 e2c2d163e57..00000000000 --- 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 -}