Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/psgml/
Date: Tue, 20 Feb 2018 20:55:38
Message-Id: 1519160087.2807579ab32e72abd98bcd89401e9c80a89a6155.monsieurp@gentoo
1 commit: 2807579ab32e72abd98bcd89401e9c80a89a6155
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 15 11:58:17 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 20 20:54:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2807579a
7
8 app-emacs/psgml: use HTTPS.
9
10 app-emacs/psgml/psgml-1.4.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-emacs/psgml/psgml-1.4.0.ebuild b/app-emacs/psgml/psgml-1.4.0.ebuild
14 index a0ce8152ae7..4d38464f580 100644
15 --- a/app-emacs/psgml/psgml-1.4.0.ebuild
16 +++ b/app-emacs/psgml/psgml-1.4.0.ebuild
17 @@ -7,7 +7,7 @@ inherit elisp
18
19 DESCRIPTION="A GNU Emacs Major Mode for editing SGML and XML coded documents"
20 HOMEPAGE="https://sourceforge.net/projects/psgml/
21 - http://www.emacswiki.org/emacs/PsgmlMode"
22 + https://www.emacswiki.org/emacs/PsgmlMode"
23 SRC_URI="http://www.fsavigny.de/gpled-software/${P}.tar.gz"
24
25 LICENSE="GPL-2+ Texinfo-manual"