diff options
3 files changed, 0 insertions, 61 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index e8ebb3d1a990..449bd73915f9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -804,11 +804,6 @@ net-analyzer/chaosreader # Removal: 2023-01-30. Bug #889200. app-containers/docker-gc -# Arthur Zamarin <arthurzam@gentoo.org> (2022-12-31) -# Live only packages for 4 years! -# Removal: 2023-01-30. Bug #889196. -sys-auth/google-authenticator-libpam-hardened - # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2022-12-29) # Upstream is dead, last activity in Nov 2017. Does not # work with newer log4j, bug #857663. Use net-p2p/biglybt diff --git a/sys-auth/google-authenticator-libpam-hardened/google-authenticator-libpam-hardened-9999.ebuild b/sys-auth/google-authenticator-libpam-hardened/google-authenticator-libpam-hardened-9999.ebuild deleted file mode 100644 index 4858a2c5daa0..000000000000 --- a/sys-auth/google-authenticator-libpam-hardened/google-authenticator-libpam-hardened-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGIT_REPO_URI="https://github.com/mgorny/google-authenticator-libpam-hardened.git" -inherit autotools git-r3 - -DESCRIPTION="PAM Module for two step verification via mobile platform" -HOMEPAGE="https://github.com/mgorny/google-authenticator-libpam-hardened" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="+qrcode" - -DEPEND="sys-auth/oath-toolkit:= - sys-libs/pam - qrcode? ( media-gfx/qrencode:= )" -RDEPEND="${DEPEND} - !sys-auth/google-authenticator" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - local myconf=( - # TODO: use getpam_mod_dir after fixing build system - --libdir="/$(get_libdir)" - - $(use_enable qrcode qrencode) - ) - - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/sys-auth/google-authenticator-libpam-hardened/metadata.xml b/sys-auth/google-authenticator-libpam-hardened/metadata.xml deleted file mode 100644 index 4cd1c0be385a..000000000000 --- a/sys-auth/google-authenticator-libpam-hardened/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>mgorny@gentoo.org</email> - <name>Michał Górny</name> - </maintainer> - <use> - <flag name="qrcode">Display QRcode after setup to accomodate - automatic setup of OTP client apps.</flag> - </use> - <upstream> - <remote-id type="github">mgorny/google-authenticator-libpam-hardened</remote-id> - </upstream> -</pkgmetadata> |