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 15169139694 for ; Sun, 26 Feb 2017 19:24:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5248BE0C5A; Sun, 26 Feb 2017 19:24:10 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30395E0C5A for ; Sun, 26 Feb 2017 19:24:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C9CD340EE8 for ; Sun, 26 Feb 2017 19:24:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA2BB558D for ; Sun, 26 Feb 2017 19:24:07 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1488137018.a51c9d591c6f44f0066eef51c0cde79fdface269.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logrotate/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/logrotate/logrotate-3.9.1.ebuild X-VCS-Directories: app-admin/logrotate/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: a51c9d591c6f44f0066eef51c0cde79fdface269 X-VCS-Branch: master Date: Sun, 26 Feb 2017 19:24:07 +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: 83578bf7-db8a-42ad-85ae-c6f261d48804 X-Archives-Hash: 2dcec6ec9b5dea2daabc55e855bf72c7 commit: a51c9d591c6f44f0066eef51c0cde79fdface269 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Feb 26 19:23:09 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Feb 26 19:23:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51c9d59 app-admin/logrotate: Updates HOMEPAGE and SRC_URI due to FedoraHosted sunset: 2017-02-28 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-admin/logrotate/logrotate-3.9.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/logrotate/logrotate-3.9.1.ebuild b/app-admin/logrotate/logrotate-3.9.1.ebuild index 36f30a2cb4..e6c7394c8f 100644 --- a/app-admin/logrotate/logrotate-3.9.1.ebuild +++ b/app-admin/logrotate/logrotate-3.9.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,8 +7,8 @@ EAPI=5 inherit autotools eutils toolchain-funcs flag-o-matic DESCRIPTION="Rotates, compresses, and mails system logs" -HOMEPAGE="https://fedorahosted.org/logrotate/" -SRC_URI="https://fedorahosted.org/releases/l/o/logrotate/${P}.tar.gz" +HOMEPAGE="https://github.com/logrotate/logrotate" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"