summaryrefslogtreecommitdiff
path: root/sys-auth/google-authenticator-libpam-hardened
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/google-authenticator-libpam-hardened')
-rw-r--r--sys-auth/google-authenticator-libpam-hardened/Manifest2
-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
3 files changed, 0 insertions, 58 deletions
diff --git a/sys-auth/google-authenticator-libpam-hardened/Manifest b/sys-auth/google-authenticator-libpam-hardened/Manifest
deleted file mode 100644
index bf771aef3814..000000000000
--- a/sys-auth/google-authenticator-libpam-hardened/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD google-authenticator-libpam-hardened-9999.ebuild 836 BLAKE2B fc80123984f57226a35c6749a479fc85ccd24b4f315f3e0c4e4edd544efc199e8940a4c310b4e3334ef09c85606212953d8f6a4cf07bb0d618254b34b66e6884 SHA512 dcd4516c584d6b0ff68d1fbec215678970a5d952b31014d32a86d79a930ee003d2d41698915cb1fc643039faeb0084f1c3ca8e0b3ed9fe9a109c9cb75fdcbc1a
-MISC metadata.xml 480 BLAKE2B 51f72220580923cffdbc41d9d5b36dc5a61d2c45f5eff0746883d56275263bdecef550859e505737929c80a9e3e09de5aaef60dda3b06de7726693aab3ecfd60 SHA512 560430ef3529ca03bdadb428c433d9a459c62ae44cbdaae5d5f148728b0ef203449e81686f2ab8d8fa92590e90b064491eb491734d9e8a0b0a8fbe3f94c95b62
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>