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-fs/atari-fdisk/
Date: Tue, 22 Aug 2017 21:41:32
Message-Id: 1503438037.ed2a3417416352f98567409be5b21bdc98a3b46e.mgorny@gentoo
1 commit: ed2a3417416352f98567409be5b21bdc98a3b46e
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Tue Aug 22 12:29:02 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 22 21:40:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2a3417
7
8 sys-fs/atari-fdisk: HOMEPAGE 301 redirect to HTTPS
9
10 Package-Manager: Portage-2.3.7, Repoman-2.3.3
11
12 sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
16 index 9048792719e..24091b4d2ac 100644
17 --- a/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
18 +++ b/sys-fs/atari-fdisk/atari-fdisk-0.7.1.5.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="5"
25 @@ -8,7 +8,7 @@ inherit versionator toolchain-funcs eutils
26 MY_PV=$(get_version_component_range 1-3)
27 DEB_PV=$(get_version_component_range 4-5)
28 DESCRIPTION="create and edit the partition table of a disk partitioned in Atari format"
29 -HOMEPAGE="http://packages.qa.debian.org/a/atari-fdisk.html"
30 +HOMEPAGE="https://packages.qa.debian.org/a/atari-fdisk.html"
31 SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${MY_PV}-${DEB_PV}.tar.gz"
32
33 LICENSE="GPL-2"