mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-misc/funny-manpages: use HTTPs
This commit is contained in:
committed by
David Seifert
parent
ed174a0197
commit
ff348ee096
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user