public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/oath-toolkit/
Date: Wed,  1 Feb 2017 22:49:11 +0000 (UTC)	[thread overview]
Message-ID: <1485989346.8d14d3d9d83bac85ca36a0eb1372f1d440c6a06c.robbat2@gentoo> (raw)

commit:     8d14d3d9d83bac85ca36a0eb1372f1d440c6a06c
Author:     Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Wed Feb  1 06:38:50 2017 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 22:49:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d14d3d9

sys-auth/oath-toolkit: Update to version 2.6.2

(cherry picked from commit c3879f88f49d45bb548681b4d90b683bb7394d94)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Fixes: https://github.com/gentoo/gentoo/pull/3758
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 sys-auth/oath-toolkit/Manifest                  |  1 +
 sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild | 59 +++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/sys-auth/oath-toolkit/Manifest b/sys-auth/oath-toolkit/Manifest
index d3d9253..8465e52 100644
--- a/sys-auth/oath-toolkit/Manifest
+++ b/sys-auth/oath-toolkit/Manifest
@@ -1 +1,2 @@
 DIST oath-toolkit-2.6.1.tar.gz 4238966 SHA256 9c57831907bc26eadcdf90ba1827d0bd962dd1f737362e817a1dd6d6ec036f79 SHA512 59feadbc06d11a52bf5879493227c40358fc1f4f17ec3ff92e3a313e47b92f3154396fa3ff38ef163852b32c8bfcef1f59753b614d0138478b8f7e7971f55e62 WHIRLPOOL 4c32514c265f430272d255eb6557f3b3d434c1700d4f6a5c3607808ba761d182dde679f9248b486f9e3c45d402d902bf4863b630d3415529303b2013aabe0223
+DIST oath-toolkit-2.6.2.tar.gz 4295786 SHA256 b03446fa4b549af5ebe4d35d7aba51163442d255660558cd861ebce536824aa0 SHA512 201a702a05a2e9fb3a66d04750e1a34e293342126caf02c344954a0d9fd0daafe73ca7f1fe273be129ae555a29b82b72fa2b4770ea2ad10711924e1926ec2cfb WHIRLPOOL 7321ba452070a92d60453ca3b1cb2d9c8ffff86b9fcbe48dcf8e8f00485fed809274fd2c4f6eee7cdd86d83f6f512682c3642ffe991c996140a0121c6314faf4

diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
new file mode 100644
index 00000000..ca54179
--- /dev/null
+++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+
+inherit pam eutils autotools
+DESCRIPTION="Toolkit for using one-time password authentication with HOTP/TOTP algorithms"
+HOMEPAGE="http://www.nongnu.org/oath-toolkit/ http://gitorious.org/oath-toolkit/"
+SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
+LICENSE="GPL-3 LGPL-2.1"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="pam pskc test"
+
+RDEPEND="
+	pam? ( virtual/pam )
+	pskc? ( dev-libs/xmlsec )"
+DEPEND="${RDEPEND}
+	test? ( dev-libs/libxml2 )
+	dev-util/gtk-doc-am"
+
+src_prepare() {
+	# These tests need git/cvs and don't reflect anything in the final app
+	sed -i -r \
+		-e '/TESTS/s,test-vc-list-files-(git|cvs).sh,,g' \
+		gl/tests/Makefile.am
+	# disable portability warnings, caused by gtk-doc.make
+	sed -i \
+		-e '/AM_INIT_AUTOMAKE/ s:-Wall:\0 -Wno-portability:' \
+		{liboath,libpskc}/configure.ac
+	eautoreconf
+	default
+}
+
+src_configure() {
+	econf \
+		$(use_enable test xmltest ) \
+		$(use_enable pam) \
+		$(use_with pam pam-dir $(getpam_mod_dir)) \
+		$(use_enable pskc)
+}
+
+src_install() {
+	default
+	if use pam; then
+		newdoc pam_oath/README README.pam
+	fi
+	if use pskc; then
+		doman pskctool/pskctool.1
+	fi
+}
+
+src_test() {
+	# without keep-going, it will bail out after the first testsuite failure,
+	# skipping the other testsuites. as they are mostly independant, this sucks.
+	emake --keep-going check
+	[ $? -ne 0 ] && die "At least one testsuite failed"
+}


             reply	other threads:[~2017-02-01 22:50 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-01 22:49 Robin H. Johnson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-07  5:52 [gentoo-commits] repo/gentoo:master commit in: sys-auth/oath-toolkit/ Sam James
2025-03-07  5:44 Sam James
2024-10-05 16:52 Arthur Zamarin
2024-10-05 14:33 Arthur Zamarin
2024-10-05 14:17 Sam James
2024-10-05 12:58 Arthur Zamarin
2024-10-05  8:46 Arthur Zamarin
2024-10-05  8:19 Arthur Zamarin
2024-10-05  7:50 Arthur Zamarin
2024-10-05  7:28 Sam James
2024-10-05  7:22 Sam James
2024-10-05  7:22 Sam James
2024-08-31 13:50 Michael Orlitzky
2024-01-14  2:30 Sam James
2024-01-03  9:27 Sam James
2023-11-18 16:46 Sam James
2023-09-18 19:59 Arthur Zamarin
2023-09-07 23:03 Sam James
2023-09-07 23:03 Sam James
2023-09-07 20:16 Sam James
2023-07-20  0:08 Sam James
2023-04-29  7:52 Arthur Zamarin
2023-04-22 16:36 Arthur Zamarin
2023-04-18  5:30 Sam James
2023-04-16  5:07 Sam James
2023-04-15  5:40 Sam James
2023-04-09 18:54 Arthur Zamarin
2023-04-09 18:53 Arthur Zamarin
2023-04-09 18:53 Arthur Zamarin
2023-03-05 12:37 Sam James
2023-03-05 12:37 Sam James
2022-11-29 18:06 WANG Xuerui
2022-02-21 22:11 Sam James
2021-10-20 17:17 Mike Gilbert
2021-07-24 23:02 Marek Szuba
2020-12-13 15:15 Mikle Kolyada
2020-06-08  6:41 Michał Górny
2020-05-13 17:14 Agostino Sarubbo
2020-05-09  8:47 Mart Raudsepp
2020-05-07 16:35 Mikle Kolyada
2019-10-12 20:39 Mikle Kolyada
2019-08-21  2:14 Matt Turner
2019-06-21  8:03 Agostino Sarubbo
2019-04-17 18:07 Aaron Bauman
2019-02-03 18:54 Sergei Trofimovich
2019-02-02 11:58 Sergei Trofimovich
2018-02-05 22:19 Robin H. Johnson
2017-11-25 14:39 Patrick Lauer
2016-11-27 22:39 Aaron Bauman
2015-10-26 20:19 Sven Wegener
2015-10-26 20:19 Sven Wegener
2015-10-26 20:06 Sven Wegener

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=1485989346.8d14d3d9d83bac85ca36a0eb1372f1d440c6a06c.robbat2@gentoo \
    --to=robbat2@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