Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/oath-toolkit/
Date: Mon, 05 Feb 2018 22:19:35
Message-Id: 1517868903.3d39c2a5cff2b4768cebc4a8af958fd3b7d23dca.robbat2@gentoo
1 commit: 3d39c2a5cff2b4768cebc4a8af958fd3b7d23dca
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 4 18:57:23 2018 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 22:15:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d39c2a5
7
8 sys-auth/oath-toolkit: remove dead HOMEPAGE
9
10 (cherry picked from commit 273a5ac37c0dd1e18af65d7a1c252185a3cc6f4a)
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12 Closes: https://github.com/gentoo/gentoo/pull/7073
13
14 sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild | 4 ++--
15 sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild
19 index fe2bc6eed69..224c9094191 100644
20 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild
21 +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild
22 @@ -1,11 +1,11 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28
29 inherit pam eutils autotools
30 DESCRIPTION="Toolkit for using one-time password authentication with HOTP/TOTP algorithms"
31 -HOMEPAGE="http://www.nongnu.org/oath-toolkit/ http://gitorious.org/oath-toolkit/"
32 +HOMEPAGE="http://www.nongnu.org/oath-toolkit/"
33 SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
34 LICENSE="GPL-3 LGPL-2.1"
35
36
37 diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
38 index 7b695b0a62a..394a6ea3c5f 100644
39 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
40 +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild
41 @@ -1,11 +1,11 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47
48 inherit pam eutils autotools
49 DESCRIPTION="Toolkit for using one-time password authentication with HOTP/TOTP algorithms"
50 -HOMEPAGE="http://www.nongnu.org/oath-toolkit/ http://gitorious.org/oath-toolkit/"
51 +HOMEPAGE="http://www.nongnu.org/oath-toolkit/"
52 SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
53 LICENSE="GPL-3 LGPL-2.1"