public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_yubico/
Date: Thu,  5 Apr 2018 10:18:30 +0000 (UTC)	[thread overview]
Message-ID: <1522923506.689384f22a38dd71570c9e2f65470a34b32701c4.polynomial-c@gentoo> (raw)

commit:     689384f22a38dd71570c9e2f65470a34b32701c4
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 09:00:44 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 10:18:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689384f2

sys-auth/pam_yubico: Removed old.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-auth/pam_yubico/Manifest               |  1 -
 sys-auth/pam_yubico/pam_yubico-2.23.ebuild | 40 ------------------------------
 2 files changed, 41 deletions(-)

diff --git a/sys-auth/pam_yubico/Manifest b/sys-auth/pam_yubico/Manifest
index 6edb78701a3..b704e84fb40 100644
--- a/sys-auth/pam_yubico/Manifest
+++ b/sys-auth/pam_yubico/Manifest
@@ -1,3 +1,2 @@
-DIST pam_yubico-2.23.tar.gz 418567 BLAKE2B 9df6a35d7ef314b58912c91ba9ad4ae792f2931fedbf4617572d06a6a0cce5cd2190002e26891a524379b8cc886a3e5e16330a03ac617aa7efc6db58b281c400 SHA512 435a5013ef7d020f8fe6d54614b22a4d3df6295adeb8e1fd26722246d105375b8d19940098b62956a18f439dad82f67e3996a7067af3357fddff380d20fa4728
 DIST pam_yubico-2.24.tar.gz 418419 BLAKE2B 5ae988a3ba3244761d1fcadfc25f67a6c8cefd78d24535f4644ca469a5a1fb274832fb17e76d18376645960f532bf1107e6eb08112b4eacf1c797faf0349b5ca SHA512 3554b40d97ede9d02102a0661e732347a0ab2cb012fa4330cc8227289a03398a7b974ee9d170604dce53ebef1bedade5c7ab9d5657560b0ba8e4c65432c1112c
 DIST pam_yubico-2.25.tar.gz 422192 BLAKE2B 54f27f9a0ff64c529c74415cf4530cdd1c359325beeda4d8ce2b51af4f9b53c69284696de21a5c1e3b4eed5102571e320cf068693fbd43d144ad2c9f40c39b72 SHA512 c561bedd35d3a84cc2129f12e358b77ac425520acf13444c2918cb17c9c4158d29dc5049b2e03dd30a1f04e8568980d80af13a6a0cfd9cc8e70eee8738727d70

diff --git a/sys-auth/pam_yubico/pam_yubico-2.23.ebuild b/sys-auth/pam_yubico/pam_yubico-2.23.ebuild
deleted file mode 100644
index 17602d4f705..00000000000
--- a/sys-auth/pam_yubico/pam_yubico-2.23.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib
-
-DESCRIPTION="Library for authenticating against PAM with a Yubikey"
-HOMEPAGE="https://github.com/Yubico/yubico-pam"
-SRC_URI="http://opensource.yubico.com/yubico-pam/releases/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ldap test"
-
-RDEPEND="
-	virtual/pam
-	sys-auth/libyubikey
-	>=sys-auth/ykclient-2.15
-	>=sys-auth/ykpers-1.6
-	ldap? ( net-nds/openldap )"
-DEPEND="${RDEPEND}
-	app-text/asciidoc
-	test? ( dev-perl/Net-LDAP-Server )"
-
-src_configure() {
-	#challenge response could be optional but that seems horribly dangerous to me
-	econf \
-		--with-cr \
-		$(use_with ldap) \
-		--with-pam-dir=/$(get_libdir)/security
-}
-
-src_install() {
-	default
-	dodoc doc/*
-	#prune_libtool_files #why doesn't this work?
-	find "${D}" -name '*.la' -delete || die
-}


             reply	other threads:[~2018-04-05 10:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-05 10:18 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-02  2:06 [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam_yubico/ Rick Farina
2022-03-23  0:14 Sam James
2019-12-02 15:34 Mikle Kolyada
2019-10-12 20:28 Mikle Kolyada
2018-04-23  0:53 Lars Wendler
2018-04-23  0:53 Lars Wendler
2018-04-05 10:18 Lars Wendler
2016-11-26 21:50 Lars Wendler
2016-09-22 10:57 Lars Wendler
2016-09-22 10:57 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1522923506.689384f22a38dd71570c9e2f65470a34b32701c4.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox