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 DB7711382C5 for ; Tue, 18 May 2021 05:05:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A4BAE07C5; Tue, 18 May 2021 05:05:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 15F9AE07C5 for ; Tue, 18 May 2021 05:05:29 +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 7D165340845 for ; Tue, 18 May 2021 05:05:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A609D78C for ; Tue, 18 May 2021 05:05:26 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1621314299.64c8feddabf8f76ef4701f9dd96103a78566c6e0.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_u2f/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam_u2f/Manifest sys-auth/pam_u2f/pam_u2f-1.0.8.ebuild X-VCS-Directories: sys-auth/pam_u2f/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 64c8feddabf8f76ef4701f9dd96103a78566c6e0 X-VCS-Branch: master Date: Tue, 18 May 2021 05:05:26 +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: 15022249-f24c-4155-aa25-37671765d3e0 X-Archives-Hash: 21276e93b90034359e92a1f4b6195e57 commit: 64c8feddabf8f76ef4701f9dd96103a78566c6e0 Author: Göktürk Yüksek gentoo org> AuthorDate: Tue May 18 05:04:59 2021 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Tue May 18 05:04:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c8fedd sys-auth/pam_u2f: remove old Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Göktürk Yüksek gentoo.org> sys-auth/pam_u2f/Manifest | 1 - sys-auth/pam_u2f/pam_u2f-1.0.8.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/sys-auth/pam_u2f/Manifest b/sys-auth/pam_u2f/Manifest index 1ec41057380..e8716b32605 100644 --- a/sys-auth/pam_u2f/Manifest +++ b/sys-auth/pam_u2f/Manifest @@ -1,2 +1 @@ -DIST pam_u2f-1.0.8.tar.gz 384163 BLAKE2B 99767601027db25e6f8d2e59aad5f72b078cf7344ca10fa310a990d512c5e5a4c9ff7c24acb5b21b88b82aa47b4052b9164a422426d1f0889c8f6776526e5c80 SHA512 0bdbea6307428bbed2af69129af207304f7951418ad7df339563f47d678a2cfe6b80321552382e15771cfc06306fae746521850056376f533c430556d051ad36 DIST pam_u2f-1.1.0.tar.gz 415677 BLAKE2B dba5cd195d390ba4537752549fa5e0f4487930637fedd64b2750424d21d968bf8be54b75dccba92ac13a18b4e2d44825ec18089e9c4f5dc8e11ac12c36b8d28c SHA512 0ffcc32f0bbee279ad02f9c1cd928e2cf1df2fdebe718d869c16b7fece8edafd73cf08c5dfd6a2bc08434ed1970e16e4f89b6dae3b027a961ab43b26818b634f diff --git a/sys-auth/pam_u2f/pam_u2f-1.0.8.ebuild b/sys-auth/pam_u2f/pam_u2f-1.0.8.ebuild deleted file mode 100644 index 7dd18f7b38f..00000000000 --- a/sys-auth/pam_u2f/pam_u2f-1.0.8.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools flag-o-matic pam - -DESCRIPTION="Library for authenticating against PAM with a Yubikey" -HOMEPAGE="https://github.com/Yubico/pam-u2f" -SRC_URI="https://developers.yubico.com/${PN/_/-}/Releases/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -RDEPEND=" - app-crypt/libu2f-host - app-crypt/libu2f-server:= - sys-libs/pam" - -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${PN}-1.0.2-fix-Makefile.patch" ) - -src_prepare() { - default - use debug || append-cppflags -UDEBUG_PAM -UPAM_DEBUG - eautoreconf -} - -src_configure() { - econf --with-pam-dir=$(getpam_mod_dir) -}