Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/google-authenticator/
Date: Mon, 25 Nov 2019 02:51:04
Message-Id: 1574650252.d1c81e7eac1b85bb927f910f8f594f446b450b6d.candrews@gentoo
1 commit: d1c81e7eac1b85bb927f910f8f594f446b450b6d
2 Author: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sat Nov 23 01:01:10 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 25 02:50:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c81e7e
7
8 sys-auth/google-authenticator: Version bump 1.06.
9
10 Signed-off-by: Ronny Gutbrod <gentoo <AT> tastytea.de>
11 Closes: https://bugs.gentoo.org/699182
12 Package-Manager: Portage-2.3.76, Repoman-2.3.16
13 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
14
15 sys-auth/google-authenticator/Manifest | 1 +
16 ...e-authenticator-9999.ebuild => google-authenticator-1.06.ebuild} | 6 ++++--
17 sys-auth/google-authenticator/google-authenticator-9999.ebuild | 6 ++++--
18 3 files changed, 9 insertions(+), 4 deletions(-)
19
20 diff --git a/sys-auth/google-authenticator/Manifest b/sys-auth/google-authenticator/Manifest
21 index 3a1a7a5ac88..761c0d7e8c8 100644
22 --- a/sys-auth/google-authenticator/Manifest
23 +++ b/sys-auth/google-authenticator/Manifest
24 @@ -1 +1,2 @@
25 DIST google-authenticator-1.05.tar.gz 57778 BLAKE2B c31d7929e2aacffc159ee5384f6f31498585819b848f4f8b026519cf2f2fc566b8533e007844c64d348f1cf423a7175b3221f879c5c1ead360c4f1b3acea57ed SHA512 d97b26c6181dbce0612628484db37b1bf61e984fb2fb3d4974d04038e564404aa17415368dba524f0d17d96ec8d57ae4129b27f0c672d849d16ef03941d87996
26 +DIST google-authenticator-1.06.tar.gz 62292 BLAKE2B 4eb7d6068a1b824c2299fb8d430b2deb04223690fee74a25c8e917e34200630628c3518a5aecc9fd1537d14d86062dc126191c086464b1c6b3d0207676155dc8 SHA512 a278360be1a3c5a03ddb38d40be45dbba16b6f565ee919377a918565bd8c567ce261890dc10d277edea4f469cf1da1d9cf2c9f3ccfeef8c6887d713c785a5440
27
28 diff --git a/sys-auth/google-authenticator/google-authenticator-9999.ebuild b/sys-auth/google-authenticator/google-authenticator-1.06.ebuild
29 similarity index 96%
30 copy from sys-auth/google-authenticator/google-authenticator-9999.ebuild
31 copy to sys-auth/google-authenticator/google-authenticator-1.06.ebuild
32 index 9a5ee8534f9..a087b7c5550 100644
33 --- a/sys-auth/google-authenticator/google-authenticator-9999.ebuild
34 +++ b/sys-auth/google-authenticator/google-authenticator-1.06.ebuild
35 @@ -1,9 +1,9 @@
36 # Copyright 1999-2019 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI="6"
40 +EAPI=7
41
42 -inherit autotools multilib
43 +inherit autotools
44
45 if [[ ${PV} == 9999 ]] ; then
46 EGIT_REPO_URI="https://github.com/google/google-authenticator-libpam.git"
47 @@ -24,6 +24,8 @@ IUSE=""
48 DEPEND="sys-libs/pam"
49 RDEPEND="${DEPEND}"
50
51 +RESTRICT="test"
52 +
53 src_prepare() {
54 default
55 eautoreconf
56
57 diff --git a/sys-auth/google-authenticator/google-authenticator-9999.ebuild b/sys-auth/google-authenticator/google-authenticator-9999.ebuild
58 index 9a5ee8534f9..a087b7c5550 100644
59 --- a/sys-auth/google-authenticator/google-authenticator-9999.ebuild
60 +++ b/sys-auth/google-authenticator/google-authenticator-9999.ebuild
61 @@ -1,9 +1,9 @@
62 # Copyright 1999-2019 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 -EAPI="6"
66 +EAPI=7
67
68 -inherit autotools multilib
69 +inherit autotools
70
71 if [[ ${PV} == 9999 ]] ; then
72 EGIT_REPO_URI="https://github.com/google/google-authenticator-libpam.git"
73 @@ -24,6 +24,8 @@ IUSE=""
74 DEPEND="sys-libs/pam"
75 RDEPEND="${DEPEND}"
76
77 +RESTRICT="test"
78 +
79 src_prepare() {
80 default
81 eautoreconf