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-ruby/kramdown/
Date: Tue, 27 Mar 2018 21:38:25
Message-Id: 1522186685.8c2eba780ab1bf9818d70dbeb10f5643cefe4ce9.bman@gentoo
1 commit: 8c2eba780ab1bf9818d70dbeb10f5643cefe4ce9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 17 16:18:25 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 21:38:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2eba78
7
8 dev-ruby/kramdown: use HTTPS
9
10 dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild | 4 ++--
11 dev-ruby/kramdown/kramdown-1.14.0.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild b/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild
15 index 960481b618d..fbc6f81f1a4 100644
16 --- a/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild
17 +++ b/dev-ruby/kramdown/kramdown-1.13.2-r1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="data"
25 inherit ruby-fakegem
26
27 DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using strict syntax definition"
28 -HOMEPAGE="http://kramdown.gettalong.org/"
29 +HOMEPAGE="https://kramdown.gettalong.org/"
30
31 LICENSE="MIT"
32
33
34 diff --git a/dev-ruby/kramdown/kramdown-1.14.0.ebuild b/dev-ruby/kramdown/kramdown-1.14.0.ebuild
35 index ef36430142f..bf0d2f12f44 100644
36 --- a/dev-ruby/kramdown/kramdown-1.14.0.ebuild
37 +++ b/dev-ruby/kramdown/kramdown-1.14.0.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_EXTRAINSTALL="data"
45 inherit ruby-fakegem
46
47 DESCRIPTION="Yet-another-markdown-parser but fast, pure Ruby, using strict syntax definition"
48 -HOMEPAGE="http://kramdown.gettalong.org/"
49 +HOMEPAGE="https://kramdown.gettalong.org/"
50
51 LICENSE="MIT"