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 AD051138335 for ; Thu, 18 Oct 2018 08:46:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48136E08FA; Thu, 18 Oct 2018 08:46:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1A7D5E08FA for ; Thu, 18 Oct 2018 08:46:54 +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 7845A335CF4 for ; Thu, 18 Oct 2018 08:46:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A003443 for ; Thu, 18 Oct 2018 08:46:51 +0000 (UTC) From: "Lars Wendler" 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" Message-ID: <1539852404.73a722689b5e5e5203778422ac6cc8944a834c7d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/htpdate/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/htpdate/htpdate-1.0.7.ebuild net-misc/htpdate/htpdate-1.2.0.ebuild X-VCS-Directories: net-misc/htpdate/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 73a722689b5e5e5203778422ac6cc8944a834c7d X-VCS-Branch: master Date: Thu, 18 Oct 2018 08:46:51 +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: 63d152d8-817c-4142-86ce-58203ddf2f8f X-Archives-Hash: 32870d7ce7c17e733accdfa0b318ef20 commit: 73a722689b5e5e5203778422ac6cc8944a834c7d Author: Lars Wendler gentoo org> AuthorDate: Thu Oct 18 08:46:44 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Oct 18 08:46:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a72268 net-misc/htpdate: Fixed HOMEPAGE. Signed-off-by: Lars Wendler gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-misc/htpdate/htpdate-1.0.7.ebuild | 4 ++-- net-misc/htpdate/htpdate-1.2.0.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-misc/htpdate/htpdate-1.0.7.ebuild b/net-misc/htpdate/htpdate-1.0.7.ebuild index a912c582f9f..a5d577a24e4 100644 --- a/net-misc/htpdate/htpdate-1.0.7.ebuild +++ b/net-misc/htpdate/htpdate-1.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit readme.gentoo toolchain-funcs unpacker DESCRIPTION="Synchronize local workstation with time offered by remote webservers" -HOMEPAGE="http://www.vervest.org/fiki/bin/view/HTP/DownloadC" +HOMEPAGE="http://www.vervest.org/htp/" SRC_URI="http://www.vervest.org/htp/archive/c/${P}.tar.gz" LICENSE="GPL-2" diff --git a/net-misc/htpdate/htpdate-1.2.0.ebuild b/net-misc/htpdate/htpdate-1.2.0.ebuild index 6e891f5ab55..b317ad308bc 100644 --- a/net-misc/htpdate/htpdate-1.2.0.ebuild +++ b/net-misc/htpdate/htpdate-1.2.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit readme.gentoo-r1 toolchain-funcs unpacker +inherit readme.gentoo-r1 toolchain-funcs DESCRIPTION="Synchronize local workstation with time offered by remote webservers" -HOMEPAGE="http://www.vervest.org/fiki/bin/view/HTP/DownloadC" +HOMEPAGE="http://www.vervest.org/htp/" SRC_URI="http://www.vervest.org/htp/archive/c/${P}.tar.gz" LICENSE="GPL-2"