diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2021-07-22 15:11:35 +0200 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2021-07-22 15:11:35 +0200 |
commit | e6196597f94b34294030177ee832291ffe4333b3 (patch) | |
tree | 97b499c006d14965db83af31f94bed44cdadce08 /sys-auth | |
parent | 5be5d716d6a7a2e73e936b6acb1267108e33ee19 (diff) | |
download | brancik-overlay-e6196597f94b34294030177ee832291ffe4333b3.tar.gz brancik-overlay-e6196597f94b34294030177ee832291ffe4333b3.tar.bz2 |
Various fixes for sys-auth/poldi
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/poldi/metadata.xml | 28 | ||||
-rw-r--r-- | sys-auth/poldi/poldi-9999.ebuild | 11 |
2 files changed, 17 insertions, 22 deletions
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 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>ctibor@brancik.cz</email> - <name>Ctibor Brančík</name> - </maintainer> - <longdescription> - Libpam-poldi allows you to use a GnuPG smartcard to log in your GNU/Linux system. - </longdescription> - <upstream> - <maintainer status="active"> - <name>Moritz Schulte</name> - <email>mailto:moritz@g10code.com</email> - </maintainer> - <doc lang="en">http://www.g10code.com/p-poldi.html</doc> - </upstream> + <maintainer type="person"> + <email>ctibor@brancik.cz</email> + <name>Ctibor Brančík</name> + </maintainer> + <longdescription> + Libpam-poldi allows you to use a GnuPG smartcard to log in your GNU/Linux system. + </longdescription> + <upstream> + <maintainer status="active"> + <name>Moritz Schulte</name> + <email>mailto:moritz@g10code.com</email> + </maintainer> + <doc lang="en">http://www.g10code.com/p-poldi.html</doc> + </upstream> </pkgmetadata> 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() { |