Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ghostscript-gpl/
Date: Sun, 03 Jun 2018 13:49:11
Message-Id: 1528033712.7a8b19b543b1b4cbc07a036d9305d633c42260d4.bman@gentoo
1 commit: 7a8b19b543b1b4cbc07a036d9305d633c42260d4
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 3 09:14:50 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 13:48:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a8b19b5
7
8 app-text/ghostscript-gpl: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8705
11
12 app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild
16 index b0391f26d81..d3dfd6871f2 100644
17 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild
18 +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild
19 @@ -6,7 +6,7 @@ EAPI=6
20 inherit autotools multilib versionator flag-o-matic toolchain-funcs
21
22 DESCRIPTION="Ghostscript is an interpreter for the PostScript language and for PDF"
23 -HOMEPAGE="http://ghostscript.com/"
24 +HOMEPAGE="https://ghostscript.com/"
25
26 MY_P=${P/-gpl}
27 PVM=$(get_version_component_range 1-2)