diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-04 19:57:23 +0100 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-02-05 14:15:03 -0800 |
commit | 3d39c2a5cff2b4768cebc4a8af958fd3b7d23dca (patch) | |
tree | 714a545213df04eb6b7b1352322c8d4037e1165d | |
parent | dev-vcs/git: use HTTPS for HOMEPAGE (diff) | |
download | gentoo-3d39c2a5cff2b4768cebc4a8af958fd3b7d23dca.tar.gz gentoo-3d39c2a5cff2b4768cebc4a8af958fd3b7d23dca.tar.bz2 gentoo-3d39c2a5cff2b4768cebc4a8af958fd3b7d23dca.zip |
sys-auth/oath-toolkit: remove dead HOMEPAGE
(cherry picked from commit 273a5ac37c0dd1e18af65d7a1c252185a3cc6f4a)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/7073
-rw-r--r-- | sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild index fe2bc6eed69b..224c90941919 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 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/" +HOMEPAGE="http://www.nongnu.org/oath-toolkit/" SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2.1" diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild index 7b695b0a62af..394a6ea3c5f9 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 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/" +HOMEPAGE="http://www.nongnu.org/oath-toolkit/" SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2.1" |