From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 070AF1382C5 for ; Mon, 5 Feb 2018 22:19:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1710EE09E6; Mon, 5 Feb 2018 22:19:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9A0EE09E6 for ; Mon, 5 Feb 2018 22:19:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94AE8335C07 for ; Mon, 5 Feb 2018 22:19:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 283D01E0 for ; Mon, 5 Feb 2018 22:19:31 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1517868903.3d39c2a5cff2b4768cebc4a8af958fd3b7d23dca.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/oath-toolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild sys-auth/oath-toolkit/oath-toolkit-2.6.2.ebuild X-VCS-Directories: sys-auth/oath-toolkit/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 3d39c2a5cff2b4768cebc4a8af958fd3b7d23dca X-VCS-Branch: master Date: Mon, 5 Feb 2018 22:19:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 62748d6a-d4dd-40a4-b233-3beef92b57f4 X-Archives-Hash: 2e02c8517fdf295274e5223daf13fc15 commit: 3d39c2a5cff2b4768cebc4a8af958fd3b7d23dca Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Feb 4 18:57:23 2018 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Feb 5 22:15:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d39c2a5 sys-auth/oath-toolkit: remove dead HOMEPAGE (cherry picked from commit 273a5ac37c0dd1e18af65d7a1c252185a3cc6f4a) Signed-off-by: Robin H. Johnson gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/7073 sys-auth/oath-toolkit/oath-toolkit-2.6.1.ebuild | 4 ++-- 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 fe2bc6eed69..224c9094191 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 7b695b0a62a..394a6ea3c5f 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"