Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/
Date: Sun, 30 Jul 2017 08:36:08
Message-Id: 1501403752.34a7daed5666c33419b6e76e40f5cc62762b5317.mgorny@gentoo
1 commit: 34a7daed5666c33419b6e76e40f5cc62762b5317
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Fri Jul 28 23:12:01 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:35:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a7daed
7
8 dev-ruby/pathutil: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-ruby/pathutil/pathutil-0.14.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/pathutil/pathutil-0.14.0.ebuild b/dev-ruby/pathutil/pathutil-0.14.0.ebuild
16 index 427d3c2eb2e..1a3da7c59c6 100644
17 --- a/dev-ruby/pathutil/pathutil-0.14.0.ebuild
18 +++ b/dev-ruby/pathutil/pathutil-0.14.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -11,7 +11,7 @@ RUBY_FAKEGEM_TASK_TEST=""
26 inherit ruby-fakegem
27
28 DESCRIPTION="Like Pathname but a little less insane"
29 -HOMEPAGE="https://rubygems.org/gems/pathutil http://github.com/envygeeks/pathutils"
30 +HOMEPAGE="https://rubygems.org/gems/pathutil https://github.com/envygeeks/pathutils"
31
32 LICENSE="MIT"
33 SLOT="0"