From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1197887-garchives=archives.gentoo.org@lists.gentoo.org> 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 3D1E1138359 for <garchives@archives.gentoo.org>; Wed, 19 Aug 2020 11:56:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72180E08FE; Wed, 19 Aug 2020 11:56:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 15643E08FE for <gentoo-commits@lists.gentoo.org>; Wed, 19 Aug 2020 11:56:53 +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 3CB9034EEE6 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Aug 2020 11:56:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA55A2D1 for <gentoo-commits@lists.gentoo.org>; Wed, 19 Aug 2020 11:56:50 +0000 (UTC) From: "Lars Wendler" <polynomial-c@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org> Message-ID: <1597838208.fb1d8814f08da5122a5ba25cc7eec822a8847b90.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/at/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/at/at-3.2.1.ebuild X-VCS-Directories: sys-process/at/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: fb1d8814f08da5122a5ba25cc7eec822a8847b90 X-VCS-Branch: master Date: Wed, 19 Aug 2020 11:56:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68860f39-7401-4a39-9e99-e22b062c4dd5 X-Archives-Hash: 9cf1a3aadb0895db2afec9e0f911f25c commit: fb1d8814f08da5122a5ba25cc7eec822a8847b90 Author: Francesco Turco <mail <AT> fturco <DOT> net> AuthorDate: Mon Jul 27 10:11:49 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Wed Aug 19 11:56:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1d8814 sys-process/at: update HOMEPAGE Signed-off-by: Francesco Turco <mail <AT> fturco.net> Closes: https://github.com/gentoo/gentoo/pull/16850 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> sys-process/at/at-3.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/at/at-3.2.1.ebuild b/sys-process/at/at-3.2.1.ebuild index 21c91df88bf..b084bde037b 100644 --- a/sys-process/at/at-3.2.1.ebuild +++ b/sys-process/at/at-3.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ inherit autotools eutils flag-o-matic pam user systemd MY_P="${PN}_${PV}" DESCRIPTION="Queues jobs for later execution" -HOMEPAGE="http://blog.calhariz.com/tag/at https://packages.qa.debian.org/a/at.html" +HOMEPAGE="http://blog.calhariz.com/index.php/tag/at https://packages.qa.debian.org/a/at.html" SRC_URI="http://software.calhariz.com/at/${MY_P}.orig.tar.gz mirror://debian/pool/main/a/at/${MY_P}.orig.tar.gz"