Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mmix/
Date: Mon, 11 Jun 2018 16:28:21
Message-Id: 1528734486.7f6a138d2ec65b525178591025114f2d4bcbed9b.bman@gentoo
1 commit: 7f6a138d2ec65b525178591025114f2d4bcbed9b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 9 19:42:02 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 16:28:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f6a138d
7
8 dev-lang/mmix: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8773
11
12 dev-lang/mmix/mmix-20131017.ebuild | 4 ++--
13 dev-lang/mmix/mmix-20160804.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-lang/mmix/mmix-20131017.ebuild b/dev-lang/mmix/mmix-20131017.ebuild
17 index ebba60bd679..aa8ccecb430 100644
18 --- a/dev-lang/mmix/mmix-20131017.ebuild
19 +++ b/dev-lang/mmix/mmix-20131017.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -6,7 +6,7 @@ EAPI="5"
27 inherit eutils toolchain-funcs
28
29 DESCRIPTION="Donald Knuth's MMIX Assembler and Simulator"
30 -HOMEPAGE="http://www-cs-faculty.stanford.edu/~knuth/mmix.html http://mmix.cs.hm.edu"
31 +HOMEPAGE="https://www-cs-faculty.stanford.edu/~knuth/mmix.html http://mmix.cs.hm.edu"
32 SRC_URI="http://mmix.cs.hm.edu/src/${P}.tgz"
33
34 DEPEND="virtual/tex-base
35
36 diff --git a/dev-lang/mmix/mmix-20160804.ebuild b/dev-lang/mmix/mmix-20160804.ebuild
37 index 4ff619b3fab..b1cbaa53f45 100644
38 --- a/dev-lang/mmix/mmix-20160804.ebuild
39 +++ b/dev-lang/mmix/mmix-20160804.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2017 Gentoo Foundation
42 +# Copyright 1999-2018 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -6,7 +6,7 @@ EAPI=6
47 inherit eutils toolchain-funcs
48
49 DESCRIPTION="Donald Knuth's MMIX Assembler and Simulator"
50 -HOMEPAGE="http://www-cs-faculty.stanford.edu/~knuth/mmix.html http://mmix.cs.hm.edu"
51 +HOMEPAGE="https://www-cs-faculty.stanford.edu/~knuth/mmix.html http://mmix.cs.hm.edu"
52 SRC_URI="http://mmix.cs.hm.edu/src/${P}.tgz"
53
54 DEPEND="virtual/tex-base