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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5467415808B for ; Wed, 16 Feb 2022 12:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EAA8E07AE; Wed, 16 Feb 2022 12:23:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6993EE07AE for ; Wed, 16 Feb 2022 12:23:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79C72335D6E for ; Wed, 16 Feb 2022 12:23:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0C3AD3 for ; Wed, 16 Feb 2022 12:23:13 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1645014189.3601c99702bb0766c7a293f4bc821c27268e0e12.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/otpcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/otpcalc/otpcalc-0.97.9.ebuild sys-auth/otpcalc/otpcalc-0.98.ebuild X-VCS-Directories: sys-auth/otpcalc/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3601c99702bb0766c7a293f4bc821c27268e0e12 X-VCS-Branch: master Date: Wed, 16 Feb 2022 12:23:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 673650ff-1870-4fd4-aa65-f60315ddb44d X-Archives-Hash: 8c4891c44779d380ab11a69a021c7164 commit: 3601c99702bb0766c7a293f4bc821c27268e0e12 Author: Ulrich Müller gentoo org> AuthorDate: Wed Feb 16 12:22:14 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 16 12:23:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3601c997 sys-auth/otpcalc: Update HOMEPAGE and SRC_URI Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> sys-auth/otpcalc/otpcalc-0.97.9.ebuild | 8 ++++---- sys-auth/otpcalc/otpcalc-0.98.ebuild | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-auth/otpcalc/otpcalc-0.97.9.ebuild b/sys-auth/otpcalc/otpcalc-0.97.9.ebuild index 039cfb2ef3b8..fdf8c244a6b0 100644 --- a/sys-auth/otpcalc/otpcalc-0.97.9.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.97.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,9 +6,9 @@ EAPI=7 inherit meson xdg DESCRIPTION="A One Time Password and S/Key calculator for GTK+" -HOMEPAGE="http://www.killa.net/infosec/otpCalc/ - https://gitlab.com/ulm/otpcalc" -SRC_URI="https://gitlab.com/ulm/${PN}/-/archive/${PV}/${P}.tar.bz2" +HOMEPAGE="https://gitlab.com/otpcalc/otpcalc + http://www.killa.net/infosec/otpCalc/" +SRC_URI="https://gitlab.com/otpcalc/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" diff --git a/sys-auth/otpcalc/otpcalc-0.98.ebuild b/sys-auth/otpcalc/otpcalc-0.98.ebuild index ffe25f14a955..63dbdc8a8686 100644 --- a/sys-auth/otpcalc/otpcalc-0.98.ebuild +++ b/sys-auth/otpcalc/otpcalc-0.98.ebuild @@ -8,7 +8,7 @@ inherit meson xdg DESCRIPTION="A One Time Password and S/Key calculator for GTK+" HOMEPAGE="https://gitlab.com/otpcalc/otpcalc http://www.killa.net/infosec/otpCalc/" -SRC_URI="https://gitlab.com/ulm/${PN}/-/archive/${PV}/${P}.tar.bz2" +SRC_URI="https://gitlab.com/otpcalc/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0"