From e6196597f94b34294030177ee832291ffe4333b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Thu, 22 Jul 2021 15:11:35 +0200 Subject: Various fixes for sys-auth/poldi --- sys-auth/poldi/metadata.xml | 28 ++++++++++++++-------------- sys-auth/poldi/poldi-9999.ebuild | 11 +++-------- 2 files changed, 17 insertions(+), 22 deletions(-) (limited to 'sys-auth') diff --git a/sys-auth/poldi/metadata.xml b/sys-auth/poldi/metadata.xml index 41f60c3..d65d2de 100644 --- a/sys-auth/poldi/metadata.xml +++ b/sys-auth/poldi/metadata.xml @@ -1,18 +1,18 @@ - - ctibor@brancik.cz - Ctibor Brančík - - - Libpam-poldi allows you to use a GnuPG smartcard to log in your GNU/Linux system. - - - - Moritz Schulte - mailto:moritz@g10code.com - - http://www.g10code.com/p-poldi.html - + + ctibor@brancik.cz + Ctibor Brančík + + + Libpam-poldi allows you to use a GnuPG smartcard to log in your GNU/Linux system. + + + + Moritz Schulte + mailto:moritz@g10code.com + + http://www.g10code.com/p-poldi.html + diff --git a/sys-auth/poldi/poldi-9999.ebuild b/sys-auth/poldi/poldi-9999.ebuild index fbdff6a..62c44d3 100644 --- a/sys-auth/poldi/poldi-9999.ebuild +++ b/sys-auth/poldi/poldi-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2020 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 +EAPI=7 -inherit pam eutils git-r3 autotools autotools-utils +inherit pam eutils git-r3 autotools DESCRIPTION="Poldi is a PAM module implementing authentication via OpenPGP smartcards." HOMEPAGE="http://www.gnupg.org/" @@ -24,10 +23,6 @@ RDEPEND="${DEPEND}" DOCS=( AUTHORS ChangeLog INSTALL NEWS README THANKS ) -AUTOTOOLS_AUTORECONF=1 - -AUTOTOOLS_IN_SOURCE_BUILD=1 - PATCHES=( "${FILESDIR}/poldi-9999_fix_maintainer_mode.diff" ) src_configure() { -- cgit v1.2.3