games-misc/funny-manpages: use HTTPs

This commit is contained in:
Michael Mair-Keimberger
2018-05-26 10:48:25 +02:00
committed by David Seifert
parent ed174a0197
commit ff348ee096
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ inherit eutils
MY_R=${PV:0-1}
MY_P=${PN}_${PV/_rc?/}
DESCRIPTION="funny manpages collected from various sources"
HOMEPAGE="http://debian.org/"
HOMEPAGE="https://www.debian.org/"
SRC_URI="mirror://debian/pool/main/f/funny-manpages/${MY_P}.orig.tar.gz
mirror://debian/pool/main/f/funny-manpages/${MY_P}-${MY_R}.diff.gz"

View File

@@ -6,7 +6,7 @@ EAPI=6
MY_R="${PV:0-1}"
MY_P="${PN}_${PV/_p?/}"
DESCRIPTION="funny manpages collected from various sources"
HOMEPAGE="https://debian.org/"
HOMEPAGE="https://www.debian.org/"
SRC_URI="mirror://debian/pool/main/f/funny-manpages/${MY_P}.orig.tar.gz"
if [[ "${PV}" = *_p* ]] ; then