Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logrotate/
Date: Sun, 26 Feb 2017 19:24:12
Message-Id: 1488137018.a51c9d591c6f44f0066eef51c0cde79fdface269.nimiux@gentoo
1 commit: a51c9d591c6f44f0066eef51c0cde79fdface269
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 19:23:09 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 19:23:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a51c9d59
7
8 app-admin/logrotate: Updates HOMEPAGE and SRC_URI due to FedoraHosted sunset: 2017-02-28
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-admin/logrotate/logrotate-3.9.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-admin/logrotate/logrotate-3.9.1.ebuild b/app-admin/logrotate/logrotate-3.9.1.ebuild
16 index 36f30a2cb4..e6c7394c8f 100644
17 --- a/app-admin/logrotate/logrotate-3.9.1.ebuild
18 +++ b/app-admin/logrotate/logrotate-3.9.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -7,8 +7,8 @@ EAPI=5
26 inherit autotools eutils toolchain-funcs flag-o-matic
27
28 DESCRIPTION="Rotates, compresses, and mails system logs"
29 -HOMEPAGE="https://fedorahosted.org/logrotate/"
30 -SRC_URI="https://fedorahosted.org/releases/l/o/logrotate/${P}.tar.gz"
31 +HOMEPAGE="https://github.com/logrotate/logrotate"
32 +SRC_URI="mirror://gentoo/${P}.tar.gz"
33
34 LICENSE="GPL-2"
35 SLOT="0"