summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2023-02-12 11:32:20 +0100
committerJakov Smolić <jsmolic@gentoo.org>2023-02-12 19:33:01 +0100
commit7e3b72454165c0abad77e1e326150ba5c0ed6d73 (patch)
tree0eb6e8f3ae18502aa04acf2b3c687b733230e72a /sys-auth
parentx11-plugins/pidgin-funyahoo-plusplus: treeclean (diff)
downloadgentoo-7e3b72454165c0abad77e1e326150ba5c0ed6d73.tar.gz
gentoo-7e3b72454165c0abad77e1e326150ba5c0ed6d73.tar.bz2
gentoo-7e3b72454165c0abad77e1e326150ba5c0ed6d73.zip
sys-auth/google-authenticator-libpam-hardened: treeclean
Closes: https://bugs.gentoo.org/889196 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/google-authenticator-libpam-hardened/google-authenticator-libpam-hardened-9999.ebuild41
-rw-r--r--sys-auth/google-authenticator-libpam-hardened/metadata.xml15
2 files changed, 0 insertions, 56 deletions
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>