Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_u2f/
Date: Tue, 18 May 2021 05:05:33
Message-Id: 1621314299.64c8feddabf8f76ef4701f9dd96103a78566c6e0.gokturk@gentoo
1 commit: 64c8feddabf8f76ef4701f9dd96103a78566c6e0
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 05:04:59 2021 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 05:04:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64c8fedd
7
8 sys-auth/pam_u2f: remove old
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
12
13 sys-auth/pam_u2f/Manifest | 1 -
14 sys-auth/pam_u2f/pam_u2f-1.0.8.ebuild | 35 -----------------------------------
15 2 files changed, 36 deletions(-)
16
17 diff --git a/sys-auth/pam_u2f/Manifest b/sys-auth/pam_u2f/Manifest
18 index 1ec41057380..e8716b32605 100644
19 --- a/sys-auth/pam_u2f/Manifest
20 +++ b/sys-auth/pam_u2f/Manifest
21 @@ -1,2 +1 @@
22 -DIST pam_u2f-1.0.8.tar.gz 384163 BLAKE2B 99767601027db25e6f8d2e59aad5f72b078cf7344ca10fa310a990d512c5e5a4c9ff7c24acb5b21b88b82aa47b4052b9164a422426d1f0889c8f6776526e5c80 SHA512 0bdbea6307428bbed2af69129af207304f7951418ad7df339563f47d678a2cfe6b80321552382e15771cfc06306fae746521850056376f533c430556d051ad36
23 DIST pam_u2f-1.1.0.tar.gz 415677 BLAKE2B dba5cd195d390ba4537752549fa5e0f4487930637fedd64b2750424d21d968bf8be54b75dccba92ac13a18b4e2d44825ec18089e9c4f5dc8e11ac12c36b8d28c SHA512 0ffcc32f0bbee279ad02f9c1cd928e2cf1df2fdebe718d869c16b7fece8edafd73cf08c5dfd6a2bc08434ed1970e16e4f89b6dae3b027a961ab43b26818b634f
24
25 diff --git a/sys-auth/pam_u2f/pam_u2f-1.0.8.ebuild b/sys-auth/pam_u2f/pam_u2f-1.0.8.ebuild
26 deleted file mode 100644
27 index 7dd18f7b38f..00000000000
28 --- a/sys-auth/pam_u2f/pam_u2f-1.0.8.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit autotools flag-o-matic pam
37 -
38 -DESCRIPTION="Library for authenticating against PAM with a Yubikey"
39 -HOMEPAGE="https://github.com/Yubico/pam-u2f"
40 -SRC_URI="https://developers.yubico.com/${PN/_/-}/Releases/${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE="debug"
46 -
47 -RDEPEND="
48 - app-crypt/libu2f-host
49 - app-crypt/libu2f-server:=
50 - sys-libs/pam"
51 -
52 -DEPEND="${RDEPEND}
53 - virtual/pkgconfig"
54 -
55 -PATCHES=( "${FILESDIR}/${PN}-1.0.2-fix-Makefile.patch" )
56 -
57 -src_prepare() {
58 - default
59 - use debug || append-cppflags -UDEBUG_PAM -UPAM_DEBUG
60 - eautoreconf
61 -}
62 -
63 -src_configure() {
64 - econf --with-pam-dir=$(getpam_mod_dir)
65 -}