Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/at/
Date: Tue, 22 Aug 2017 21:41:35
Message-Id: 1503438031.db530059cc6880fb38fad4919500899f2240fb12.mgorny@gentoo
1 commit: db530059cc6880fb38fad4919500899f2240fb12
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Tue Aug 22 12:28:12 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 21:40:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db530059
7
8 sys-process/at: HOMEPAGE 301 redirect to HTTPS
9
10 Package-Manager: Portage-2.3.7, Repoman-2.3.3
11
12 sys-process/at/at-3.1.18-r1.ebuild | 2 +-
13 sys-process/at/at-3.1.20.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-process/at/at-3.1.18-r1.ebuild b/sys-process/at/at-3.1.18-r1.ebuild
17 index d54478466d2..01c39c214d2 100644
18 --- a/sys-process/at/at-3.1.18-r1.ebuild
19 +++ b/sys-process/at/at-3.1.18-r1.ebuild
20 @@ -6,7 +6,7 @@ EAPI=6
21 inherit autotools eutils flag-o-matic pam user systemd
22
23 DESCRIPTION="Queues jobs for later execution"
24 -HOMEPAGE="http://packages.qa.debian.org/a/at.html"
25 +HOMEPAGE="https://packages.qa.debian.org/a/at.html"
26 SRC_URI="mirror://debian/pool/main/a/at/${PN}_${PV}.orig.tar.gz"
27
28 LICENSE="GPL-2"
29
30 diff --git a/sys-process/at/at-3.1.20.ebuild b/sys-process/at/at-3.1.20.ebuild
31 index 24d246e6a46..137c5efac4c 100644
32 --- a/sys-process/at/at-3.1.20.ebuild
33 +++ b/sys-process/at/at-3.1.20.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40 @@ -6,7 +6,7 @@ EAPI=6
41 inherit autotools eutils flag-o-matic pam user systemd
42
43 DESCRIPTION="Queues jobs for later execution"
44 -HOMEPAGE="http://packages.qa.debian.org/a/at.html"
45 +HOMEPAGE="https://packages.qa.debian.org/a/at.html"
46 SRC_URI="mirror://debian/pool/main/a/at/${PN}_${PV}.orig.tar.gz"
47
48 LICENSE="GPL-2"