Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logrotate/
Date: Mon, 27 Jan 2020 19:03:41
Message-Id: 1580151801.5a96e246ae000e4c97deb8f568c5b63a5706bc5a.zlogene@gentoo
1 commit: 5a96e246ae000e4c97deb8f568c5b63a5706bc5a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 27 19:03:21 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 27 19:03:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a96e246
7
8 app-admin/logrotate: fix SRC_URI
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-admin/logrotate/logrotate-3.14.0.ebuild | 2 +-
14 app-admin/logrotate/logrotate-3.15.1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-admin/logrotate/logrotate-3.14.0.ebuild b/app-admin/logrotate/logrotate-3.14.0.ebuild
18 index f0e25d4dbc2..ab589a26bc2 100644
19 --- a/app-admin/logrotate/logrotate-3.14.0.ebuild
20 +++ b/app-admin/logrotate/logrotate-3.14.0.ebuild
21 @@ -7,7 +7,7 @@ inherit systemd
22
23 DESCRIPTION="Rotates, compresses, and mails system logs"
24 HOMEPAGE="https://github.com/logrotate/logrotate"
25 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> ${P}.tar.gz"
26 +SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30
31 diff --git a/app-admin/logrotate/logrotate-3.15.1.ebuild b/app-admin/logrotate/logrotate-3.15.1.ebuild
32 index eef82c310b8..aa92d896ca4 100644
33 --- a/app-admin/logrotate/logrotate-3.15.1.ebuild
34 +++ b/app-admin/logrotate/logrotate-3.15.1.ebuild
35 @@ -7,7 +7,7 @@ inherit systemd
36
37 DESCRIPTION="Rotates, compresses, and mails system logs"
38 HOMEPAGE="https://github.com/logrotate/logrotate"
39 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> ${P}.tar.gz"
40 +SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
41
42 LICENSE="GPL-2"
43 SLOT="0"